Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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
Attachments
Issue Links
- relates to
-
CAMEL-17674 camel-core - Deprecate Service Call EIP
-
- Open
-
-
CAMEL-17701 camel-core-model - Add labels to EIP options
-
- Resolved
-
- links to