Claus Ibsen created CAMEL-16706:
-----------------------------------
Summary: camel-core - FactoryFinder create new instance of
implementation class non reflective
Key: CAMEL-16706
URL: https://issues.apache.org/jira/browse/CAMEL-16706
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.12.0
We should look at for Camel's FactoryFinder which is used to plugin various
things by classpath discovery. However the class is instantiated reflective via
Injector.
We could look at source code generate in src/main/generated java code that
creates this class via Java code and new constructor.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)