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
javax.xml.bind.DataTypeConverter has been used as a fallback in case java.util.Base64 was not available.
However, given that Java 8 has been the baseline since 2.13.0, java.util.Base64 can be invoked directly (instead of reflectively), and the javax.xml.bind.DataTypeConverter fallback is no longer required.