-
-
Notifications
You must be signed in to change notification settings - Fork 63
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 to Xtext 2.27.0 and Lsp4j 0.14.0 #1234
Conversation
javax.annotation;bundle-version="1.2.0", | ||
org.eclipse.core.jobs, | ||
org.opentest4j;bundle-version="1.2.0", | ||
org.eclipse.lsp4j;bundle-version="0.10.0" | ||
org.eclipse.lsp4j;bundle-version="0.12.0" |
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.
It's a little weird that the LSP4J version was lagging behind in the tests package. It makes me wonder if LSP4J is even needed in there.
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.
Yeah, it's a little weird.
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.
I see nothing wrong with this as long as the tests pass.
Reverting changes made to `org.junit.jupiter.api`
. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch version-updates # Your branch is up to date with 'origin/version-updates'. # # Changes to be committed: # modified: org.lflang.tests/META-INF/MANIFEST.MF # modified: org.lflang.ui.tests/META-INF/MANIFEST.MF # # Untracked files: # RELEASE.md # build_upload/ # bump.sh # hs_err_pid24495.log # hs_err_pid37983.log # junk/ # lfc_0.2.0-SNAPSHOT/ # lfc_0.2.0/ # lfc_nightly_20220202-230344/ # lfc_nightly_20220502-232308/ # lfc_nightly_20220502-232420/ # org.lflang/src/org/lflang/federated/ProxyEmitter.java # test/C/fed-gen/ #
…en Central" This reverts commit ec0012f.
It's unclear to me why Maven/Tycho cannot find https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/features/ |
@a-sr: help? 😨 |
Sorry for my late reply. I must have missed the GH notification. |
I had to downgrade the junit.jupiter dependency to 5.8.1 because 5.8.2 is not available via the eclipse update site. The version of the mwe launcher also needed adjustment because the latest Eclipse release only provides a newer version. I added a few comments to the pom file that point out that the update sites in the target platform must be adjusted when changing versions. |
Thanks for these changes (and the clarifying comments), @a-sr! |
Upgrade xtext from
2.26.0
to2.27.0
, lsp4j to0.14.0
, and eclipse runtime to3.25.0
.Some other version changed as well, which is the result of running
bin/bump-versions --all
, which apparently hadn't been done the last time version numbers were changed ingradle.properties
.