regxmllib icon indicating copy to clipboard operation
regxmllib copied to clipboard

Migrate from javax to jakarta XML Bindings

Open fschleich opened this issue 10 months ago • 0 comments
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.

fschleich avatar Jan 16 '25 23:01 fschleich