cowtowncoder/java-uuid-generator

Release with UUID v7 support?

visortelle opened this issue ยท 5 comments

๐Ÿ‘‹ I see it was merged in July but still isn't released.

#46

Any chance to get a release in near future?

I'd like to second this question. Would be great.

There are 2 open issues which have blocked this:

  1. Support for UUID v8, if possible (nice to have tho, not blocker)
  2. Egress support that is broken on MacOS; was merged from #52 and attempts have been made to make it work... so may need to consider just removing this.

@pgalbraith WDYT wrt (2)? It'd be great to get egress-time-based generation working but at the same time there are concurrent changes to publish.

Ok I just released JUG 4.1.0, it should be on its way to Maven Central. I resolved couple of other issues (including revert of egress support), but did not add support for Variant 8 (wasn't sure how to go about it & wanted 4.1.0 out asap).

@cowtowncoder thank you a lot!

@cowtowncoder sorry for the delay, yes I think that was the right decision