Rishabh Daim created OAK-12150:
----------------------------------
Summary: Migrate oak-blob-cloud-azure to Oak Cache API
Key: OAK-12150
URL: https://issues.apache.org/jira/browse/OAK-12150
Project: Jackrabbit Oak
Issue Type: Sub-task
Reporter: Rishabh Daim
Assignee: Rishabh Daim
Migrate AzureBlobStoreBackend and AzureBlobStoreBackendV8 in
oak-blob-cloud-azure from Guava shim cache to OakCache.
Changes:
- Replace CacheBuilder.newBuilder() with OakCacheBuilder.newBuilder() in both
classes
- Replace Cache<String, URI> field types with OakCache<String, URI>
- Update callers catching ExecutionException to handle
CompletionException/RuntimeException
- Remove all org.apache.jackrabbit.guava.common.cache imports from
src/main/java
Acceptance criteria:
- No org.apache.jackrabbit.guava.common.cache imports in
oak-blob-cloud-azure/src/main/java
- Azure backend cache tests pass
--
This message was sent by Atlassian Jira
(v8.20.10#820010)