This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 64813b0c76 OAK-11546: remove usage of Guava Closer: revert removal of
Guava common.io export for now
64813b0c76 is described below
commit 64813b0c76777ea044b07713b699a06d90c60a4f
Author: Julian Reschke <[email protected]>
AuthorDate: Sun Mar 23 13:06:50 2025 +0100
OAK-11546: remove usage of Guava Closer: revert removal of Guava common.io
export for now
---
oak-shaded-guava/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml
index c5f221fdae..a8a4a782a5 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -64,7 +64,6 @@
<exclude>com/google/common/annotations/**</exclude>
<exclude>com/google/common/eventbus/**</exclude>
<exclude>com/google/common/html/**</exclude>
- <exclude>com/google/common/io/**</exclude>
<exclude>com/google/common/net/**</exclude>
<exclude>com/google/common/reflect/**</exclude>
<exclude>com/google/common/xml/**</exclude>
@@ -102,6 +101,7 @@
${pref}.common.escape;version="${exported.guava.version}";uses:="${pref}.common.base",
${pref}.common.graph;version="${exported.guava.version}";uses:="${pref}.common.collect",
${pref}.common.hash;version="${exported.guava.version}";uses:="${pref}.common.base",
+
${pref}.common.io;version="${exported.guava.version}";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.graph,${pref}.common.hash",
${pref}.common.math;version="${exported.guava.version}",
${pref}.common.primitives;version="${exported.guava.version}";uses:="${pref}.common.base",
${pref}.common.util.concurrent;version="${exported.guava.version}";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal",