You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/06/10 16:05:00 UTC

[jira] [Created] (CAMEL-16706) camel-core - FactoryFinder create new instance of implementation class non reflective

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)