[24] Merge BETA_JAVA24 into master#643
Merged
jarthana merged 13 commits intoeclipse-jdt:masterfrom Mar 19, 2025
Merged
Conversation
+ Start the BETA_JAVA24 branch + recognize JavaSE-24 + bump version by +50 Fixes eclipse-jdt#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
…se-jdt#600) See problem detected in eclipse-jdt#553 (comment) Fixes eclipse-jdt#540
* update build to * run on jdk 24 * create & enable profile test-on-javase-24 * fix test failures by correcting settings for project java24 eclipse-jdt#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 eclipse-jdt#613
+ fixes sorting of execution environments in the UI PR eclipse-jdt#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
Update copyright, Javadoc links etc. post Java 24 release eclipse-jdt#638
34 tasks
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
How to test
Author checklist