JiriOndrusek commented on issue #1796: URL: https://github.com/apache/camel-quarkus/issues/1796#issuecomment-693240330
As a part of Fop extension, there was registered bundle `com.sun.org.apache.xerces.internal.impl.msg.SAXMessages`. Bundle is not necessary for proper functionality but it helps in case there is an exception. Example: Real problem is missing reflection registration for some classes, but developer will see only that bundle can not be loaded. I'd like to add this bundle into camel-quarkus jaxp component, because it can help in future. > @BuildStep NativeImageResourceBundleBuildItem initBundles() { return new NativeImageResourceBundleBuildItem( "com.sun.org.apache.xerces.internal.impl.msg.SAXMessages"); } ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org