lhotari opened a new pull request, #4776: URL: https://github.com/apache/bookkeeper/pull/4776
### Motivation The JCTools 4.0.6 release is available, with various fixes since 4.0.5. Keeping the dependency current is generally desirable. Starting with 4.0.6, JCTools publishes a separate `jctools-core-jdk11` Maven artifact that adds proper Java 9 module support (a `module-info` descriptor) on top of `jctools-core`. Switching to this artifact is the recommended way to consume JCTools on JDK 9+. JCTools is used in BookKeeper to implement [`BlockingMpscQueue`](https://github.com/apache/bookkeeper/blob/master/bookkeeper-common/src/main/java/org/apache/bookkeeper/common/collections/BlockingMpscQueue.java). ### Changes - Bump `jctools.version` from `4.0.5` to `4.0.6` - Switch the dependency from `org.jctools:jctools-core` to `org.jctools:jctools-core-jdk11`. The `jdk11` variant transitively depends on `jctools-core`, so both jars end up bundled in the distribution - Update `LICENSE-server.bin.txt`, `LICENSE-all.bin.txt`, and `LICENSE-bkctl.bin.txt` to list both `org.jctools-jctools-core-4.0.6.jar` and `org.jctools-jctools-core-jdk11-4.0.6.jar`. Verified with `./dev/check-all-licenses` ### References - Release notes: https://github.com/JCTools/JCTools/releases/tag/v4.0.6 - Changelog: https://github.com/JCTools/JCTools/compare/v4.0.5...v4.0.6 -- 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]
