Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Ideally, the subclasses of org.apache.camel.model.cloud.ServiceCallConfiguration can be introspected without using Java reflection.
Steps to verify:
Remove org.apache.camel.quarkus.core.cloud.deployment.CloudProcessor.reflectiveClasses(BuildProducer<ReflectiveClassBuildItem>, CombinedIndexBuildItem) from Camel Quarkus and run
org.apache.camel.quarkus.component.http.it.HttpTest.serviceCall() in native mode.