[
https://issues.apache.org/jira/browse/CAMEL-13749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-13749.
--------------------------------------
Resolution: Fixed
> Extend SpEL evaluation context with MapAccessor
> -----------------------------------------------
>
> Key: CAMEL-13749
> URL: https://issues.apache.org/jira/browse/CAMEL-13749
> Project: Camel
> Issue Type: Improvement
> Components: camel-spring
> Reporter: Soner Koksal
> Assignee: Andrea Cosentino
> Priority: Minor
> Fix For: 3.0.0, 3.0.0.M5
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add MapAccessor to SpEL evaluation context as it would be more convenient to
> access to Map types such as {{properties}}:
> {code:xml}
> ...
> <spel>#{properties.foo == 'bar'}</spel>
> ...
> {code}
> rather than
> {code:xml}
> ...
> <spel>#{properties['foo'] == 'bar'}</spel>
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)