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
change to com.auth0 % java-jwt % 3.3.0 (maybe this library uses java.util.Base64 already or another library)
we can also keep the situation as is, the other pr jwtk/jjwt#283 would actually do the same thing than we did and just pull jaxb-api, depending if jjwt will support older versions than java8 it might be the only solution for them.
currently I merged #8382 however there is still followup work to do.
the maintainer of jjwt is actually not really responsive.
See:
Currently we should actually either do the following:
com.auth0 % java-jwt % 3.3.0(maybe this library usesjava.util.Base64already or another library)we can also keep the situation as is, the other pr jwtk/jjwt#283 would actually do the same thing than we did and just pull jaxb-api, depending if jjwt will support older versions than java8 it might be the only solution for them.