Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are serveral problems with running phoenix-pherf Integrations tests on JDK11:
JDK11 does not include JAXB, the necessary test dependencies must be added to the pom.
JDK11 formats dates differently in some cases, in this case the string comparison has to be done case insensitively, to handle both the JDK8 and JDK11 version
The JDK8 built-in JAXB parser first builds a list, and then adds it to the object, while standalone one adds an empty list, and then adds the elements. This means some logic has to be moved from the setter to post-load processing.
Attachments
Attachments
Issue Links
- Dependent
-
PHOENIX-5468 [connectors] Enable running the test suite with JDK11
- Resolved
-
PHOENIX-5459 Enable running the test suite with JDK11
- Closed
- links to