[ 
https://issues.apache.org/jira/browse/CAMEL-11683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keegan Witt updated CAMEL-11683:
--------------------------------
    Description: 
In 2.15 we had references using 
[to(java.lang.String)|https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/ProcessorDefinition.html#to(java.lang.String)]
 that referenced beans, like this
{code:java}
.from(foo)
.to("bean:myBean?method=processMethod1")
{code}

This no longer seems to work and I'm not sure if that was an intentionally 
breaking change.

  was:
In 2.15 we had references using 
[to(java.lang.String)|https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/ProcessorDefinition.html#to(java.lang.String)]
 that referenced beans, like this
{code:java}
.from(foo)
.to("bean:myBean?method=processMethod1")
{code}


> Allow bean references in to() URI
> ---------------------------------
>
>                 Key: CAMEL-11683
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11683
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.16.5
>            Reporter: Keegan Witt
>            Assignee: Claus Ibsen
>
> In 2.15 we had references using 
> [to(java.lang.String)|https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/model/ProcessorDefinition.html#to(java.lang.String)]
>  that referenced beans, like this
> {code:java}
> .from(foo)
> .to("bean:myBean?method=processMethod1")
> {code}
> This no longer seems to work and I'm not sure if that was an intentionally 
> breaking change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to