You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/06 20:16:13 UTC

[cxf] branch main updated: Bump cxf.activemq.artemis.version from 2.26.0 to 2.27.1 (#1050)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 8cc04ad080 Bump cxf.activemq.artemis.version from 2.26.0 to 2.27.1 (#1050)
8cc04ad080 is described below

commit 8cc04ad0808d8ef3e062a9345cc0ef7698e8d089
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 6 15:16:06 2023 -0500

    Bump cxf.activemq.artemis.version from 2.26.0 to 2.27.1 (#1050)
    
    * Bump cxf.activemq.artemis.version from 2.26.0 to 2.27.1
    
    Bumps `cxf.activemq.artemis.version` from 2.26.0 to 2.27.1.
    
    Updates `artemis-jakarta-server` from 2.26.0 to 2.27.1
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1)
    
    Updates `artemis-jakarta-client` from 2.26.0 to 2.27.1
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1)
    
    Updates `artemis-jakarta-ra` from 2.26.0 to 2.27.1
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1)
    
    Updates `artemis-junit` from 2.26.0 to 2.27.1
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](https://github.com/apache/activemq-artemis/compare/2.26.0...2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jakarta-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.activemq:artemis-jakarta-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.activemq:artemis-jakarta-ra
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.activemq:artemis-junit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Add jboss-logging dependency (now required by ActiveMQ Artemis)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Andriy Redko <dr...@gmail.com>
---
 distribution/src/main/release/samples/jms_spring_config/pom.xml | 3 ---
 distribution/src/main/release/samples/pom.xml                   | 2 +-
 parent/pom.xml                                                  | 2 +-
 rt/transports/jms/pom.xml                                       | 5 +++++
 systests/transport-jms/pom.xml                                  | 5 +++++
 5 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml b/distribution/src/main/release/samples/jms_spring_config/pom.xml
index 9aa86c49da..d564722116 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -148,12 +148,10 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>4.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>4.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>
@@ -171,7 +169,6 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>artemis-jakarta-server</artifactId>
-            <version>${cxf.activemq.artemis.version}</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index d4b7f1a28e..d09be06eba 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -46,7 +46,7 @@
         <cxf.aspectj.version>1.9.19</cxf.aspectj.version>
         <cxf.brave.version>5.14.1</cxf.brave.version>
         <cxf.zest.version>2.1</cxf.zest.version>
-        <cxf.activemq.artemis.version>2.26.0</cxf.activemq.artemis.version>
+        <cxf.activemq.artemis.version>2.27.1</cxf.activemq.artemis.version>
         <cxf.h2.version>2.1.214</cxf.h2.version>
         <cxf.jboss.narayana.version>5.12.7.Final</cxf.jboss.narayana.version>
         <cxf.narayana.spring.boot.version>2.6.7</cxf.narayana.spring.boot.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index d68898e51a..790030aee4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -58,7 +58,7 @@
         <cxf.easymock.version>5.0.1</cxf.easymock.version>
 
         <!-- please maintain alphabetical order here -->
-        <cxf.activemq.artemis.version>2.26.0</cxf.activemq.artemis.version>
+        <cxf.activemq.artemis.version>2.27.1</cxf.activemq.artemis.version>
         <cxf.ahc.version>2.12.3</cxf.ahc.version>
         <cxf.arquillian.version>1.7.0.Alpha13</cxf.arquillian.version>
         <cxf.arquillian.weld.container.version>3.0.0.Final</cxf.arquillian.weld.container.version>
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 118105fa07..6938388058 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -122,6 +122,11 @@
             <artifactId>narayana-jta-jakarta</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 761dfda0df..54b46ade2b 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -262,5 +262,10 @@
             <artifactId>narayana-jta-jakarta</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>