snuyanzin opened a new pull request, #1836: URL: https://github.com/apache/fluss/pull/1836
### Purpose Add support for jdk17, 21 and also add them to ci in order to be sure it is able to build and pass tests ### Brief change log 1. it would make sense to bump both to the latest versions where jdk11 is still supported 1.25.0 - first googleJavaFormat where jdk11 was dropped (for more details https://github.com/google/google-java-format/releases?page=1) 2.xx.x - jdk11 is still supported 3.0.0 is the first was it was dropped (for more details https://github.com/diffplug/spotless/releases?page=1) ### Brief change log 2. Move spotless plugin to java11+ profile. The reason for that is that newer spotless requires java11 runtime, which means property like `skip.on.java8` will not help (not sure, may be completely remove this property?) 3. Adjust extra `add-exports` 4. Add jdks to ci ### Tests existing + with newer jdks ### API and Format no ### Documentation no -- 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]
