Details
Description
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}")
Attachments
Issue Links
- relates to
-
CAMEL-13151 Removed deprecated stuff from simple language
- Resolved
- links to