Claus Ibsen created CAMEL-13298:
-----------------------------------
Summary: Allow bean component to invoke methods with package
modifier in the same class
Key: CAMEL-13298
URL: https://issues.apache.org/jira/browse/CAMEL-13298
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.0.0
To make it easier to use methods from the same route builder class where you
define the routes, then you may have helper methods, that are invoked via bean
/ method call language. And they can only see public methods as its via
camel-core they are called. So we should look at opening up the visibility,
like we do with field injection and other things.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)