f4b6a3 / tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
MIT License
475 stars 50 forks source link

Using the Tsid.encode method in the JDK 8 environment #28

Closed corestone closed 1 year ago

corestone commented 1 year ago

When using the Tsid.encode method in a JDK 8 environment, an error is occurring due to TWO fields in a BigInteger. This needs to be fixed so that the encode method can be used in JDK 8 environments.

fabiolimace commented 1 year ago

oops! I'll fix that

fabiolimace commented 1 year ago

Thanks for the report @corestone !

fabiolimace commented 1 year ago

Released v5.2.4! 🎉