-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend, continuous integration
-
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)