You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/07/30 11:47:29 UTC

[activemq-artemis] branch main updated: ARTEMIS-3407: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ddc947  ARTEMIS-3407: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11
7ddc947 is described below

commit 7ddc947413a4776551a5b257147848791c43e087
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jul 30 11:59:19 2021 +0100

    ARTEMIS-3407: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11
    
    Also tweaks karaf test module name for clarity
---
 pom.xml                                      | 4 ++--
 tests/karaf-client-integration-tests/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4373fc3..4151d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,8 +79,8 @@
       <logging.config>logging.properties</logging.config>
 
       <activemq-artemis-native-version>1.0.2</activemq-artemis-native-version>
-      <karaf.version>4.3.0</karaf.version>
-      <pax.exam.version>4.9.1</pax.exam.version>
+      <karaf.version>4.3.1</karaf.version>
+      <pax.exam.version>4.13.4</pax.exam.version>
       <commons.config.version>2.7</commons.config.version>
       <commons.lang.version>3.12.0</commons.lang.version>
       <activemq5-version>5.16.0</activemq5-version>
diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml
index d09628e..3915678 100644
--- a/tests/karaf-client-integration-tests/pom.xml
+++ b/tests/karaf-client-integration-tests/pom.xml
@@ -25,7 +25,7 @@
 
    <artifactId>karaf-client-integration-tests</artifactId>
    <packaging>jar</packaging>
-   <name>ActiveMQ Artemis Client Integration Tests</name>
+   <name>ActiveMQ Artemis Karaf Client Integration Tests</name>
 
    <description>
       Integration tests for the artemis client features using Apache Karaf