regxmllib
regxmllib copied to clipboard
Migrate from javax to jakarta XML Bindings
trafficstars
Java 9 and later has external dependencies for JAXB support. However, current versions of these dependencies use the jakarta namespace, rather than javax, and they are therefore not compatible with regxmllib. In turn, regxmllib is not compatibe with Java host applications that depend on jakarta.xml.bind. See https://github.com/Netflix/photon/issues/393, for example.
PR #158 resolves this issue.