Document binary compatibility
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3697544ee
commit
1d72d4a31b
|
@ -26,11 +26,8 @@ All feedback should be directed to commons-user at jakarta.apache.org.
|
||||||
|
|
||||||
<center><h3>COMPATABILITY</h3></center>
|
<center><h3>COMPATABILITY</h3></center>
|
||||||
<p>
|
<p>
|
||||||
This release is source and binary compatible with v3.0 with one known exception:
|
This release is fully source and binary compatible with v3.0.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
|
||||||
<li>ReferenceMap (map package) - No longer extends AbstractMap, only an issue if you previously cast to AbstractMap</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
<p>
|
||||||
This release also enables a workaround of the binary compatability issue with IteratorUtils in v3.0.
|
This release also enables a workaround of the binary compatability issue with IteratorUtils in v3.0.
|
||||||
Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators.
|
Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators.
|
||||||
|
|
Loading…
Reference in New Issue