[
https://issues.apache.org/jira/browse/JEXL-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-149.
--------------------------------
Resolution: Fixed
Code committed last week.
> Set Construction as per EL 3.0 spec
> -----------------------------------
>
> Key: JEXL-149
> URL: https://issues.apache.org/jira/browse/JEXL-149
> Project: Commons JEXL
> Issue Type: New Feature
> Affects Versions: 2.1.1, 3.0
> Reporter: Dmitri Blinov
> Assignee: Henri Biestro
> Priority: Minor
> Fix For: 3.0
>
>
> "EL 3.0 Spec Section 2.2.1 Set Construction" defines the possibility to
> construct an instance of java.lang.util.Set<Object> by using syntax "{1, 2,
> 3}", the strict grammar is given below.
> 2.2.1.1 Syntax
> SetData := ‘{‘ DataList ‘}’
> DataList := (expression (‘,’ expression)* )?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)