[
https://issues.apache.org/jira/browse/FLINK-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002407#comment-16002407
]
ASF GitHub Bot commented on FLINK-6508:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/3852
[FLINK-6508] [table] Include license files of packaged dependencies.
Adds the license files of Janino and Reflections to the resources folder
and copies them into the JAR file under `./META-INF/PACKAGED_LICENSES/`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink table-license
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3852.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3852
----
----
> Include license files of packaged dependencies
> ----------------------------------------------
>
> Key: FLINK-6508
> URL: https://issues.apache.org/jira/browse/FLINK-6508
> Project: Flink
> Issue Type: Bug
> Components: Table API & SQL
> Affects Versions: 1.3.0, 1.2.1, 1.4.0
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Priority: Blocker
>
> The Maven artifact for flink-table bundles its (non-Flink) dependencies to
> have a self-contained JAR file that can be moved to the ./lib folder without
> adding additional dependencies.
> Currently, we include Apache Calcite, Guava (relocates and required by
> Calcite), Janino, and Reflections.
> Janino and Reflections are not under Apache license, so we need to include
> their license files into the JAR file.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)