cuid-java
cuid-java copied to clipboard
Collision-resistant IDs for Java (like UUID)
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) ```
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.