Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 46e199d9a -> 4a6faab40
  refs/heads/branch-1.3 bce3d89b0 -> 95befea83


HBASE-18891 Upgrade to netty-all 4.0.50.Final

Not moved to 4.0.52 because of Java8 compatibility reasons

Signed-off-by: Ted Yu <te...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/95befea8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/95befea8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/95befea8

Branch: refs/heads/branch-1.3
Commit: 95befea83d2ebf8451498b13119c98f2182acdc4
Parents: bce3d89
Author: Josh Elser <els...@apache.org>
Authored: Wed Sep 27 11:58:44 2017 -0400
Committer: Josh Elser <josh.el...@gmail.com>
Committed: Tue Jan 23 10:57:40 2018 -0500

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/95befea8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cb6923..92fe9bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1278,7 +1278,10 @@
     <clover.version>4.0.3</clover.version>
     <jamon-runtime.version>2.4.1</jamon-runtime.version>
     <jettison.version>1.3.3</jettison.version>
-    <netty.version>4.0.23.Final</netty.version>
+    <!-- There is a 4.0.52.Final we'd prefer to use, but that
+         bundles a version of JCTools which was built using
+         Java8 which could potentially break our Java7 compat -->
+    <netty.version>4.0.50.Final</netty.version>
     <netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
     <joni.version>2.1.2</joni.version>
     <jcodings.version>1.0.8</jcodings.version>

Reply via email to