zentol opened a new pull request #10473: [FLINK-15008][build] Bundle javax.activation-api for Java 11 URL: https://github.com/apache/flink/pull/10473 In FLINK-14905 we modified the build process to bundle `jaxb-api` in flink-dist. As part of that a dependencyManagement entry was added pinning the version of jaxb-api to 2.3.0 . Unfortunately 2.3.0 no longer declares a dependency on `javax.activation-api`; from what I gathered this version was released before Java 11 and hence assumed this dependency to be available anyway. Hence, this PR 1) bumps the version of jaxb-api to 2.3.1 which again declares the activation-api dependency, which should prevent any issues caused by the lack of the transitive dependency 2) bundle `javax.activation-api` in flink-dist similar to jaxb-api (i.e., java 11 exclusive)
---------------------------------------------------------------- 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
