zentol opened a new pull request #11283: [FLINK-16370][build] Only bundle javax as Java11-exclusive dependency URL: https://github.com/apache/flink/pull/11283 Fixes an issue where ZK 3.5 was bundled in flink-dist as a java11-exclusive dependency. The underlying issue was a lack of clarity int he build process of flink-dist; some dependencies are downloaded by the `dependency-plugin` to `flink-dist/target/temporary`. In a later step we bundled all dependencies in this directory as java11-exclusive dependencies. In the introduction of ZK 3.5 this directory was re-used for ZK (which is bundled in /opt), which led to it's inclusion. There is now a dedicated directory for dependencies that should be bundled as java11-exclusive dependencies, and various names were adjusted to increase clarity.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
