[
https://issues.apache.org/jira/browse/OAK-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898668#comment-17898668
]
Rishabh Daim commented on OAK-11221:
------------------------------------
Hi [~reschke] [~baedke] [~joscorbe] [~stefanegli]
Could you please suggest which approach we should proceed with?
> 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)