You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/06/12 05:35:09 UTC

[shardingsphere] branch revert-26074-atomikos-update created (now a2b5291dc72)

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

zhaojinchao pushed a change to branch revert-26074-atomikos-update
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


      at a2b5291dc72 Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)"

This branch includes the following new commits:

     new a2b5291dc72 Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)"

The 1 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.



[shardingsphere] 01/01: Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)"

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

zhaojinchao pushed a commit to branch revert-26074-atomikos-update
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit a2b5291dc72a1a1626dfb06a420d7d55644522ae
Author: zhaojinchao <zh...@apache.org>
AuthorDate: Mon Jun 12 13:35:02 2023 +0800

    Revert "Update Atomikos to 6.0.0 on javax classifier (#26074)"
    
    This reverts commit 39d5858d5619ef40f09173064a470ae72ac771f6.
---
 distribution/proxy-native/src/main/release-docs/LICENSE | 10 +++++-----
 distribution/proxy/src/main/release-docs/LICENSE        | 10 +++++-----
 kernel/transaction/type/xa/provider/atomikos/pom.xml    |  2 +-
 test/e2e/operation/transaction/pom.xml                  |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE
index 42c4b5ada83..1e70e556562 100644
--- a/distribution/proxy-native/src/main/release-docs/LICENSE
+++ b/distribution/proxy-native/src/main/release-docs/LICENSE
@@ -302,11 +302,11 @@ Apache 2.0 licenses
 The following components are provided under the Apache License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-    atomikos-util 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-api 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-jdbc 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-jta 6.0.0: https://www.atomikos.com, Apache 2.0
+    atomikos-util 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-api 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-jdbc 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-jta 5.0.9: https://www.atomikos.com, Apache 2.0
     
 ========================================================================
 BSD licenses
diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE
index 44a3bc750f9..81697d47014 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -307,11 +307,11 @@ Apache 2.0 licenses
 The following components are provided under the Apache License. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-    atomikos-util 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-api 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-jdbc 6.0.0: https://www.atomikos.com, Apache 2.0
-    transactions-jta 6.0.0: https://www.atomikos.com, Apache 2.0
+    atomikos-util 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-api 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-jdbc 5.0.9: https://www.atomikos.com, Apache 2.0
+    transactions-jta 5.0.9: https://www.atomikos.com, Apache 2.0
     
 ========================================================================
 BSD licenses
diff --git a/kernel/transaction/type/xa/provider/atomikos/pom.xml b/kernel/transaction/type/xa/provider/atomikos/pom.xml
index d870e8a430a..9753368a8ac 100644
--- a/kernel/transaction/type/xa/provider/atomikos/pom.xml
+++ b/kernel/transaction/type/xa/provider/atomikos/pom.xml
@@ -28,7 +28,7 @@
     <name>${project.artifactId}</name>
     
     <properties>
-        <atomikos.version>6.0.0</atomikos.version>
+        <atomikos.version>5.0.9</atomikos.version>
     </properties>
     
     <dependencies>
diff --git a/test/e2e/operation/transaction/pom.xml b/test/e2e/operation/transaction/pom.xml
index 762f0397f73..98a5bcfd4c4 100644
--- a/test/e2e/operation/transaction/pom.xml
+++ b/test/e2e/operation/transaction/pom.xml
@@ -30,7 +30,7 @@
     <properties>
         <maven.deploy.skip>true</maven.deploy.skip>
         
-        <atomikos.version>6.0.0</atomikos.version>
+        <atomikos.version>5.0.9</atomikos.version>
         <narayana.version>5.12.4.Final</narayana.version>
         <jboss-transaction-spi.version>7.6.0.Final</jboss-transaction-spi.version>
         <jboss-logging.version>3.2.1.Final</jboss-logging.version>