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 6d2e50eab18e1c23cd69a441be2730d5fa016f26 Author: JiriOndrusek <ondrusek.j...@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>