rishabhdaim opened a new pull request, #2803: URL: https://github.com/apache/jackrabbit-oak/pull/2803
## Summary - Removes `common.hash` from `Export-Package` in `oak-shaded-guava/pom.xml` — no class in the codebase imports `org.apache.jackrabbit.guava.common.hash` - Excludes `com/google/common/hash/**` from the shade plugin filter, consistent with how `common.graph` was removed in the previous commit ## Changes - `oak-shaded-guava/pom.xml`: add `hash` to shade excludes, remove from `Export-Package` ## Test Plan - [ ] `mvn apache-rat:check -pl oak-shaded-guava` passes - [ ] `mvn clean install -pl oak-shaded-guava -DskipTests` passes ## Links - JIRA: https://issues.apache.org/jira/browse/OAK-11300 -- 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]
