[
https://issues.apache.org/activemq/browse/CAMEL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47724#action_47724
]
Willem Jiang commented on CAMEL-64:
-----------------------------------
Changed the JAXB annotations
AggregatorType
@XmlRootElement(name = "aggregator") -> @XmlRootElement(name = "aggregate")
DelayerType
@XmlRootElement(name = "delay") -> @XmlRootElement(name = "delay")
@XmlElement private Long delay = 0L; -> @XmlElement private Long delayTime =
0L;
RedeliveryPolicyType
@XmlAttribute private Long delay; -> @XmlAttribute private Long
redeliveryDelay;
ResequencerType
@XmlRootElement(name = "resequencer") -> @XmlRootElement(name = "resequence")
SplitterType
@XmlRootElement(name = "splitter") -> @XmlRootElement(name = "split")
ThrottlerType
@XmlRootElement(name = "throttler") -> @XmlRootElement(name = "throttle")
> Camel DSL should use verbs for it's EIP actions.
> -------------------------------------------------
>
> Key: CAMEL-64
> URL: https://issues.apache.org/activemq/browse/CAMEL-64
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Hiram Chirino
> Assignee: Willem Jiang
> Fix For: 2.0.0
>
>
> For example splitter() should be split() and resequencer should be resequence.
> Old methods should be deprecated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.