ppalaga commented on code in PR #4861:
URL: https://github.com/apache/camel-quarkus/pull/4861#discussion_r1181285955


##########
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:
   No, I have not. Do you have any other scenarios in mind this is not covering?



-- 
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]

Reply via email to