[ 
https://issues.apache.org/jira/browse/CAMEL-17638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497378#comment-17497378
 ] 

Claus Ibsen edited comment on CAMEL-17638 at 2/24/22, 1:08 PM:
---------------------------------------------------------------

Log *DONE*
Circuit Breakers
Sort *DONE*
ServiceCall


was (Author: davsclaus):
Log *DONE*
Circuit Breakers
Sort
ServiceCall

> camel-core - EIP model options with old fashioned naming xxxRef style should 
> be made modern style
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-17638
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17638
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.16.0
>
>
> There are a few EIPs left that uses the old xxxRef style that are from Camel 
> v1 and early days of v2 where spring xml <beans> files was ruling and 
> attributes was xxx-ref or xxxRef style.
> Today Camel is more powerful and modern, and a -ref is no longer needed as 
> Camel can do more, so you can eg say
> Aggregate
>   - strategy-ref: myStrategy
> ->
> Aggregate
>   - strategy: #bean:myStrategy
> Aggregate
>   - strategy: #class:com.foo.MyStrategyClass



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to