[ 
https://issues.apache.org/jira/browse/CAMEL-13749?focusedWorklogId=276555&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-276555
 ]

ASF GitHub Bot logged work on CAMEL-13749:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jul/19 08:40
            Start Date: 15/Jul/19 08:40
    Worklog Time Spent: 10m 
      Work Description: renjfk commented on pull request #3043: CAMEL-13749: 
Added MapAccessor to SpEL evaluation context
URL: https://github.com/apache/camel/pull/3043
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 276555)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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
>            Priority: Minor
>          Time Spent: 10m
>  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)

Reply via email to