[
https://issues.apache.org/jira/browse/JCR-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221559#comment-15221559
]
Unico Hommes commented on JCR-3833:
-----------------------------------
[~shgupta] A change in java.util.AbstractMap from which LRUCache derives. It
used to be that AbstractMap#iterator()#remove() would call AbstractMap#remove()
which LRUCache overrides. It no longer does in Java 8. And removal of an item
from LRUCache must go through LRUCache#remove().
> Compatibility with Java 8
> -------------------------
>
> Key: JCR-3833
> URL: https://issues.apache.org/jira/browse/JCR-3833
> Project: Jackrabbit Content Repository
> Issue Type: Task
> Reporter: Unico Hommes
> Assignee: Unico Hommes
> Fix For: 2.9.1, 2.8.1
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)