You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Netflix/photon#393, for example.
Java 9 and later has external dependencies for JAXB support. However, current versions of these dependencies use the
jakarta
namespace, rather thanjavax
, and they are therefore not compatible with regxmllib. In turn, regxmllib is not compatibe with Java host applications that depend onjakarta.xml.bind
. See Netflix/photon#393, for example.PR #158 resolves this issue.
The text was updated successfully, but these errors were encountered: