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

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

commit 6780eb4e3807804a67af8c1a090d1f570dda5882
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Jul 5 07:56:40 2022 +0100

    Disable OptaPlanner native profile due to #3899
---
 integration-tests/optaplanner/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/optaplanner/pom.xml 
b/integration-tests/optaplanner/pom.xml
index db6c6dcc78..791f8b4fdb 100644
--- a/integration-tests/optaplanner/pom.xml
+++ b/integration-tests/optaplanner/pom.xml
@@ -71,6 +71,7 @@
     </dependencies>
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/3899
         <profile>
             <id>native</id>
             <activation>
@@ -98,6 +99,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to