You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Unico Hommes (JIRA)" <ji...@apache.org> on 2016/04/01 13:15:25 UTC

[jira] [Commented] (JCR-3833) Compatibility with Java 8

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