JiriOndrusek opened a new issue, #5099: URL: https://github.com/apache/camel-quarkus/issues/5099
### Description Upgrade of ical4j in camel (see [commit](https://github.com/apache/camel/commit/53a044fa84eda5d08f22ad163b417ecb087cedee)) is causing an error during native execution: ``` UnresolvedElementException: Discovered unresolved method during parsing: net.fortuna.ical4j.validate.schema.JsonSchemaValidator.<init>(java.net.URL). This error is reported at image build time because class net.fortuna.ical4j.validate.schema.SchemaValidatorFactory is registered for linking at image build time by command line ``` It is unclear to me, why the error is happening, because the Quarkus knows this class. I noticed, that this method is not visited during Camel or Camel Quarkus tests execution. Therefore it might be possible, that the method is not needed for the Camel/camel quarkus, I fixed the problem temporarily by the workaround (substitution of the method). It would be nice to investigate the problem more and if it is possible to trigger this validation from Camel/Camel Quarkus -> the case should be covered by the tests. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
