Closed
Conversation
+ Start the BETA_JAVA24 branch + recognize JavaSE-24 + bump version by +50 Fixes #551
+ Move all test infra for Java 23 to 24, all use enable-preview + create extension for EE JavaSE-24 + allow PR build to access the Y-Builds repository
bump jdt.launching to 3.23.250 to be higher than on master
See problem detected in #553 (comment) Fixes #540
* update build to * run on jdk 24 * create & enable profile test-on-javase-24 * fix test failures by correcting settings for project java24 #598
+ add java23 to build.properties to fix failures on the build server + change explicit (duplicate) creation to the normal style 'assert...' + allow running it on 23+ PR #613
+ fixes sorting of execution environments in the UI PR #616
Update: + StandardVMType + unify code from EECompilationParticipant and JavaRuntime Test currency vis-a-vis JavaCore.latestSupportedJavaVersion() Also update stale test still mentioning J2SE-1.4
Member
Author
|
This is messed up. I don't know why this didn't go from my new branch. Will recreate the pull in a bit. |
Member
Author
|
#638 is the new/correct PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What it does
Fixes #625
How to test
Author checklist