[Build] Raise StreamPark compile and CI baseline to JDK 11#4413
Open
shangeyao wants to merge 4 commits into
Open
[Build] Raise StreamPark compile and CI baseline to JDK 11#4413shangeyao wants to merge 4 commits into
shangeyao wants to merge 4 commits into
Conversation
Set Maven release 11, update Spotless compliance, switch Docker and CI workflows to JDK 11, and align module compiler overrides. Closes apache#4409 (part 3/3). Ref apache#4410. Generated-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Walk the class hierarchy to locate the ucp field on JDK 11+ app classloaders, add JUnit coverage, and enable surefire add-opens on JDK 9+. Closes apache#4409 (part 1/3). Ref apache#4410. Generated-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Enable add-opens JVM opts, enforce JDK 11+ at startup, fix classpath layout, add javax.annotation-api, and document Console vs job JDK requirements. Closes apache#4409 (part 2/3). Ref apache#4410. Generated-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
Compile MavenWrapperHelper with --release 11 at runtime and stop packaging prebuilt wrapper classes so project builds work in JDK 11 containers. Update basic E2E for Docker 29, local Chrome, Git SSL, and Projects page flows verified on macOS. Generated-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
|
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.



Summary
project.build.jdkto 11 and Maven compiler--release 11-target:11and Spotless Java 11 compliancebackend,unit-test,e2e,docker-push) use JDK 11 only--add-openson JDK 9+ test runsTest plan
./mvnw clean install -Pshaded -DskipTestson JDK 17Merge order
3/3 — merge after #4411 and #4412. Part of JDK 11 migration (#4409, #4410).
AI Disclosure
Made with Cursor