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 323087cd6fce94ea20750a9851736bbbfea6b6c2 Author: JiriOndrusek <ondrusek.j...@gmail.com> 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 67672f7d88..b6c2925d08 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.4.0.CR1 # 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 947d4700df..d435135113 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 9b928b080c..6ffa2bc9bc 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>