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.
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.
💡 Codebase verification
Java version constraint needs adjustment
Based on the upstream source code and recent commits, the Java version constraint should be adjusted. The upstream project explicitly sets Java 11 as the target version in its parent pom.xml (
<java.version>11</java.version>
), and there's a recent commit "INFRA-541 Redux: Use openjdk 11" specifically for this tool.>=8,<=21
should be changed to>=11,<=21
to align with the upstream requirements.🔗 Analysis chain
Verify Java version compatibility with upstream
The addition of the upper bound
<=21
for OpenJDK is a good practice to prevent potential compatibility issues with future Java versions. However, let's verify this constraint against upstream requirements.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 562
Script:
Length of output: 835
Script:
Length of output: 15343