lhotari opened a new pull request, #25024:
URL: https://github.com/apache/pulsar/pull/25024

   ### Motivation
   
   commons-collections gets pulled in to Pulsar from BookKeeper dependencies 
where it's an optional dependency of commons-beanutils ("The main 
commons-beanutils.jar has an optional dependency on [Commons 
Collections](https://commons.apache.org/collections)" 
[source](https://commons.apache.org/proper/commons-beanutils/#:~:text=The%20main%20commons%2Dbeanutils.jar%20has%20an%20optional%20dependency%20on%20Commons%20Collections)).
   It's also a dependency of org.apache.bookkeeper:stream-storage-java-client 
where it gets pulled in as a transitive dependency of hadoop-common. It is 
currently unknown if it's really required for the stream-storage-java-client to 
work for Pulsar use cases.
   
   ### Modifications
   
   - exclude commons-collections from transitive dependencies of 
commons-beanutils
   - exclude commons-collections from transitive dependencies of 
org.apache.bookkeeper:stream-storage-java-client 
   
   ### 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]

Reply via email to