You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/31 14:23:17 UTC

[GitHub] [flink] zentol opened a new pull request #9307: [FLINK-13512][kinesis][build] Add jaxb-api dependency on Java 11

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:
users@infra.apache.org


With regards,
Apache Git Services