zhfeng commented on code in PR #5173: URL: https://github.com/apache/camel-quarkus/pull/5173#discussion_r1292978726
########## integration-test-groups/xml/native/classpath/src/main/java/org/apache/camel/quarkus/component/xml/it/FunctionsConfiguration.java: ########## @@ -18,6 +18,10 @@ import io.quarkus.runtime.annotations.RegisterForReflection; -@RegisterForReflection(targets = { org.apache.camel.quarkus.test.support.xslt.Functions.class }) +@RegisterForReflection(targets = { + org.apache.camel.quarkus.test.support.xslt.Functions.class, + org.apache.camel.quarkus.test.support.xslt.MyExtensionFunction1.class, + org.apache.camel.quarkus.test.support.xslt.MyExtensionFunction2.class +}) Review Comment: Sorry, I think it can not be supported in `native` mode right now. So it should be removed. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org