rishabhdaim opened a new pull request, #2838:
URL: https://github.com/apache/jackrabbit-oak/pull/2838

   ## Summary
   
   Migrate `AzureBlobStoreBackend` and `AzureBlobStoreBackendV8` in 
`oak-blob-cloud-azure` from the Guava-shim cache to the new Oak Cache API 
(`org.apache.jackrabbit.oak.cache.api`).
   
   ## Changes
   
   - `AzureBlobStoreBackend.java` / `AzureBlobStoreBackendV8.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)`; added explicit type parameters to 
`CacheBuilder.<String, URI>newBuilder()`
   - `pom.xml`: added `oak-core-spi` as a compile dependency
   
   ## Test Plan
   
   - [x] `AzureBlobStoreBackendCompatibilityTest` — all 5 tests pass
   
   ## Links
   
   - JIRA: https://issues.apache.org/jira/browse/OAK-12150


-- 
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]

Reply via email to