Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed JVM UUID String Parsing #76

Merged
merged 2 commits into from
Feb 17, 2020
Merged

Fixed JVM UUID String Parsing #76

merged 2 commits into from
Feb 17, 2020

Conversation

Fleshgrinder
Copy link
Collaborator

java.util.UUID.fromString is broken in all Java releases (so far) and allows the construction of UUIDs from strings that are not RFC compliant. This implementation is faster than the Java implementation on all releases and correct.

@Fleshgrinder Fleshgrinder self-assigned this Feb 16, 2020
@Fleshgrinder Fleshgrinder added bug Something isn't working enhancement New feature or request labels Feb 16, 2020
@Fleshgrinder Fleshgrinder removed the enhancement New feature or request label Feb 17, 2020
@benasher44 benasher44 merged commit d4c1efe into master Feb 17, 2020
@benasher44 benasher44 deleted the uuid-string-parsing branch February 17, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants