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?
The text was updated successfully, but these errors were encountered:
In JDK11 the
javax.xml.bind
package was removed. You use thejavax.xml.bind.DatatypeConverter
for Base64 encoding. Maybe you can replace this withjava.util.Base64
from Java 8 or other implementation?The text was updated successfully, but these errors were encountered: