zentol opened a new pull request #9307: [FLINK-13512][kinesis][build] Add jaxb-api dependency on Java 11 URL: https://github.com/apache/flink/pull/9307 KPL relies on `javax.xml.bind.DatatypeConverter` (contained in jaxb-api), but relies on it being on the classpath by default, which no longer holds on Java 11. Hence we add an explicit dependency when compiling on Java 11, and also bundle it in the jar.
---------------------------------------------------------------- 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
