[
https://issues.apache.org/jira/browse/CAMEL-20359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810391#comment-17810391
]
Claus Ibsen commented on CAMEL-20359:
-------------------------------------
1. ${header:header1}
2. ${header.header1}
3. ${exchangeProperty.prop1}
4. ${exchangeProperty:prop1}
returns
1. Camel
2. Camel
3. HELLO_WORLD
4.
> camel-groovy - Consistent name to refer to exchangeProperties
> -------------------------------------------------------------
>
> Key: CAMEL-20359
> URL: https://issues.apache.org/jira/browse/CAMEL-20359
> Project: Camel
> Issue Type: Improvement
> Components: camel-groovy
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 4.4.0
>
>
> In groovy you use
> exchange.properties.xxx
> Maybe we can make it consistent like simple and have
> exchangeProperties.xxx
--
This message was sent by Atlassian Jira
(v8.20.10#820010)