-
Notifications
You must be signed in to change notification settings - Fork 408
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 target platform to 4.34-I-builds (I20240919-1840). #3279
Conversation
@@ -27,7 +27,8 @@ | |||
<unit id="org.eclipse.jdt.apt.pluggable.core" version="0.0.0"/> | |||
<unit id="org.eclipse.pde.junit.runtime" version="0.0.0" /> | |||
<unit id="org.eclipse.jdt.junit4.runtime" version="0.0.0" /> | |||
<repository location="https://download.eclipse.org/eclipse/updates/4.33/"/> | |||
<unit id="org.eclipse.jdt.core.manipulation" version="0.0.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should probably write a comment about this. Basically, when I was using releases/2024-03 from below, I noticed jdt.core.manipulation would get used from there, even though the one in I-builds was newer. When I bumped to 2024-06, it went away. Bumping to 2024-09 had the issue come back. I decided it makes perfect sense to explicitly require jdt.core.manipulation and that seems to resolve it.
- Provide support for Java 23 - Explicitly require o.e.jdt.core.manipulation from platform I-builds Signed-off-by: Roland Grunberg <[email protected]>
retest this please. 403s everywhere 😐 . Update: First time I've seen it in the build system.
|
@@ -370,6 +370,16 @@ public void testJava22Project() throws Exception { | |||
IJavaProject javaProject = JavaCore.create(project); | |||
assertEquals(JavaCore.ENABLED, javaProject.getOption(JavaCore.COMPILER_PB_ENABLE_PREVIEW_FEATURES, false)); | |||
assertEquals(JavaCore.IGNORE, javaProject.getOption(JavaCore.COMPILER_PB_REPORT_PREVIEW_FEATURES, false)); | |||
assertHasErrors(project, "Preview features enabled at an invalid source release level"); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot @Test
. #3281
A comparison of differences in bundles :