Rishabh Daim created OAK-12151:
----------------------------------
Summary: Migrate oak-blob to Oak Cache API
Key: OAK-12151
URL: https://issues.apache.org/jira/browse/OAK-12151
Project: Jackrabbit Oak
Issue Type: Sub-task
Reporter: Rishabh Daim
Assignee: Rishabh Daim
Migrate BlobIdSet in oak-blob from Guava shim cache to OakCache.
Changes:
- Replace CacheBuilder.newBuilder() with OakCacheBuilder.newBuilder()
- Replace Cache<String, Boolean> field with OakCache<String, Boolean>
- 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/src/main/java
- BlobIdSet membership and bounded-cache tests pass
--
This message was sent by Atlassian Jira
(v8.20.10#820010)