You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/16 08:05:13 UTC

[GitHub] [camel-quarkus] JiriOndrusek edited a comment on issue #1796: Find a proper place for registering SAXMessages native resource bundle

JiriOndrusek edited a comment 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 also an error that bundle can not be loaded, which could lead to confusion
   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:
users@infra.apache.org