You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/05/01 19:51:18 UTC

[jira] [Resolved] (OWB-952) ensure we only use ConcurrentMap and not ConcurrentHashMap API to avoid issues with java 8

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

Romain Manni-Bucau resolved OWB-952.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
         Assignee: Romain Manni-Bucau

fixed for 1.2.4 (doesnt exist on jira yet) and 2.0.0

> ensure we only use ConcurrentMap and not ConcurrentHashMap API to avoid issues with java 8
> ------------------------------------------------------------------------------------------
>
>                 Key: OWB-952
>                 URL: https://issues.apache.org/jira/browse/OWB-952
>             Project: OpenWebBeans
>          Issue Type: Bug
>    Affects Versions: 1.2.3, 2.0.0
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0
>
>
> Currently we use ConcurrentHashMap directly (ie our varaibles/fields). In Java 8 API was broken so we should avoid it and stay hidden behind ConcurrentMap API everuwhere.



--
This message was sent by Atlassian JIRA
(v6.2#6252)