-
Bug
-
Resolution: Done
-
Major
-
7.40.0.Final
-
None
-
2020 Week 31-33 (from Jul 27)
-
3
-
NEW
-
NEW
If we have an itemDefinition with isCollection="true", it will cause a compile error for InputSet and OutputSet when typesafe is enabled. Note that itemComponent with isCollection="true" works fine.
DMNRuntimeTypesTest.testCollectionType()
<semantic:itemDefinition label="tPersonList" name="tPersonList" isCollection="true"> <semantic:typeRef>tPerson</semantic:typeRef> </semantic:itemDefinition>
Consider separating TypeSafe specific tests:
https://github.com/kiegroup/drools/pull/2993#discussion_r463500865
- is related to
-
KOGITO-3078 DMN strongly typed: output definition
- Resolved
-
DROOLS-5561 Add DMN strongly typed tests for collection of collection
- Closed