[ 
https://issues.apache.org/jira/browse/OAK-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898801#comment-17898801
 ] 

José Andrés Cordero Benítez commented on OAK-11221:
---------------------------------------------------

I agree second option seems the best. Third option sounds good too, but if we 
can avoid that dependency (even if it's already there) I think it's preferable. 

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

Reply via email to