-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove the use of UUID in startup code #45610
Conversation
Follow up of: quarkusio#45434
Status for workflow
|
@cescoffier do you think ^ would be accepted? |
I think it makes sense. It's much cheaper to retrieve (especially if your are low in entropy) |
Follow up of: #45434
P.S. For this to be effective, we would also need something like geoand/vert.x@e294b83 - if something like that is also included, then we no longer have any usage
UUID.randomUUID()
at startupI saw this when I stumbled upon