[jboss-jira] [JBoss JIRA] (WFLY-11155) IdentifierSerializerTestCase.testHex fails in JDK11
Paul Ferraro (Jira)
issues at jboss.org
Wed Oct 10 11:55:02 EDT 2018
Paul Ferraro created WFLY-11155:
-----------------------------------
Summary: IdentifierSerializerTestCase.testHex fails in JDK11
Key: WFLY-11155
URL: https://issues.jboss.org/browse/WFLY-11155
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Paul Ferraro
Assignee: Paul Ferraro
https://ci.wildfly.org/viewLog.html?buildId=124494&buildTypeId=WF_PullRequest_LinuxJdk10#testNameId8859243729253738053
The requisite java.xml.bind module was deprecated in Java 9 and removed from Java 11, as it was relocated to JEE.
Therefore the org.wildfly.clustering.web.spi module needs an additional provided dependency on the javax.xml.bind.api EE module.
However, it seems overkill to import a whole module just to perform hex encoding/decoding, as we can easily do this manually.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list