[ 
https://issues.apache.org/jira/browse/OAK-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rishabh Daim updated OAK-11221:
-------------------------------
    Description: 
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.

3. UseĀ {color:#000000}CircularFifoQueue {color}from commons-collections4. 
(dependency 4.4 already available).

> 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.
> 3. 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