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_Pul...
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)