You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2018/01/23 16:55:28 UTC

[1/2] hbase git commit: HBASE-18891 Upgrade to netty-all 4.0.50.Final

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 <el...@apache.org>
Authored: Wed Sep 27 11:58:44 2017 -0400
Committer: Josh Elser <jo...@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>


[2/2] hbase git commit: HBASE-18891 Upgrade to netty-all 4.0.50.Final

Posted by el...@apache.org.
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/4a6faab4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4a6faab4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4a6faab4

Branch: refs/heads/branch-1.2
Commit: 4a6faab401e2124dc55cf07c5f7a73ad42ad93af
Parents: 46e199d
Author: Josh Elser <el...@apache.org>
Authored: Wed Sep 27 11:58:44 2017 -0400
Committer: Josh Elser <jo...@gmail.com>
Committed: Tue Jan 23 11:19:42 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/4a6faab4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 408f11a..00241fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1288,7 +1288,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>