Claus Ibsen created CAMEL-14359:
-----------------------------------

             Summary: camel-bean - Let cache be default enabled
                 Key: CAMEL-14359
                 URL: https://issues.apache.org/jira/browse/CAMEL-14359
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.1.0


See CAMEL-14357

We should let cache=true by default enabled. This then avoids re-creating new 
beans when you refer to a bean by its class name, and also avoids looking up 
the bean from the registry each time, and so on.

In other words it acts as a singleton scoped bean.

If people want to create a new bean per use, then they can set cache=false.

And we could update the documentation to indicate cache acts as a singleton 
scope. Or we could add singleton=true|false as the option and deprecate cache 
if its a better name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to