lhotari opened a new pull request, #4446: URL: https://github.com/apache/bookkeeper/pull/4446
### Motivation There doesn't seem to be a need to retain support for Java 8 and Java 11 in new releases of Bookkeeper. Java 11 is EOL in October. Please see mailing list discussion https://lists.apache.org/thread/gtp4j5y9txzlz0pfgfhy3gz4q4ptnlo8 ### Changes - Enforce Java 17 or Java 21 for building Bookkeeper - Set `<release>17</release>` for `maven-compiler-plugin` by default - keep Java 8 compatibility in `cpu-affinity` and `circe-checksum` since Pulsar's Java client uses them. - Replace Java 11 usage with Java 17 in CI - Remove CI jobs using Java 8 or Java 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]
