lhotari commented on PR #23600: URL: https://github.com/apache/pulsar/pull/23600#issuecomment-2482420081
> Should we replace `fastutil-core` with `fastutil`? @thetumbled That's fine to complete the experiment. For a proper solution there will need to be a way to avoid the shaded jar files growing significantly. The proper solution would require a separate module for fastutil which minimizes the number of classes. I tried to explain that in my previous comment, https://github.com/apache/pulsar/pull/23600#discussion_r1845971020 . Minimizing all classes would most likely be a breaking change. Since you cannot specify `minimizeJar` for a specific dependency in maven-shade-plugin configuration, it's necessary to have a separate intermediate module for minimizing just fastutil. -- 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]
