This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 4cad7b7aac1fb03c60df6bad554a8ed4139f76f2 Author: JiriOndrusek <ondrusek.j...@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>