lhotari opened a new pull request, #24761: URL: https://github.com/apache/pulsar/pull/24761
Fixes #24755 ### Motivation - Pulsar 4.0.6 breaks with Gradle Java 8 build, see #24755. The problem was introduced by #24365 which added the `io.prometheus:simpleclient_caffeine` dependency to pulsar-common module. - pulsar-common is also shared on client side so the `io.prometheus:simpleclient_caffeine` dependency should be excluded from client side dependencies ### Modifications - add exclusions to pulsar-common when applicable, so that `io.prometheus:simpleclient_caffeine` dependency is excluded from client side dependencies - improve the way how Prometheus dependency management in pom.xml is handle, start using the BOM ### 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]
