You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Jukka Zitting (JIRA)" <xm...@xml.apache.org> on 2010/11/05 15:06:52 UTC

[jira] Updated: (XMLBEANS-447) Drop the ConcurrentReaderHashMap source code

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

Jukka Zitting updated XMLBEANS-447:
-----------------------------------

    Description: 
The ConcurrentReaderHashMap code in [1] should not be included in an Apache codebase [2]. If needed (i.e. you still support Java 1.4), the ConcurrentHashMap class from Harmony [3] can be used instead.

[1] http://svn.apache.org/repos/asf/xmlbeans/trunk/src/common/org/apache/xmlbeans/impl/common/ConcurrentReaderHashMap.java
[2] http://www.apache.org/legal/resolved.html#concurrent
[3] http://svn.apache.org/repos/asf/harmony/standard/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/ConcurrentHashMap.java

  was:
The ConcurrentReaderHashMap code in [1] should not be included in an Apache codebase [2]. If needed (i.e. you still support Java 1.4), the ConcurrentHashMap class from Harmony [1] can be used instead.

[1] http://svn.apache.org/repos/asf/xmlbeans/trunk/src/common/org/apache/xmlbeans/impl/common/ConcurrentReaderHashMap.java
[2] http://www.apache.org/legal/resolved.html#concurrent
[3] http://svn.apache.org/repos/asf/harmony/standard/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/ConcurrentHashMap.java


> Drop the ConcurrentReaderHashMap source code
> --------------------------------------------
>
>                 Key: XMLBEANS-447
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-447
>             Project: XMLBeans
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Priority: Blocker
>
> The ConcurrentReaderHashMap code in [1] should not be included in an Apache codebase [2]. If needed (i.e. you still support Java 1.4), the ConcurrentHashMap class from Harmony [3] can be used instead.
> [1] http://svn.apache.org/repos/asf/xmlbeans/trunk/src/common/org/apache/xmlbeans/impl/common/ConcurrentReaderHashMap.java
> [2] http://www.apache.org/legal/resolved.html#concurrent
> [3] http://svn.apache.org/repos/asf/harmony/standard/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent/ConcurrentHashMap.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org