Issue #18633: Update JRE compatibility table for 13.x and JDK build info#18641
Merged
romani merged 1 commit intoJan 15, 2026
Merged
Conversation
romani
requested changes
Jan 15, 2026
| <td> | ||
| 21 and above | ||
| </td> | ||
| </tr> |
Member
There was a problem hiding this comment.
Please remove 12.x, jdk21 is released at 13.0.0
625b65a to
cc140ce
Compare
5f91801 to
cc140ce
Compare
Contributor
Author
|
@romani i am a bit confused is everything going perfect ? |
Member
|
After you pushed and override my change, no :) Please squash commits to single, CI must be green |
8b8873d to
c494fe8
Compare
Contributor
Author
|
@romani all good now? |
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.
Fixes #18633
Summary
This PR updates the documentation on the Checkstyle landing page (
src/site/xdoc/index.xml.vm) to reflect the latest version information.Changes Made
Added 13.x to JRE compatibility table
Updated JDK build support text
Notes
The grammar issue mentioned in issue #18633 ("An example configuration files...") appears to already be fixed in the current codebase. The text now correctly reads "Example configuration files are supplied..." which is grammatically correct.