[
https://issues.apache.org/jira/browse/CAMEL-13150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13150.
---------------------------------
Resolution: Fixed
Assignee: Claus Ibsen
Thanks for the PR
> Add command "exchangeProperty" for dateExpression in ExpressionBuilder
> ----------------------------------------------------------------------
>
> Key: CAMEL-13150
> URL: https://issues.apache.org/jira/browse/CAMEL-13150
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.23.1
> Reporter: Anthony Defraine
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.21.5, 3.0.0, 2.23.2, 2.24.0, 2.22.4
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Method "_dateExpression_" in _ExpressionBuilder.java_ is not taking care
> about new accessor of "_exchangeProperty_". Command "_property_" is
> *deprecated* since 2.15
> +working+ : simple("_${date:property.CamelCreatedTimestamp:yyyy-MM-dd}_")
> +not-working+ :
> simple("_${date:exchangeProperty.CamelCreatedTimestamp:yyyy-MM-dd}_")
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)