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

Release with UUID v7 support? #62

Closed visortelle closed 1 year ago

visortelle commented 1 year ago

👋 I see it was merged in July but still isn't released.

https://github.com/cowtowncoder/java-uuid-generator/issues/46

Any chance to get a release in near future?

logi274 commented 1 year ago

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

cowtowncoder commented 1 year ago

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.

cowtowncoder commented 1 year ago

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).

visortelle commented 1 year ago

@cowtowncoder thank you a lot!

pgalbraith commented 1 year ago

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