[
https://issues.apache.org/jira/browse/JEXL-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652288#comment-17652288
]
Henri Biestro commented on JEXL-391:
------------------------------------
Commit
[2078d88|https://github.com/apache/commons-jexl/commit/2078d88e75f693c055bd54d3bb38faae1a520315]
> Improve in/=~ operator when arguments are arrays and collections
> ----------------------------------------------------------------
>
> Key: JEXL-391
> URL: https://issues.apache.org/jira/browse/JEXL-391
> Project: Commons JEXL
> Issue Type: Improvement
> Affects Versions: 3.2.1
> Reporter: Henri Biestro
> Assignee: Henri Biestro
> Priority: Major
> Fix For: 3.3
>
>
> The '=~'/in operator default implementation should work with arrays (even for
> primitives) and collections.
> Expressions like {code}[2, 3] =~ [1, 2, 3, 4]{code} should be supported by
> default.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)