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
The javadoc of GrantedAuthority.getAuthority() states that the return value an be null, but it is not marked as @Nullable. We should update it to be marked as @Nullable and update the build to account for this.