MartijnVisser commented on pull request #17635:
URL: https://github.com/apache/flink/pull/17635#issuecomment-957455854


   `flink-s3-fs-presto` and `flink-s3-fs-hadoop` both use 
javax.xml.bind:jaxb-api, which is set to version 2.3.1. That's the latest 
available version. 
   
   This PR addresses `com.sun.xml.bind:jaxb-impl` and 
`com.sun.xml.bind:jaxb-core`. The latest version for those should be 3.0.2 and 
not 2.3.5 as submitted before (For `com.sun.xml.bind:jaxb-impl` the latest 
available 2.* release is 2.3.5, for `com.sun.xml.bind:jaxb-core` the latest 
available 2.* release is 2.3.0.1). 
   
   They are only included in the Java 11 profile since they were bundled in 
Java 8, but no longer since 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]


Reply via email to