[jboss-jira] [JBoss JIRA] (DROOLS-1595) Fix the FEEL "in" operator to work with simple values and variables

Edson Tirelli (JIRA) issues at jboss.org
Fri Jun 2 15:10:00 EDT 2017


Edson Tirelli created DROOLS-1595:
-------------------------------------

             Summary: 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: Edson Tirelli


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