jamesnetherton commented on issue #2761: URL: https://github.com/apache/camel-quarkus/issues/2761#issuecomment-858622740
This can eventually be fixed by the work done for https://github.com/apache/camel-quarkus/issues/2752. Something I noticed about `JaxbHelper` is that it does this: https://github.com/apache/camel/blob/02e553d77ff0b4dcbb9e674feddb8dcabf4e463e/core/camel-xml-jaxb/src/main/java/org/apache/camel/xml/jaxb/JaxbHelper.java#L108 Meaning `XmlConverter` is instantiated reflectively. Can we avoid that? -- 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: [email protected]
