]
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_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.