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 2022/07/25 17:26:32 UTC

[activemq-artemis] branch new-logging updated (36e803e624 -> adc565b664)

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

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


    from 36e803e624 add note about many integration-tests etc still using JBL
     new 5ca30b1de6 fix dep scope
     new adc565b664 add artemis-unit-test-support dep to various modules that have tests, and will stacktrace if the appender isnt found which is referenced in their shared logging test config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 artemis-junit/pom.xml                           | 7 +++++++
 artemis-protocols/artemis-amqp-protocol/pom.xml | 1 +
 artemis-selector/pom.xml                        | 6 ++++++
 artemis-server-osgi/pom.xml                     | 6 ++++++
 artemis-service-extensions/pom.xml              | 6 ++++++
 tests/e2e-tests/pom.xml                         | 6 ++++++
 tests/joram-tests/pom.xml                       | 6 ++++++
 tests/karaf-client-integration-tests/pom.xml    | 6 ++++++
 tests/performance-tests/pom.xml                 | 6 ++++++
 tests/soak-tests/pom.xml                        | 6 ++++++
 tests/stress-tests/pom.xml                      | 6 ++++++
 11 files changed, 62 insertions(+)


[activemq-artemis] 02/02: add artemis-unit-test-support dep to various modules that have tests, and will stacktrace if the appender isnt found which is referenced in their shared logging test config

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit adc565b664e3f23ae9b4793c388de5eafce0213b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 25 18:22:52 2022 +0100

    add artemis-unit-test-support dep to various modules that have tests, and will stacktrace if the appender isnt found which is referenced in their shared logging test config
---
 artemis-junit/pom.xml                        | 7 +++++++
 artemis-selector/pom.xml                     | 6 ++++++
 artemis-server-osgi/pom.xml                  | 6 ++++++
 artemis-service-extensions/pom.xml           | 6 ++++++
 tests/e2e-tests/pom.xml                      | 6 ++++++
 tests/joram-tests/pom.xml                    | 6 ++++++
 tests/karaf-client-integration-tests/pom.xml | 6 ++++++
 tests/performance-tests/pom.xml              | 6 ++++++
 tests/soak-tests/pom.xml                     | 6 ++++++
 tests/stress-tests/pom.xml                   | 6 ++++++
 10 files changed, 61 insertions(+)

diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml
index 74fb003760..1471ec2ef5 100644
--- a/artemis-junit/pom.xml
+++ b/artemis-junit/pom.xml
@@ -78,6 +78,13 @@
          <groupId>jakarta.jms</groupId>
          <artifactId>jakarta.jms-api</artifactId>
       </dependency>
+
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
 </project>
diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index a8ce8431fb..302a47768f 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -42,6 +42,12 @@
          <artifactId>junit</artifactId>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml
index 5539c3c808..d107fb5253 100644
--- a/artemis-server-osgi/pom.xml
+++ b/artemis-server-osgi/pom.xml
@@ -120,6 +120,12 @@
          <artifactId>osgi.cmpn</artifactId>
          <scope>provided</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml
index 3f0cdf6da5..889690e621 100644
--- a/artemis-service-extensions/pom.xml
+++ b/artemis-service-extensions/pom.xml
@@ -76,5 +76,11 @@
          <groupId>org.jgroups</groupId>
          <artifactId>jgroups</artifactId>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 </project>
diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml
index 4300c7a508..42da3f3865 100644
--- a/tests/e2e-tests/pom.xml
+++ b/tests/e2e-tests/pom.xml
@@ -55,6 +55,12 @@
          <version>${project.version}</version>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
       <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index b7fed73e67..374e1d7cfa 100644
--- a/tests/joram-tests/pom.xml
+++ b/tests/joram-tests/pom.xml
@@ -108,6 +108,12 @@
          <artifactId>jakarta.json-api</artifactId>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml
index 610687d0ab..d694b8c434 100644
--- a/tests/karaf-client-integration-tests/pom.xml
+++ b/tests/karaf-client-integration-tests/pom.xml
@@ -142,6 +142,12 @@
          <type>xml</type>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml
index 81cbb34bf2..e09c4d3b3a 100644
--- a/tests/performance-tests/pom.xml
+++ b/tests/performance-tests/pom.xml
@@ -101,6 +101,12 @@
          <version>${project.version}</version>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index 7b2485c144..ccb7fb923c 100644
--- a/tests/soak-tests/pom.xml
+++ b/tests/soak-tests/pom.xml
@@ -75,6 +75,12 @@
          <version>${project.version}</version>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
       <dependency>
          <groupId>jakarta.transaction</groupId>
          <artifactId>jakarta.transaction-api</artifactId>
diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml
index c4afd0978c..c79001b966 100644
--- a/tests/stress-tests/pom.xml
+++ b/tests/stress-tests/pom.xml
@@ -97,6 +97,12 @@
          <version>${project.version}</version>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-unit-test-support</artifactId>
+         <version>${project.version}</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>


[activemq-artemis] 01/02: fix dep scope

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5ca30b1de6f36c2fe45fc0d10b5afd79a676efbf
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 25 18:20:46 2022 +0100

    fix dep scope
---
 artemis-protocols/artemis-amqp-protocol/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml
index 204689f2dd..4f36889b6d 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -116,6 +116,7 @@
          <groupId>org.apache.activemq</groupId>
          <artifactId>artemis-unit-test-support</artifactId>
          <version>${project.version}</version>
+         <scope>test</scope>
       </dependency>
    </dependencies>