This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11656 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11656 by this push: new d73b860486 OAK-11656: Remove usage of Guava Suppliers.memoize d73b860486 is described below commit d73b86048650780ff5d888fe5ac0a538280a9078 Author: Julian Reschke <julian.resc...@gmx.de> AuthorDate: Mon Aug 18 12:11:41 2025 +0100 OAK-11656: Remove usage of Guava Suppliers.memoize --- oak-commons/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml index 7ec4827f78..783c80be30 100644 --- a/oak-commons/pom.xml +++ b/oak-commons/pom.xml @@ -57,6 +57,7 @@ org.apache.jackrabbit.oak.commons.sort, org.apache.jackrabbit.oak.commons.properties, org.apache.jackrabbit.oak.commons.jdkcompat, + org.apache.jackrabbit.oak.commons.pconcurrent, org.apache.jackrabbit.oak.commons.pio, org.apache.jackrabbit.oak.commons.time </Export-Package>