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 7bca0a24accf00f4d1946aca575191adc76c36aa
Author: JiriOndrusek <[email protected]>
AuthorDate: Fri Sep 1 10:04:27 2023 +0200

    Disabled Fop and Pdf native
---
 docs/antora.yml               | 4 ++--
 integration-tests/fop/pom.xml | 2 ++
 integration-tests/pdf/pom.xml | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 37340027a8..b54d1dc243 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -28,8 +28,8 @@ asciidoc:
     requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
 
     # Project versions
-    camel-version: 4.0.0 # replace ${camel.version}
-    camel-docs-version: 4.0.x # replace ${camel.docs.components.version}
+    camel-version: 4.1.0-SNAPSHOT # replace ${camel.version}
+    camel-docs-version: 4.1.x # replace ${camel.docs.components.version}
     quarkus-version: 3.3.1 # replace ${quarkus.version}
     graalvm-version: 23.0.1 # replace ${graalvm.version}
     graalvm-docs-version: 22.3
diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml
index b9250fec51..ad0a848f1a 100644
--- a/integration-tests/fop/pom.xml
+++ b/integration-tests/fop/pom.xml
@@ -70,6 +70,7 @@
 
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/5244
         <profile>
             <id>native</id>
             <activation>
@@ -97,6 +98,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml
index 3293cd301a..2d0e5dfd6f 100644
--- a/integration-tests/pdf/pom.xml
+++ b/integration-tests/pdf/pom.xml
@@ -50,6 +50,7 @@
         </dependency>
     </dependencies>
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/5243
         <profile>
             <id>native</id>
             <activation>
@@ -76,6 +77,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to