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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1eb362def37e Relocate org.jboss.narayana.jta » 
narayana-jta-jakarta→org.jboss.narayana.jta » narayana-jta and upgrade to 
7.3.4.Final
1eb362def37e is described below

commit 1eb362def37e15cbbd0fc73152438737a86e60c7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue May 12 15:18:40 2026 +0200

    Relocate org.jboss.narayana.jta »
    narayana-jta-jakarta→org.jboss.narayana.jta » narayana-jta and upgrade
    to 7.3.4.Final
    
    it will unblock automatic dependabot upgrade. Currently blocked at
    5.13.Final from 2022 although 7.3.4.Final has been released in May 2026
    
    we need to upgrade to a more recent version at the same time as the
    first relocated version is not working fine. (looking for a
    javax.transaction class)
    
    Signed-off-by: Aurélien Pupier <[email protected]>
---
 components/camel-jta/pom.xml | 2 +-
 parent/pom.xml               | 2 +-
 tests/camel-itest/pom.xml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-jta/pom.xml b/components/camel-jta/pom.xml
index 608c4f27cf54..5b567cd06f6a 100644
--- a/components/camel-jta/pom.xml
+++ b/components/camel-jta/pom.xml
@@ -80,7 +80,7 @@
         <!-- Narayana JTA transaction manager -->
         <dependency>
             <groupId>org.jboss.narayana.jta</groupId>
-            <artifactId>narayana-jta-jakarta</artifactId>
+            <artifactId>narayana-jta</artifactId>
             <version>${narayana-version}</version>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index ec0b1be875de..02a3b91953dc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -390,7 +390,7 @@
         <mustache-java-version>0.9.14</mustache-java-version>
         <mvel-version>2.5.2.Final</mvel-version>
         <mybatis-version>3.5.19</mybatis-version>
-        <narayana-version>5.13.1.Final</narayana-version>
+        <narayana-version>7.3.4.Final</narayana-version>
         <neoscada-version>0.4.0</neoscada-version>
         <neo4j-version>6.1.0</neo4j-version>
         <netty-version>4.2.12.Final</netty-version>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index ab96ac77e815..6611f6d71e83 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -352,7 +352,7 @@
         </dependency>
         <dependency>
             <groupId>org.jboss.narayana.jta</groupId>
-            <artifactId>narayana-jta-jakarta</artifactId>
+            <artifactId>narayana-jta</artifactId>
             <version>${narayana-version}</version>
         </dependency>
         <dependency>

Reply via email to