The vote time has passed. In total we collected 3 +1 votes (all binding)
and no 0 or -1 votes.
+1 votes:
- Aljoscha
- Stephan
- Chesnay
As such RC2 will be released as flink-shaded 1.0 .
On 26.07.2017 15:45, Chesnay Schepler wrote:
+1
- dependency versions match those used in Flink
- can be built with maven
- jars only contain shaded dependencies
- the major version number is included in the package declaration
- non-Apache2 licenses are bundled in assembled jars
- dependencies are not propagated
On 26.07.2017 15:37, Stephan Ewen wrote:
+1
- LICENSE and NOTICE are correct
- Shaded artifacts contain license when necessary (ASM with BSD
license)
- Shaded artifact contents is correct
- No binaries in the release
On Wed, Jul 26, 2017 at 2:08 PM, Aljoscha Krettek <aljos...@apache.org>
wrote:
+1
- I checked the signatures and sha/md5 sums.
- I verified that the published jars only contain the shaded code
that
they should contain
On 24. Jul 2017, at 17:43, Chesnay Schepler <ches...@apache.org>
wrote:
Dear Flink community,
Please vote on releasing the following candidate as Apache
Flink-shaded
version 1.0.
The commit to be voted in:
https://gitbox.apache.org/repos/asf/flink-shaded/commit/
290526022bb99a276220afd73d0c5ffb0eb2cc59
Branch:
release-1.0-rc2
The release artifacts to be voted on can be found at:
http://home.apache.org/~chesnay/flink-shaded-1.0-rc2/ <
http://home.apache.org/%7Echesnay/flink-shaded-1.0-rc2/>
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-1131
-------------------------------------------------------------
The vote ends on Thursday (5pm CEST), July 27th, 2017.
[ ] +1 Release this package as Apache Flink-shaded 1.0
[ ] -1 Do not release this package, because ...
-------------------------------------------------------------
The flink-shaded project contains a number of shaded dependencies for
Apache Flink.
This release includes asm-all:5.0.4, guava:18.0,
netty-all:4.0.27-FINAL
and netty-router:1.10 . Note that netty-all and netty-router are
bundled as
a single dependency.
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.