Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7B49B200D27 for ; Wed, 25 Oct 2017 09:15:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 79CFE160BDA; Wed, 25 Oct 2017 07:15:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C15161609E5 for ; Wed, 25 Oct 2017 09:15:30 +0200 (CEST) Received: (qmail 94555 invoked by uid 500); 25 Oct 2017 07:15:29 -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 94544 invoked by uid 99); 25 Oct 2017 07:15:29 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 07:15:29 +0000 Received: from [192.168.178.53] (ip-2-205-85-179.web.vodafone.de [2.205.85.179]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 11E4E1A02D6 for ; Wed, 25 Oct 2017 07:15:28 +0000 (UTC) From: Chesnay Schepler Subject: [VOTE] Release Apache Flink-shaded 2.0 (RC1) To: "dev@flink.apache.org" Message-ID: Date: Wed, 25 Oct 2017 09:15:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit archived-at: Wed, 25 Oct 2017 07:15:31 -0000 Dear Flink community, Please vote on releasing the following candidate as Apache Flink-shaded version 2.0. The commit to be voted in: https://gitbox.apache.org/repos/asf/flink-shaded/commit/4c324d398172a861fde16825b8262ed0b16c61ec Branch: release-2.0-rc1 The release artifacts to be voted on can be found at: http://home.apache.org/~chesnay/flink-shaded-2.0-rc1/ The release artifacts are signed with the key with fingerprint 19F2195E1B4816D765A2C324C2EED7B111D464BA: http://www.apache.org/dist/flink/KEYS The staging repository for this release can be found at: https://repository.apache.org/content/repositories/orgapacheflink-1137 ------------------------------------------------------------- The vote ends on Monday(10am CEST), October 30th, 2017. [ ] +1 Release this package as Apache Flink-shaded 2.0 [ ] -1 Do not release this package, because ... ------------------------------------------------------------- This release adds jackson:2.7.9 to the list of shaded dependencies. In this dependency we bundle jackson-core, jackson-annotation and jackson-databind. In addition, a build profile was added that allows the creation of a shaded source-jar, making flink-shaded dependencies easier to work with. ------------------------------------------------------------- The flink-shaded project contains a number of shaded dependencies for Apache Flink. The purpose of these dependencies is to provide a single instance of a shaded dependency in the Apache Flink distribution, instead of each individual module shading the dependency. For more information, see https://issues.apache.org/jira/browse/FLINK-6529.