[
https://issues.apache.org/jira/browse/FLINK-13512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910810#comment-16910810
]
Yu Li commented on FLINK-13512:
-------------------------------
Checked the license of
[jaxb-api|https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api/2.3.0] and
it’s CDDL 1.1. Checked [apache legal|https://apache.org/legal/resolved.html]
and confirmed for software under CDDL 1.1 license we could include binaries
(and binary-only, no source code), so it’s ok to include it into our project.
> Kinesis connector missing jaxb-api dependency
> ---------------------------------------------
>
> Key: FLINK-13512
> URL: https://issues.apache.org/jira/browse/FLINK-13512
> Project: Flink
> Issue Type: Sub-task
> Components: Connectors / Kinesis
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> KPL makes use of {{javax.xml.bind.DatatypeConverter}} but does not declare a
> dependency on {{jaxb-api}} and relies on the JDK containing this class. This
> is no longer the case on Java 11; we have to add it as a dependency and
> bundle it in the jar.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)