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 2019/03/07 13:54:00 UTC

[jira] [Created] (CAMEL-13298) Allow bean component to invoke methods with package modifier in the same class

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)