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 JDK11 the javax.xml.bind package was removed. You use the javax.xml.bind.DatatypeConverter for Base64 encoding. Maybe you can replace this with java.util.Base64 from Java 8 or other implementation?
In JDK11 the
javax.xml.bindpackage was removed. You use thejavax.xml.bind.DatatypeConverterfor Base64 encoding. Maybe you can replace this withjava.util.Base64from Java 8 or other implementation?