Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E063C17BEE for ; Mon, 31 Aug 2015 11:13:45 +0000 (UTC) Received: (qmail 96504 invoked by uid 500); 31 Aug 2015 11:13:45 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 96454 invoked by uid 500); 31 Aug 2015 11:13:45 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 96444 invoked by uid 99); 31 Aug 2015 11:13:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 11:13:45 +0000 Date: Mon, 31 Aug 2015 11:13:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2584) ASM dependency is not shaded away MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723305#comment-14723305 ] ASF GitHub Bot commented on FLINK-2584: --------------------------------------- Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1076#issuecomment-136336944 I'll merge this now into `master` and `0.10.0-milestone1`. In the long run, we can hopefully convince curator to offer a shaded version in addition to the unshaded version. > ASM dependency is not shaded away > --------------------------------- > > Key: FLINK-2584 > URL: https://issues.apache.org/jira/browse/FLINK-2584 > Project: Flink > Issue Type: Bug > Components: Core > Affects Versions: 0.9, master > Reporter: Ufuk Celebi > Assignee: Stephan Ewen > Fix For: 0.10, 0.9.1 > > > ASM is not correctly shaded away. If you build the quick start against the snapshot version, you will see the following dependencies. Robert is fixing this. > {code} > [INFO] +- org.apache.flink:flink-java:jar:0.9.1:compile > [INFO] | +- org.apache.flink:flink-core:jar:0.9.1:compile > [INFO] | | \- commons-collections:commons-collections:jar:3.2.1:compile > [INFO] | +- org.apache.flink:flink-shaded-include-yarn:jar:0.9.1:compile > [INFO] | +- org.apache.avro:avro:jar:1.7.6:compile > [INFO] | | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile > [INFO] | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile > [INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile > [INFO] | | +- org.xerial.snappy:snappy-java:jar:1.0.5:compile > [INFO] | | \- org.apache.commons:commons-compress:jar:1.4.1:compile > [INFO] | | \- org.tukaani:xz:jar:1.0:compile > [INFO] | +- com.esotericsoftware.kryo:kryo:jar:2.24.0:compile > [INFO] | | +- com.esotericsoftware.minlog:minlog:jar:1.2:compile > [INFO] | | \- org.objenesis:objenesis:jar:2.1:compile > [INFO] | +- com.twitter:chill_2.10:jar:0.5.2:compile > [INFO] | | +- org.scala-lang:scala-library:jar:2.10.4:compile > [INFO] | | \- com.twitter:chill-java:jar:0.5.2:compile > [INFO] | +- com.twitter:chill-avro_2.10:jar:0.5.2:compile > [INFO] | | +- com.twitter:chill-bijection_2.10:jar:0.5.2:compile > [INFO] | | | \- com.twitter:bijection-core_2.10:jar:0.7.2:compile > [INFO] | | \- com.twitter:bijection-avro_2.10:jar:0.7.2:compile > [INFO] | +- de.javakaffee:kryo-serializers:jar:0.36:compile > [INFO] | | +- com.esotericsoftware:kryo:jar:3.0.3:compile > [INFO] | | | +- com.esotericsoftware:reflectasm:jar:1.10.1:compile > [INFO] | | | | \- org.ow2.asm:asm:jar:5.0.3:compile > [INFO] | | | \- com.esotericsoftware:minlog:jar:1.3.0:compile > [INFO] | | \- com.google.protobuf:protobuf-java:jar:2.6.1:compile > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)