You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/07 03:24:07 UTC

[camel-quarkus] 39/46: Fix pdf integration tests native compilation

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 41c9b4ac4d4fd4068ba02584042362ba190707a6
Author: James Netherton <ja...@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>