HTHou opened a new pull request, #17118: URL: https://github.com/apache/iotdb/pull/17118
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]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L31-R31) [[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L92-R92) [[3]](diffhunk://#diff-e8764f49c916f94863b7aad80d30a29f7761a297d0b24be2c244cf90ce23d85aL31-R31) [[4]](diffhunk://#diff-e8764f49c916f94863b7aad80d30a29f7761a297d0b24be2c244cf90ce23d85aL89-R89) **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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
