-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update bundles to Java 17 #210
Milestone
Comments
This was referenced Mar 24, 2023
iloveeclipse
added a commit
to iloveeclipse/eclipse.jdt.debug
that referenced
this issue
Mar 27, 2023
- used default PDE quickfixes - updated pom versions manually - bumped test bundle versions manually - bumped feature versions manually - changed buildExtraJAR.xml to use 1.7 as compilation target (jsr14 is not supported anymore) - changed buildExtraJAR.xml to use zip instead of jar to create snippetsupport.jar (avoids creating useless and ever changing manifest) This commit requires a fix for eclipse-jdt#217 (because of the hard coded line 28 in filterDebugEvents() method in JavaSnippetEditor.java). Fixes eclipse-jdt#210
iloveeclipse
added a commit
to iloveeclipse/eclipse.jdt.debug
that referenced
this issue
Mar 28, 2023
- used default PDE quickfixes - updated pom versions manually - bumped test bundle versions manually - bumped feature versions manually - changed buildExtraJAR.xml to use 1.7 as compilation target (jsr14 is not supported anymore) - changed buildExtraJAR.xml to use zip instead of jar to create snippetsupport.jar (avoids creating useless and ever changing manifest) This commit requires a fix for eclipse-jdt#217 (because of the hard coded line 28 in filterDebugEvents() method in JavaSnippetEditor.java). Fixes eclipse-jdt#210
iloveeclipse
added a commit
to iloveeclipse/eclipse.jdt.debug
that referenced
this issue
Mar 28, 2023
- used default PDE quickfixes - updated pom versions manually - bumped test bundle versions manually - bumped feature versions manually - changed buildExtraJAR.xml to use 1.7 as compilation target (jsr14 is not supported anymore) - changed buildExtraJAR.xml to use zip instead of jar to create snippetsupport.jar (avoids creating useless and ever changing manifest) Fixes eclipse-jdt#210
iloveeclipse
added a commit
to iloveeclipse/eclipse.jdt.debug
that referenced
this issue
Mar 28, 2023
- updated line reference to actual one - fixed deprecated warnings after Java 17 update - fixed resource leak warnings after Java 17 update - re-generated snippetsupport.jar See - eclipse-jdt#210 - eclipse-jdt#217
iloveeclipse
added a commit
that referenced
this issue
Mar 28, 2023
- used default PDE quickfixes - updated pom versions manually - bumped test bundle versions manually - bumped feature versions manually - changed buildExtraJAR.xml to use 1.7 as compilation target (jsr14 is not supported anymore) - changed buildExtraJAR.xml to use zip instead of jar to create snippetsupport.jar (avoids creating useless and ever changing manifest) Fixes #210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many bundles in platform which require now Java 17 and so we have bundles that depend on those but still running with Java 11 settings.
We should change that and bump bundle settings / versions etc.
I plan to provide changes.
The text was updated successfully, but these errors were encountered: