[
https://issues.apache.org/jira/browse/PHOENIX-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved PHOENIX-5461.
---------------------------------
Fix Version/s: 5.1.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 5.1.0
>
> Attachments: PHOENIX-5461.master.v1.patch,
> PHOENIX-5461.master.v2.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)