vtutrinov opened a new pull request, #5740: URL: https://github.com/apache/ozone/pull/5740
## What changes were proposed in this pull request? Provide a method to get generated UUID as a bytes array and get rid of the fasterxml:java-uuid-generator dependency Please describe your PR in detail: * a new method was written to provide a generate UUID as a bytes array - org.apache.hadoop.util.UUIDUtil#randomUUIDBytes * the org.apache.hadoop.util.UUIDUtil#randomUUID method was rewritten to use the method described above and a couple of private methods to compute the most and the least significant bits ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9849 ## How was this patch tested? manually -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
