Peter Palaga created CAMEL-15119:
------------------------------------
Summary: Do not use reflection when configuring subclasses of
AbstractApiComponent
Key: CAMEL-15119
URL: https://issues.apache.org/jira/browse/CAMEL-15119
Project: Camel
Issue Type: Improvement
Reporter: Peter Palaga
Original report https://github.com/apache/camel-quarkus/issues/1108
AbstractApiComponent is currently the superclass of Box, Braintree, FHIR,
Google*, Olingo*, Twillio and Zendesk.
Configuration classes such as BraintreeConfiguration and all its generated
subclasses (AddOnGatewayEndpointConfiguration,
AddressGatewayEndpointConfiguration, ClientTokenGatewayEndpointConfiguration,
...) require registering for reflection on Camel Quarkus.
If would be nice if the configurer approach could cover these too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)