Simplify jdtls pr#10984
Conversation
Signed-off-by: Thomas Mäder <tmader@redhat.com>
Signed-off-by: Thomas Mäder <tmader@redhat.com>
| @@ -1,5 +1,5 @@ | |||
| -- | |||
| -- Copyright (c) 2012-2018 Red Hat, Inc. | |||
| -- Copyright (c) 2012-2017 Red Hat, Inc. | |||
There was a problem hiding this comment.
it seems that there are some leftover 2017 dates on these sql files that should not have been changed
There was a problem hiding this comment.
@benoitf you're right. These changes must be excluded from this PR since flyway evaluates hash of content and uses it to ensure that the right migration scripts are applied.
There was a problem hiding this comment.
in fact it's ok I read too fast :-) Thomas is putting back the dates to avoid master changes. please ignore my remark
There was a problem hiding this comment.
=) As well as my comment ) I saw that these sql files are modified and missed that this PR is not targetted to master branch =)
So, please mark this thread as resolved )
| <exclude>**/*.txt</exclude> | ||
| <exclude>**/*.jpg</exclude> | ||
| <exclude>**/*.rsc</exclude> | ||
| <exclude>**/*.json</exclude> |
There was a problem hiding this comment.
do we need all these excludes ? it seems this module doesn't contain all these kind of files
There was a problem hiding this comment.
This is all dead code!
There was a problem hiding this comment.
yes pls ignore my comment :-)
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Restore jdt ui dependencies * Undo spurious copyright changes Signed-off-by: Thomas Mäder <tmader@redhat.com>
What does this PR do?
Removes some changes from the jdt.ls branch (mostly removals) to reduce the number of changes in the jdt.ls branch
What issues does this PR fix or reference?
#10983