You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/20 10:47:54 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4811: FHIR integration test native image build fails

jamesnetherton opened a new issue, #4811:
URL: https://github.com/apache/camel-quarkus/issues/4811

   `schematron` is an optional dependency, hence we get:
   
   ```
   Caused by: java.lang.ClassNotFoundException: com.helger.schematron.ISchematronResource
           at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
           at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
           at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
           ... 34 more
   ```
   
   Might be time to try and enable the FHIR native build on CI again, otherwise these issues go undetected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4811: FHIR integration test native image build fails

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4811: FHIR integration test native image build fails
URL: https://github.com/apache/camel-quarkus/issues/4811


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org