Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
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