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 2020/06/22 17:59:40 UTC

[activemq-artemis] branch master updated: ARTEMIS-2800 / ARTEMIS-2818 Upgrade Artemis Native

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e0ebd1  ARTEMIS-2800 / ARTEMIS-2818 Upgrade Artemis Native
     new 4fdfaf0  This closes #3197
0e0ebd1 is described below

commit 0e0ebd19a4494fee079b9d90f80e9e87fd830d89
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Jun 22 12:42:26 2020 -0400

    ARTEMIS-2800 / ARTEMIS-2818 Upgrade Artemis Native
    
    This is upgrading artemis native which has a fix to avoid a kernel bug in the fs/aio.c module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 57b5e56..5f1df7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
       <retryTests>false</retryTests>
       <logging.config>logging.properties</logging.config>
 
-      <activemq-artemis-native-version>1.0.1</activemq-artemis-native-version>
+      <activemq-artemis-native-version>1.0.2</activemq-artemis-native-version>
       <karaf.version>4.0.6</karaf.version>
       <pax.exam.version>4.9.1</pax.exam.version>
       <commons.config.version>2.7</commons.config.version>