You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/12/22 03:42:47 UTC

[1/2] activemq-artemis git commit: This closes #1738

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 30ae2db2b -> 4fd2e4e6c


This closes #1738


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4fd2e4e6
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4fd2e4e6
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4fd2e4e6

Branch: refs/heads/master
Commit: 4fd2e4e6c2493591936d510740593f2d1c0f63ed
Parents: 30ae2db c735b0e
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Dec 21 22:42:40 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Dec 21 22:42:40 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-1571 - Upgrade to Netty 4.1.19.Final

Posted by cl...@apache.org.
ARTEMIS-1571 - Upgrade to Netty 4.1.19.Final

There is a critical bug/regression found and announced in netty 4.1.18 fixed in 4.1.19

http://netty.io/news/2017/12/18/4-1-19-Final.html

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c735b0e1
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c735b0e1
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c735b0e1

Branch: refs/heads/master
Commit: c735b0e1850e543eb2cd11addc8adf1dd152c08d
Parents: 30ae2db
Author: Michael André Pearce <mi...@me.com>
Authored: Thu Dec 21 15:07:07 2017 +0000
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Dec 21 22:42:40 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c735b0e1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1baad38..1c00689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
       <jgroups.version>3.6.13.Final</jgroups.version>
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>2.8.47</mockito.version>
-      <netty.version>4.1.18.Final</netty.version>
+      <netty.version>4.1.19.Final</netty.version>
       <proton.version>0.24.0</proton.version>
       <resteasy.version>3.0.19.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>