jamesnetherton commented on code in PR #5173:
URL: https://github.com/apache/camel-quarkus/pull/5173#discussion_r1291288930
##########
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,
Review Comment:
Doesn't have to be part of this PR, but I wonder if we can make the UX nicer
and register these automatically? E.g find anything that extends
`ExtensionFunctionDefinition` or related classes.
--
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]