-
-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Xtext/Xtend to 2.26.0, LSP4J to 0.12.0 #2786
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 tasks
25 tasks
wborn
added
the
awaiting external dependency
Depends on a new version of an external dependency
label
Feb 26, 2022
For release notes, see: https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2022/02/28/version-2-26-0 This release adds initial support for Java 17. Signed-off-by: Wouter Born <[email protected]>
wborn
removed
work in progress
A PR that is not yet ready to be merged
awaiting external dependency
Depends on a new version of an external dependency
labels
Feb 28, 2022
wborn
added a commit
to wborn/openhab-distro
that referenced
this pull request
Feb 28, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
wborn
added a commit
to wborn/openhab-addons
that referenced
this pull request
Feb 28, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
This was referenced Feb 28, 2022
Xtext 2.26.0 has been released. Can you add the 3 Orbit bundles mentioned in #2786 (comment) to the openHAB Maven repo @kaikreuzer? When they can be downloaded, this PR should build successfully. |
kaikreuzer
added
rebuild
Triggers the Jenkins PR build
and removed
rebuild
Triggers the Jenkins PR build
labels
Mar 5, 2022
kaikreuzer
approved these changes
Mar 5, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All green, awesome. 👍
Thank you too for uploading the bundles! 🙂 |
lolodomo
pushed a commit
to openhab/openhab-addons
that referenced
this pull request
Mar 5, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
kaikreuzer
pushed a commit
to openhab/openhab-distro
that referenced
this pull request
Mar 5, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
NickWaterton
pushed a commit
to NickWaterton/openhab-addons
that referenced
this pull request
Apr 27, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
andan67
pushed a commit
to andan67/openhab-addons
that referenced
this pull request
Nov 6, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
andrasU
pushed a commit
to andrasU/openhab-addons
that referenced
this pull request
Nov 12, 2022
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
psmedley
pushed a commit
to psmedley/openhab-addons
that referenced
this pull request
Feb 23, 2023
Depends on openhab/openhab-core#2786 Signed-off-by: Wouter Born <[email protected]>
splatch
pushed a commit
to ConnectorIO/copybara-hab-core
that referenced
this pull request
Jul 12, 2023
For release notes, see: https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2022/02/28/version-2-26-0 This release adds initial support for Java 17. Signed-off-by: Wouter Born <[email protected]> GitOrigin-RevId: 44f9baf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
enhancement
An enhancement or new feature of the Core
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For release notes, see:
https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2022/02/28/version-2-26-0
This release adds initial support for Java 17.
Related to openhab/openhab-distro#1316.
We'll also need to add a few Eclipse Orbit bundles to the openHAB Maven repo.
To test build this PR locally, you can download and install these using:
After also fixing #2787 I was able to get DSL rules working with Java 17. 🥳