[codex] Support Java 11 build and test cleanup#381
Draft
NirBY wants to merge 1 commit into
Draft
Conversation
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 changed
This PR collects the local Java 11 migration and test-suite cleanup work into a single clean commit based on
Top-Q/jsystem:master.Build and dependency updates
3.2.5plugin declarations where module-level test filtering was introduced.Test-suite cleanup
BUG_REPORT_ISSUE.mddocumenting the failing Maven test areas and why some tests need isolation or skips.META-INF/jsystemCore.build.propertiestest/build metadata andreport8.htmltest resource needed by the adjusted tests.Runtime/source changes
TsvDataProviderfor tab-separated data-driven scenario input.UI and misc compatibility updates
.gitignoreto exclude VS Code workspace files and rejected patch artifacts (*.rej) so IDE/temp files are not included.Security and privacy check
master; the earlier local history containing internal Maven repository config is not part of this PR branch.C:\Userspaths, and personal identifiers. No such data was found.Validation
Top-Q/jsystem:masterand latest fork branch before rebuilding the PR branch.git diff --check github/master...HEADsuccessfully.mvn -f jsystem-parent\pom.xml testNotes: validation ran on this workstation with Maven 3.9.9 and Java 21 while compiling with target/source 11. The build completed with exit code 0; existing deprecation/runtime warnings are still printed by legacy tests/reporting code, but the test run finishes successfully.