-
Notifications
You must be signed in to change notification settings - Fork 93
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
[23] Allow JDT to target Java 23 in compiler preferences #1349
Comments
With this change, in the Eclipse SDK 4.32 RC2, in the New Java Project dialog, in the Use an execution environment JRE: drop-down menu Is this intended? If so, is there more information (what was the motivation to do this; why is this not labeled as beta; will this be done also for future versions; etc.)? |
It is a bug, it shouldn't be offered in 4.32. |
Will it be fixed in the 4.32 release, or is it too late now? |
Too late. |
The PR with this issue was merged only in the BETA_JAVA23 branch and I don't see these code changes in the master branch either. Also, these changes should not have an impact on the New Java Project wizard and are only for the Compiler preferences. |
Probably a result of eclipse-jdt/eclipse.jdt.debug#419. |
Allow JDT to target Java 23 in compiler preferences.
The text was updated successfully, but these errors were encountered: