[jboss-jira] [JBoss JIRA] (DROOLS-1595) Fix the FEEL "in" operator to work with simple values and variables
Kris Verlaenen (JIRA)
issues at jboss.org
Tue Jun 6 07:25:02 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kris Verlaenen updated DROOLS-1595:
-----------------------------------
Sprint: 2017 Week 22-23 (was: 2017 Week 22-23 - remove)
> Fix the FEEL "in" operator to work with simple values and variables
> -------------------------------------------------------------------
>
> Key: DROOLS-1595
> URL: https://issues.jboss.org/browse/DROOLS-1595
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.0.0.Final
> Reporter: Edson Tirelli
> Assignee: Matteo Mortari
>
> Currently the "in" operator only works with literal lists or unary tests. Example:
> x in [1, 2, 3]
> x in >10
> The spec requires the in operator to work with any endpoint, including variables and single values. Example:
> x in someList
> x in 10
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list