Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17638

camel-core - EIP model options with old fashioned naming xxxRef style should be made modern style

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.16.0
    • camel-core
    • None
    • Unknown

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              davsclaus Claus Ibsen
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: