[jira] [Resolved] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-171. Resolution: Fixed JexlUberspect gained a new method: {code} /** * Gets the strategy to

[jira] [Commented] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14649468#comment-14649468 ] Henri Biestro commented on JEXL-171: They hardcode the previous/default behavior. You

[jira] [Commented] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14649307#comment-14649307 ] Dmitri Blinov commented on JEXL-171: I wonder why the following two methods in

[jira] [Commented] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648816#comment-14648816 ] Dmitri Blinov commented on JEXL-171: Oops, I have just bumped into a problem when

[jira] [Reopened] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-171: Need to revisit resolving strategy customization. Per-class strategy ? Annotations and/or configuration ?

[jira] [Commented] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648938#comment-14648938 ] Dmitri Blinov commented on JEXL-171: Should we also consider adding some type of custom

[jira] [Comment Edited] (JEXL-171) Map access operator does not work if key name clashes with map property name

2015-07-31 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648938#comment-14648938 ] Dmitri Blinov edited comment on JEXL-171 at 7/31/15 8:50 AM: -