cuid-java icon indicating copy to clipboard operation
cuid-java copied to clipboard

Collision-resistant IDs for Java (like UUID)

Results 4 cuid-java issues
Sort by recently updated
recently updated
newest added

The Javascript implementation has a `slug` method not in the Java version You could port the slug method with the following; ``` public static String slug() { IntBinaryOperator beginIndex =...

``` E/UncaughtException: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory; at cool.graph.cuid.Cuid.getHostInfo(Cuid.java:24) at cool.graph.cuid.Cuid.getFingerprint(Cuid.java:34) at cool.graph.cuid.Cuid.(Cuid.java:18) ```

enhancement
help wanted

The current implementation of safeCounter() seems not to be thread-safe. "counter = counter

Hi, the latest version of source code (with validation) is not in maven yet. Can you push it? Thank you.