cowtowncoder / java-uuid-generator

Java Uuid Generator (JUG) is a Java library for generating all standard UUID versions (v1 - v7)
Apache License 2.0
730 stars 104 forks source link

UUID new variant 6 #45

Closed Hellblazer closed 2 years ago

cowtowncoder commented 2 years ago

Yeah, looks good, just need to figure out naming. I like the idea of keeping "Time-based" in there, just augmented. And then with suitable Enum choices, follow naming convention through.

cowtowncoder commented 2 years ago

Looks good. Just let me know when to merge this in. I am thinking we can first merge Variant 6 stuff, then do separate PR for 7 (I think). Not sure what is needed for Variant 8 since it's sort of free-for-all. At least test one can read such variants I guess.

Hellblazer commented 2 years ago

Sounds good. I think this is G2G for variant 6