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/10/05 14:00:10 UTC

[camel-quarkus] 15/45: Disabled Fop and Pdf native

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 0da1b5fa89c41873aeb22895570fb8e669816b6a
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Sep 1 10:04:27 2023 +0200

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

diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml
index 92d968de98..9fb65bc9d9 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 f18f0e1b3a..0a8b33f6f3 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>