lhotari opened a new pull request, #25054: URL: https://github.com/apache/pulsar/pull/25054
### Motivation https://github.com/google/error-prone is a useful library for finding bug patterns in source code. The Pulsar build contains the errorprone profile for running the build with errorprone. The pom.xml contains inline comments how to use it. For example, errorprone's [FutureReturnValueIgnored](https://errorprone.info/bugpattern/FutureReturnValueIgnored) check would find issues like #25051. The errorprone version hasn't been upgraded for a while. ### Modifications - upgrade errorprone version to 2.45.0 ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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]
