István Tóth created PHOENIX-5461:
------------------------------------
Summary: phoenix-pherf IT failures with JDK11
Key: PHOENIX-5461
URL: https://issues.apache.org/jira/browse/PHOENIX-5461
Project: Phoenix
Issue Type: Bug
Reporter: István Tóth
Assignee: István Tóth
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.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)