f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
410 stars 44 forks source link

Fix MAX UUID #75

Closed fabiolimace closed 1 year ago

fabiolimace commented 1 year ago

UuidCreator.getMax() returns a wrong value in v5.0.0 to v5.1.2.

The correct return is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF.

fabiolimace commented 1 year ago

Released v5.2.0 ✅

Update if you use v5.0.0 through v5.1.2.