You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/12/12 08:29:37 UTC

(camel-quarkus) 14/24: Disabled JTA & SQL native because of spring update #5583

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

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

commit 024314a2a09cc03b3bcb1aa0a32f4b4488b34ed3
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Dec 1 15:12:05 2023 +0100

    Disabled JTA & SQL native  because of spring update #5583
---
 integration-tests/jta/pom.xml | 5 +++--
 integration-tests/sql/pom.xml | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/integration-tests/jta/pom.xml b/integration-tests/jta/pom.xml
index 017bb3d6a8..5697734c98 100644
--- a/integration-tests/jta/pom.xml
+++ b/integration-tests/jta/pom.xml
@@ -88,7 +88,8 @@
 
 
     <profiles>
-        <profile>
+        <!-- https://github.com/apache/camel-quarkus/issues/5583 -->
+        <!--<profile>
             <id>native</id>
             <activation>
                 <property>
@@ -114,7 +115,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile> -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/sql/pom.xml b/integration-tests/sql/pom.xml
index 01ec2d33ce..9587bedf78 100644
--- a/integration-tests/sql/pom.xml
+++ b/integration-tests/sql/pom.xml
@@ -105,7 +105,8 @@
 
 
     <profiles>
-        <profile>
+        <!-- https://github.com/apache/camel-quarkus/issues/5583 -->
+        <!--<profile>
             <id>native</id>
             <activation>
                 <property>
@@ -136,7 +137,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile> -->
         <profile>
             <id>virtualDependencies</id>
             <activation>