-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Context:
Currently the Java compatibility test pipeline only runs the integration tests. However we ecountered a java 11+ incompatible unit test assert ObjectMapperFactoryTest due to higher time precision in java 11.
AT:
- junit tests are run in the Java compatibility test as well
- Java 11 & 12 incompatible unit tests are adjusted to succeed (at least ObjectMapperFactoryTest)