[jboss-jira] [JBoss JIRA] (WFLY-11155) IdentifierSerializerTestCase.testHex fails in JDK11
James Perkins (Jira)
issues at jboss.org
Tue Dec 11 12:56:00 EST 2018
[ https://issues.jboss.org/browse/WFLY-11155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated WFLY-11155:
---------------------------------
Fix Version/s: 15.0.0.Final
> 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
> Priority: Major
> Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> 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