ppalaga commented on code in PR #4861: URL: https://github.com/apache/camel-quarkus/pull/4861#discussion_r1181309747
########## extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelNativeImageProcessor.java: ########## @@ -139,6 +139,11 @@ void reflectiveItems( .map(ai -> ai.target().asMethod()) .forEach(mi -> reflectiveMethod.produce(new ReflectiveMethodBuildItem(mi))); + reflectiveClass.produce( + ReflectiveClassBuildItem.builder( + "org.apache.camel.support.AbstractExchange", + org.apache.camel.support.MessageSupport.class.getName()) Review Comment: Thanks for explaining. Yeah, it would be nice to audit whether we need more. While I do not feel like I have free capacity do that these days, we can still keep the issue open. -- 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