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
Currently calling ObjectIdGenerators.key(Object) with null key throws an NPE. Instead it should return null. Callers should not necessarily call this method with null, but in case they do, it should not fail.