Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid UUID.randomUUID() in Verticle deployment startup code
This is done because bootstrapping the plumbing needed by the JDK to produce a UUID value is expensive, it thus doesn't make sense to pay this cost when the property isn't actually needed
- Loading branch information