[
https://issues.apache.org/jira/browse/OAK-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898674#comment-17898674
]
Julian Reschke commented on OAK-11221:
--------------------------------------
I'd say: whatever means fewer changes in Oak. If we can do (2), that would IMHO
be best.
> Remove usage of Guava EvictingQueue
> -----------------------------------
>
> Key: OAK-11221
> URL: https://issues.apache.org/jira/browse/OAK-11221
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Reporter: Rishabh Daim
> Assignee: Rishabh Daim
> Priority: Major
>
> There is no direct replacement available for EvictingQueue in JDK.
> Below are our 3 available options:
> # Create our own EvictingQueue implementation.
> # Use LinkedHashMap with removal based on insertion order.
> # Use {color:#000000}CircularFifoQueue {color}from commons-collections4.
> (dependency 4.4 already available).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)