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
In Java 9 JAXB is deprecated and marked for removal. It is also in separate module java.xml.bind which must be explicitly enabled before use. We could add JAXB implementation as dependency, but switching to a different framework is probably better.
In Java 9 JAXB is deprecated and marked for removal. It is also in separate module
java.xml.bindwhich must be explicitly enabled before use. We could add JAXB implementation as dependency, but switching to a different framework is probably better.