-
Bug
-
Resolution: Done
-
Major
-
0.5.0
-
None
-
MacOS Mojave 10.14.6
Java 11.0.4 AdoptOpenJDK
Maven 3.6.1
-
2019 Week 47-49 (from Nov 18)
This bug originates from this mailing list discussion: https://groups.google.com/forum/#!topic/kogito-development/Ha93P-GjYdA
The kogito quickstart example defines a Person bean only with simple attributes. According to list of supported data types lists are supported.
I modified the example slightly to include a new attribute in the Person class that is a List of strings (and is not referenced anywhere). This small change should now make the example to deploy.