rishabhdaim opened a new pull request, #2834: URL: https://github.com/apache/jackrabbit-oak/pull/2834
## Summary Migrate `S3Backend` in `oak-blob-cloud` from the Guava-shim cache (`org.apache.jackrabbit.guava.common.cache`) to the new Oak Cache API (`org.apache.jackrabbit.oak.cache.api`). ## Changes - `S3Backend.java`: replaced `Cache`/`CacheBuilder` imports from `org.apache.jackrabbit.guava.common.cache` with `org.apache.jackrabbit.oak.cache.api`; updated `.expireAfterWrite(long, TimeUnit)` to `.expireAfterWrite(Duration)` - `pom.xml`: replaced `org.apache.jackrabbit.guava.common.cache` OSGi `Import-Package` entry with `org.apache.jackrabbit.oak.cache.api` ## Test Plan - [x] `S3BackendCompatibilityTest` — all 6 tests pass ## Links - JIRA: https://issues.apache.org/jira/browse/OAK-12149 -- 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]
