-
Notifications
You must be signed in to change notification settings - Fork 16
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
UnsupportedClassVersionError due to fix on org.osgi.service.prefs #61
Comments
This is the fragment of pom.xml containing the dependences:
|
this is a problem that is there since platform moved to java 11 some time ago. i assume you need to make sure you pin/exclude both core.runtime and equinox.common |
Maybe just update to a newer java version, never tycho version, never ... just an idea :-) |
@laeubi the ~ 5 year old xtext version of course does not support java 11 |
Yep but that's not the only one that is "a bit outdated" her (e.g. Tycho 1.x...) |
We are working on the porting of CHESS, but it is not an easy job. @cdietrich So you suggest to update the pom.xml as follows?
|
i dont remember the linked bug is too long ago, but yes you can check if it works. eclipse-xtext/xtext#1976 (comment) |
Thanks. |
As explained it can happen anytime as no one is checking for Java-8 compat any more! |
no, for everybody else it it failing for a year now |
@adebiasi This Stack Overflow answer from @jmini explains very well what happened and also tells what can be done. |
The CI of CHESS fails after the fix related to #54.
The log before the issue/fix of org.osgi.service.prefs: log_ok.txt
The log after: log.txt
The text was updated successfully, but these errors were encountered: