Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AF9D18818 for ; Fri, 28 Aug 2015 14:00:51 +0000 (UTC) Received: (qmail 58953 invoked by uid 500); 28 Aug 2015 14:00:51 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 58758 invoked by uid 500); 28 Aug 2015 14:00:51 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 58561 invoked by uid 99); 28 Aug 2015 14:00:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2015 14:00:51 +0000 Date: Fri, 28 Aug 2015 14:00:51 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-2593) Revisit Flink's shading policy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Till Rohrmann created FLINK-2593: ------------------------------------ Summary: Revisit Flink's shading policy Key: FLINK-2593 URL: https://issues.apache.org/jira/browse/FLINK-2593 Project: Flink Issue Type: Improvement Reporter: Till Rohrmann Priority: Minor At the moment Flink does not follow a consistent shading policy which dictates which dependencies should be shaded away and which to keep. This becomes especially important for utility libraries which are likely to be used by the users as well. By not shading these dependencies, the user is constrained to use exactly the same version in his code. This might cause problems for the user. Some of the dependencies which Flink should probably shade away are {{Akka}}, {{Protobuf}} and {{Curator}}, for example. -- This message was sent by Atlassian JIRA (v6.3.4#6332)