Improve release notes with feedback from ebourg.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-10 22:11:43 +00:00
parent ed7710f41c
commit 1996cc6875
2 changed files with 14 additions and 10 deletions

View File

@ -25,12 +25,13 @@ These release notes will try to guide you in the process of upgrading, however y
should remember that this is a new API based on the original, so some concepts
have changed.
Compatibility with previous releases
------------------------------------
Compatibility
-------------
This release is not source or binary compatible with previous releases of
Commons Collections. This includes releases from the 3.x branch as well as
preceding alpha releases for 4.0 (see details of changes below).
o Java 5 or later is required.
o This release is not source or binary compatible with previous releases of
Commons Collections. This includes releases from the 3.x branch as well as
preceding alpha releases for 4.0 (see details of changes below).
Major changes since 3.2.1
@ -70,7 +71,7 @@ Removed classes
- BoundedBuffer: use either ArrayBlockingBuffer(capacity) or LinkedBlockingBuffer(capacity) in java.util.concurrent
- UnboundedFifoBuffer: use either java.util.LinkedList or java.util.concurrent.LinkedBlockingBuffer
o [COLLECTIONS-351] Removed features now supported by the JDK
o [COLLECTIONS-351] Removed features now supported by the JDK or other Apache Commons libraries
- FastArrayList: use java.util.concurrent.CopyOnWriteArrayList
- FastHashMap: use java.util.concurrent.ConcurrentHashMap, but beware of null keys and values

View File

@ -53,9 +53,12 @@ have changed.
<hr />
<center><h3>Compatibility</h3></center>
<p>
This release is <b>not</b> source or binary compatible with v3.x.
</p>
<ul>
<li>Java 5 or later is required</li>
<li>This release is <b>not</b> source or binary compatible with previous releases of
Commons Collections. This includes releases from the 3.x branch as well as
preceding alpha releases for 4.0 (see details of changes below)</li>
</ul>
<center><h3>Major changes since 3.2.1</h3></center>
<ul>
@ -78,7 +81,7 @@ This release is <b>not</b> source or binary compatible with v3.x.
<li>UnboundedFifoBuffer: use either java.util.LinkedList or java.util.concurrent.LinkedBlockingBuffer</li>
</ul>
</li>
<li>Removed features now supported by the JDK
<li>Removed features now supported by the JDK or other Apache Commons libraries
<ul>
<li>FastArrayList: use java.util.concurrent.CopyOnWriteArrayList</li>
<li>FastHashMap: use java.util.concurrent.ConcurrentHashMap, but beware of null keys and values</li>