You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/12/07 12:59:00 UTC

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

Chesnay Schepler created FLINK-11101:
----------------------------------------

             Summary: 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
             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)