Currently using Jackson as an XML mapper causes various tests relating to the storage of the Array data type on Oracle to fail. The problems can be divided into the following categories:
- String arrays cannot differentiate between empty ("") and null strings
- Enum arrays cause an Exception
- java.time typed arrays cause an Exception because they require a separate dependency (jackson-datatype-jsr310)
|