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

Claus Ibsen edited comment on CAMEL-17638 at 2/24/22, 10:36 AM:
----------------------------------------------------------------

    Aggregate *DONE*
    ClaimCheck *DONE*
    Enrich *DONE*
    IdempotentConsumer *DONE*
    Multicast *DONE*
    PollEnrich *DONE*
    RecipientList *DONE*
    Saga *DONE*
    Split *DONE*
    WireTap




was (Author: davsclaus):
    Aggregate *DONE*
    ClaimCheck *DONE*
    Enrich *DONE*
    IdempotentConsumer *DONE*
    Multicast *DONE*
    PollEnrich *DONE*
    RecipientList *DONE*
    Saga *DONE*
    Split



> 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