Skip to content

Conversation

@HTHou
Copy link
Contributor

@HTHou HTHou commented Jan 30, 2026

This pull request updates the documentation and build configuration to reflect expanded support for Java versions up to 25 and updates the Google Java Format tool version. The changes ensure that users and contributors are aware of the broader Java compatibility and that the build tooling is kept up to date.

Documentation updates:

  • Updated Java compatibility badges and environment requirements in both README.md and README_ZH.md to indicate support for Java 1.8 and above, with explicit verification up to Java 25. [1] [2] [3] [4]

Build configuration updates:

  • Upgraded the google.java.format.version property in pom.xml from 1.22.0 to 1.28.0 for improved code formatting support.
  • Modified the Maven profile in pom.xml to apply the .java-17-below profile for JDK versions below 17, instead of the previous .java-11-below for JDK versions up to 11.
image

@sonarqubecloud
Copy link

Copy link
Collaborator

@CritasWang CritasWang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR will encourage everyone to switch their main development version to version 17 or above

@@ -1569,9 +1569,9 @@
</profile>
<!-- Current version of spotless cannot support JDK11 below -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Current version of spotless cannot support JDK11 below -->
<!-- Current version of spotless cannot support JDK17 below -->

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, with jdk lower than 17, developers will skip the spotless check when execute mvn clean package.

@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.42%. Comparing base (ba95e5f) to head (d94c619).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #17118      +/-   ##
============================================
- Coverage     39.43%   39.42%   -0.01%     
  Complexity      282      282              
============================================
  Files          5097     5097              
  Lines        341013   341013              
  Branches      43407    43407              
============================================
- Hits         134475   134458      -17     
- Misses       206538   206555      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jt2594838 jt2594838 merged commit b2e1570 into master Jan 30, 2026
42 of 45 checks passed
@jt2594838 jt2594838 deleted the support_jdk25 branch January 30, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants