You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Peter Palaga (Jira)" <ji...@apache.org> on 2020/05/27 09:31:00 UTC

[jira] [Created] (CAMEL-15119) Do not use reflection when configuring subclasses of AbstractApiComponent

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)