summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jincheng Sun [Fri, 24 May 2019 07:31:37 +0000 (15:31 +0800)]
[hotfix][hadoop] Set findbugs and slf4j-api to provided
Chesnay Schepler [Thu, 23 May 2019 08:56:40 +0000 (10:56 +0200)]
[hotfix][hadoop] Us
e o.a.f.shaded as patternPrefix
Chesnay Schepler [Fri, 17 May 2019 11:40:39 +0000 (13:40 +0200)]
[hotfix][hadoop] Use o.a.f.shaded as patternPrefix
sunjincheng121 [Thu, 16 May 2019 05:50:17 +0000 (13:50 +0800)]
[FLINK-12515][hadoop] Sync dependency management entries with Flink
Chesnay Schepler [Thu, 16 May 2019 12:32:19 +0000 (14:32 +0200)]
[hotfix][build] Forbid maven 3.3+
With the addition of hadoop we once again have modules that rely on poms being dependency-reduced during the build.
Since this no longer works on Maven 3.3+ we have to enforce that older versions are used for releases.
Nico Kruber [Sat, 11 May 2019 07:45:25 +0000 (09:45 +0200)]
fixup! [FLINK-9816][netty] add dynamically linked netty-tcnative
Nico Kruber [Sat, 11 May 2019 07:45:18 +0000 (09:45 +0200)]
fixup! [FLINK-9816][netty] add statically linked netty-tcnative
Nico Kruber [Wed, 8 May 2019 09:07:57 +0000 (11:07 +0200)]
[FLINK-11580][netty] add dynamically linked netty-tcnative
With one of the artifacts of netty-tcnative [1], this enables support for using
the OpenSSL engine instead of the one from the JDK. [2] claims significant
improvements up to 3x over the JDK version and we may also save some resources.
From the available artifacts, this commits selects the ones which are
dynamically linked against OpenSSL. Please refer to [1] and [3] for further
details.
Compared to the statically-linked version, this does not bundle any components
under the openSSL license and should thus be safe to use under the Apache 2
license.
[1] http://netty.io/wiki/forked-tomcat-native.html
[2] https://netty.io/wiki/requirements-for-4.x.html#wiki-h4-4
[3] https://netty.io/wiki/forked-tomcat-native.html#prerequisites-for-dynamically-linked-netty-tcnative
Nico Kruber [Wed, 11 Jul 2018 20:27:47 +0000 (22:27 +0200)]
[FLINK-11580][netty] add statically linked netty-tcnative
With one of the artifacts of netty-tcnative [1], this enables support for using
the OpenSSL engine instead of the one from the JDK. [2] claims significant
improvements (3x) over the JDK and we may just also save some resources.
From the available artifacts, this commits selects the one which is statically
linked against Google's BoringSSL. Please refer to [1] for further details.
Due to possible licensing issues with the openSSL license BoringSSL is based on,
we only build this module if the build profile
'include-netty-tcnative-static-Pinclude-netty-tcnative-static' is activated.
[1] http://netty.io/wiki/forked-tomcat-native.html
[2] https://netty.io/wiki/requirements-for-4.x.html#wiki-h4-4
Chesnay Schepler [Fri, 10 May 2019 12:37:14 +0000 (14:37 +0200)]
[hotfix][build] Add Java 9 support
Chesnay Schepler [Wed, 8 May 2019 09:11:31 +0000 (11:11 +0200)]
[FLINK-12397][build] Drop flink-shaded-asm-5
sunjincheng121 [Wed, 24 Apr 2019 14:01:04 +0000 (16:01 +0200)]
[FLINK-10984][hadoop] Include major version in shading pattern
sunjincheng121 [Wed, 17 Apr 2019 10:10:54 +0000 (18:10 +0800)]
[FLINK-10984][hadoop] Add flink-shaded-hadoop-2-uber
Chesnay Schepler [Wed, 17 Apr 2019 10:41:08 +0000 (12:41 +0200)]
Update note about transitive dependencies
Jincheng Sun [Fri, 12 Apr 2019 10:55:32 +0000 (18:55 +0800)]
[FLINK-10984][hadoop] Add flink-shaded-hadoop-2
Aloys [Wed, 10 Apr 2019 10:07:48 +0000 (18:07 +0800)]
[FLINK-9363][jackson] Bump version to 2.9.8
zentol [Wed, 6 Feb 2019 12:22:17 +0000 (13:22 +0100)]
Update version to 7.0
zentol [Wed, 12 Dec 2018 12:42:51 +0000 (13:42 +0100)]
[FLINK-11022] Add NOTICE files
zentol [Wed, 12 Dec 2018 12:41:36 +0000 (13:41 +0100)]
[FLINK-11022] Sync license packaging with Flink
zentol [Wed, 12 Dec 2018 12:40:00 +0000 (13:40 +0100)]
[FLINK-11022] Define transformers in parent pom
Nico Kruber [Fri, 11 Jan 2019 10:54:33 +0000 (11:54 +0100)]
[FLINK-11154][network] Bump netty to 4.1.32
Notable changes since 4.1.24:
- big improvements (performance, feature set) for using openSSL based
SSL engine (useful for FLINK-9816)
- allow multiple shaded versions of the same netty artifact (as long
as the shaded prefix is different)
- Ensure ByteToMessageDecoder.Cumulator implementations always release
- Don't re-arm timerfd each epoll_wait
- Use a non-volatile read for ensureAccessible() whenever possible to
reduce overhead and allow better inlining.
- Do not fail on runtime when an older version of Log4J2 is on the
classpath
- Fix leak and corruption bugs in CompositeByteBuf
- Add support for TLSv1.3
- Harden ref-counting concurrency semantics
- bug fixes
- Java 9-12 related fixes
zentol [Wed, 10 Oct 2018 12:36:01 +0000 (14:36 +0200)]
Update version to 6.0
zentol [Mon, 8 Oct 2018 08:37:23 +0000 (10:37 +0200)]
[FLINK-8033] Add flink-shaded-asm6
Timo Walther [Fri, 7 Sep 2018 15:36:04 +0000 (17:36 +0200)]
Include jackson-dataformat-csv in flink-shaded-jackson
zentol [Fri, 28 Sep 2018 10:57:07 +0000 (12:57 +0200)]
[FLINK-10458][build] Enable dependency convergence
Nico Kruber [Mon, 16 Jul 2018 12:16:17 +0000 (14:16 +0200)]
[FLINK-9817] Update sub-module versions to 5.0
zentol [Wed, 6 Jun 2018 06:58:57 +0000 (08:58 +0200)]
[hotfix] Delete redundant release script
zentol [Wed, 30 May 2018 12:06:29 +0000 (14:06 +0200)]
(#44) Remove remaining references to netty router
zentol [Wed, 30 May 2018 09:40:20 +0000 (11:40 +0200)]
Update version to 5.0
zentol [Wed, 30 May 2018 08:52:59 +0000 (10:52 +0200)]
[release] Add modular release scripts
Reworks the release scripts to be module.
This converges the release process for flink and flink-shaded.
zentol [Tue, 29 May 2018 12:24:13 +0000 (14:24 +0200)]
[release] Enforce java 1.8
For consistency with the flink project we enforce usage of java 8 for flink-shaded.
zentol [Mon, 28 May 2018 16:12:10 +0000 (18:12 +0200)]
[FLINK-9463] Rename native libraries in netty when shading
Piotr Nowojski [Thu, 24 May 2018 09:44:48 +0000 (11:44 +0200)]
[FLINK-3952] Bump netty to 4.1.24 and drop netty-router
zentol [Wed, 28 Feb 2018 13:19:28 +0000 (14:19 +0100)]
(#39) Properly hide jackson dependencies
zentol [Mon, 19 Feb 2018 13:02:43 +0000 (14:02 +0100)]
(#38) Include missing javax validation-api dependency
zentol [Mon, 19 Feb 2018 12:50:47 +0000 (13:50 +0100)]
(#37) Include jackson-dataformat-yaml and snakeyaml
zentol [Mon, 19 Feb 2018 11:15:08 +0000 (12:15 +0100)]
Increment version to 4.0
zentol [Mon, 19 Feb 2018 10:56:26 +0000 (11:56 +0100)]
(#35) Bump netty to 4.0.56
zentol [Wed, 31 Jan 2018 08:50:33 +0000 (09:50 +0100)]
(#31) Hard-code jackson-parent version
zentol [Wed, 13 Dec 2017 15:45:08 +0000 (16:45 +0100)]
(#31) Add extended flink-shadaed-jackson-module-jsonSchema module
zentol [Tue, 16 Jan 2018 12:12:01 +0000 (13:12 +0100)]
(#32) Add flink-shaded-force-shading
zentol [Mon, 20 Nov 2017 13:03:12 +0000 (14:03 +0100)]
(#28) Bump maven-shade-plugin version to 3.0.0
zentol [Mon, 30 Oct 2017 14:55:11 +0000 (15:55 +0100)]
Increment version to 3.0
zentol [Mon, 28 Aug 2017 11:40:08 +0000 (13:40 +0200)]
(#25) Add profile to create shaded source-jars
zentol [Tue, 22 Aug 2017 13:19:57 +0000 (15:19 +0200)]
(#19) Increment parent version to 2.0
zentol [Tue, 22 Aug 2017 09:41:30 +0000 (11:41 +0200)]
(#18) Bump jackson flink-shaded version to 2.0
zentol [Wed, 2 Aug 2017 12:24:13 +0000 (14:24 +0200)]
(#18) Add flink-shaded-jackson-2 module
zentol [Wed, 2 Aug 2017 12:25:37 +0000 (14:25 +0200)]
(#19) Increment version to 2.0
zentol [Mon, 24 Jul 2017 11:31:10 +0000 (13:31 +0200)]
(#16) Simplify artifact version scheme
zentol [Mon, 17 Jul 2017 10:00:44 +0000 (12:00 +0200)]
(#13) Add release profile
zentol [Mon, 17 Jul 2017 12:47:02 +0000 (14:47 +0200)]
(#12) Add release script
zentol [Wed, 12 Jul 2017 12:30:54 +0000 (14:30 +0200)]
(#8) Add deploysettings.xml
zentol [Wed, 12 Jul 2017 15:04:29 +0000 (17:04 +0200)]
(#10) Update developerConnection in root pom
zentol [Wed, 12 Jul 2017 13:48:33 +0000 (15:48 +0200)]
(#6) - Include licenses of shaded dependencies in jars
zentol [Wed, 28 Jun 2017 11:13:34 +0000 (13:13 +0200)]
[FLINK-7026] Add flink-shaded-asm-5 module
zentol [Wed, 28 Jun 2017 09:03:45 +0000 (11:03 +0200)]
Add link to ASF to README.md
zentol [Tue, 27 Jun 2017 10:44:23 +0000 (12:44 +0200)]
[FLINK-7007] Add README.md
zentol [Tue, 27 Jun 2017 12:35:52 +0000 (14:35 +0200)]
Add flink-shaded-netty module
zentol [Tue, 27 Jun 2017 14:34:56 +0000 (16:34 +0200)]
Add shade plugin to pluginManagement
zentol [Tue, 27 Jun 2017 12:36:12 +0000 (14:36 +0200)]
Configure dependencyReducedPomLocation
zentol [Thu, 22 Jun 2017 07:33:58 +0000 (09:33 +0200)]
[FLINK-6981] Add flink-shaded-guava module
zentol [Mon, 26 Jun 2017 12:51:55 +0000 (14:51 +0200)]
Remove reference to nonexisting child module
zentol [Mon, 26 Jun 2017 12:50:18 +0000 (14:50 +0200)]
Extend version for minor version
zentol [Thu, 22 Jun 2017 07:17:35 +0000 (09:17 +0200)]
Initialize flink-shaded repository