nicoloboschi opened a new pull request #3053: URL: https://github.com/apache/bookkeeper/pull/3053
### Motivation At the moment if you build the project with jdk17 there are a lot of crashes. ### Changes * Upgrade of various plugins (spotbugs, shadow) * Lombok upgrade * Removed usage of `java.security.AccessControlException` which is deprecated for removal and it shows a warning during the build. Replaced with a `BookieUnauthorizedAccessException `. This could be considered a breaking change * Removed `java.security.AccessController.doPrivileged` usage in the integrations tests because is deprecated for removal * Fixed a spotbugs alert (it came up after the upgrade) about single usage of a `Random` instance. I replaced it with `ThreadLocalRandom` -- 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]
