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
It's quite broken in a number of ways, actually:
* It produced the wrong binary subtype for UUID/GUID (legacy instead of standard)
* It partially supported alternate constructors for UUIDs that were proposed
long ago for the shell but never implemented, but does not actually produced
the correct byte ordering for CSUUID/CSGUID or JUUID/JGUID
This fix does two things:
* It produces the correct subtype for the UUID constructor: standard, subtype 4
* It removes the broken support for all the other constructors that were never
actually implemented correctly.
JAVA-3749
0 commit comments