-
Bug
-
Resolution: Done
-
Minor
-
7.6.0.GA
-
2
-
Release Notes
-
-
-
-
-
-
CR1
-
Generation of DMN data type from Java data objects doesn't work as expected for 'java.util.Date' fields.
-
-
2020 Week 04-06 (from Jan 20), 2020 Week 07-09 (from Feb 10)
DROOLS-4694 introduces possibility to generate DMN data type from a Java class. There is an issue that if Java class has a java.util.Date field, such is not converted into a DMN date nor date and time field.
Note, regarding java built in types, there is one more not expected conversion, java Character is converted into DMN string. However I am not sure as Character is single character, if it shouldn't be converted into DMN number.
Acceptance criteria
java.util.Date is converted to DMN date and time
- clones
-
RHDM-1144 [DMN Designer] List Java field is not converted to DMN collection
- Closed
- is blocked by
-
DROOLS-4983 Support java.util.Date and Character in engine
- Closed