lhotari opened a new pull request, #25253: URL: https://github.com/apache/pulsar/pull/25253
### Motivation There have been improvements and bug fixes in RoaringBitmap since 1.2.0 version. We haven't been able to upgrade since the artifact hasn't been published to maven central for a while. RoaringBitmap is now available in maven central with coordinates `org.roaringbitmap:roaringbitmap` this has changed from the previous `org.roaringbitmap:RoaringBitmap` dependency. Pulsar users using pulsar-client-original without shading might need to pay attention to this detail if they are depending on `org.roaringbitmap:RoaringBitmap` directly since that would cause 2 versions of the library on the classpath simultaneously. Either one would be used. ### Modifications - upgrade RoaringBitmap to 1.6.6 version ### 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]
