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/01 13:51:53 UTC

(camel-quarkus) branch camel-main updated: Disabled spring-rabbitmq 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


The following commit(s) were added to refs/heads/camel-main by this push:
     new 39799787de Disabled spring-rabbitmq because of spring update #5583
39799787de is described below

commit 39799787de53d1e75741758ef51a71bb52254c4e
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Dec 1 14:51:41 2023 +0100

    Disabled spring-rabbitmq because of spring update #5583
---
 integration-tests/spring-rabbitmq/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml
index 764b7f4640..6ba4b1b432 100644
--- a/integration-tests/spring-rabbitmq/pom.xml
+++ b/integration-tests/spring-rabbitmq/pom.xml
@@ -79,7 +79,8 @@
     </dependencies>
 
     <profiles>
-        <profile>
+        <!-- https://github.com/apache/camel-quarkus/issues/5583 -->
+        <!--<profile>
             <id>native</id>
             <activation>
                 <property>
@@ -105,7 +106,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile> -->
         <profile>
             <id>virtualDependencies</id>
             <activation>