turing85 commented on code in PR #4861: URL: https://github.com/apache/camel-quarkus/pull/4861#discussion_r1181305016
########## 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: None I found. As I wrote in #4860 : > ... This, however, begs the question: what else should be registered? We should analyze all relevant classes used by the `simple(...)` language and ensure that they all work as expected. -- 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