You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2018/12/10 08:38:00 UTC

[jira] [Commented] (FLINK-11101) Ineffective openjdk exclusion Presto S3 FileSystem module

    [ https://issues.apache.org/jira/browse/FLINK-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714425#comment-16714425 ] 

Stephan Ewen commented on FLINK-11101:
--------------------------------------

We need to make sure that the module is not included, due to license issues. If that is still guaranteed, I am okay with removing this.

> Ineffective openjdk exclusion Presto S3 FileSystem module
> ---------------------------------------------------------
>
>                 Key: FLINK-11101
>                 URL: https://issues.apache.org/jira/browse/FLINK-11101
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, FileSystem
>    Affects Versions: 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Minor
>             Fix For: 1.8.0, 1.7.1
>
>
> The {{presto-s3-fs}} module defines he following exclusion in the shade-plugin:
> {code:java}
> <excludes>
>    <exclude>org.openjdk.jol</exclude>
> </excludes>{code}
> This exclusion has no effect on the resulting artifact. We could think about removing it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)