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 1457f971d6cf8289a935689baecac003da57bc18 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Sep 28 09:10:03 2023 +0100 Fix pdf integration tests native compilation --- .../org/apache/camel/quarkus/component/pdf/deployment/PdfProcessor.java | 2 -- integration-tests/pdf/pom.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/extensions/pdf/deployment/src/main/java/org/apache/camel/quarkus/component/pdf/deployment/PdfProcessor.java b/extensions/pdf/deployment/src/main/java/org/apache/camel/quarkus/component/pdf/deployment/PdfProcessor.java index fc1d9c78e2..820cc7661c 100644 --- a/extensions/pdf/deployment/src/main/java/org/apache/camel/quarkus/component/pdf/deployment/PdfProcessor.java +++ b/extensions/pdf/deployment/src/main/java/org/apache/camel/quarkus/component/pdf/deployment/PdfProcessor.java @@ -55,8 +55,6 @@ class PdfProcessor { private static final String[] RUNTIME_INITIALIZED_CLASSES = new String[] { "org.apache.pdfbox.pdmodel.font.PDType1Font", - "org.apache.camel.component.pdf.PdfConfiguration", - "org.apache.camel.component.pdf.Standard14Fonts", "org.apache.pdfbox.pdmodel.PDDocument", "org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB", "org.apache.pdfbox.pdmodel.graphics.color.PDDeviceGray" diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml index 0a8b33f6f3..f18f0e1b3a 100644 --- a/integration-tests/pdf/pom.xml +++ b/integration-tests/pdf/pom.xml @@ -50,7 +50,6 @@ </dependency> </dependencies> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/5243 <profile> <id>native</id> <activation> @@ -77,7 +76,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation>