Create Commons collections 4.3 release tag
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZu5YACgkQnmkXtcRn Um5rFg/8CdoshaRoLOHXz69U2vQmW6IbKogi+dUTOofD+532XExl/4nwq+E1U7Db 3ibOFVoEZ73VFRIOhjaEHEwi6+ZNvp6Bxv7HxEN6pcEvIXPuqljwmaLLXkKzZeCP 2y0bxoztYAHVWbcBfLvSRWBbkzkmRnq/00Mmp6HwOdf6w+Z2+5XpNIqs7kYUWkqw 7hsDZQhbIWGIo2grb8LlloE4FchXwqg6lfmtNTlaXGlZpxOYNuq+RtF+RSPngKgl Dg0oAoupV6YQa3f5Yj2/o/5GZV6lEpttYqlwSlY+PmdMJue5vm9SxUmbIeoT9XJe oNjbb4nGOm/cthM/DDnIVSzgqGhvG/ui1gAforP6Ft4VKUZtVnAIxOCS8nWOgQg6 OdCPOYOd6n6fIC5Tft7bUsedAMfLiy9FtUx2Nw9KFfVicNIyqCNxU5NXOqfi+66x dWbPV73yFsRzGQZ09Vsb6uvT2qV1IXCWqmzGebyyQAttAmLiUw3A97s+IoJkpzm9 vnKaRGDHlka8jazkIYRWkfC2fg/jlIV7no7CBqn6m/y/6M+wDT0RqrN/gylDUbSy ArfXdHG0A5gSlN/nwAS+ZhHezD00bYp7SZeaesaco6YwzjaCd7p+wLoAmP8e8JsC lq8zLQK15EwolvV9Tg8jf9lXBx49XdaecHRZyH0W/UYo3LZ95R4= =ohor -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZvTUACgkQnmkXtcRn Um7Oig/9GngaHSfgwJf+oUeFZGuMan7QPar5SX7lbygWXKiSX8M1wzJtSjl0kI/P EewGiWZMKUn/aK4hihIz/03xVkU0PHlYe+qn00zY4iN4A+fKKRugyDPgQ8OaCI9e m87vkVGP7eja4bJ1LtaxgZ6vgshBOdOKv6S2Ask2nHyi6unzo2JjS7LUkakyCIV8 R5SZpGDEQzv6eRGzmTO6f/WrLehausg6VxTEqBHcvySUW2P5P4UiJWl9md3inyW8 0VEANW6/LEXHNIpjL8BxPv2BTotBL/jU/4978rqg7tBSs4vrcXytMiS9/9rhYm0o fygnWKh8tADbu9vPIEZZrH7f+EBPEDqQDK3K8HW9SCBoG868ryuqwuYX/1iI+iiM wQKtd6tE66O3+XVJNcFOc7/TJNdHtdU2i4bYpLxQy0dE2N2Eor1thrW4wo7TldET kN2lN8ZarZFwGVNGyFn8WqgihbZ4C/Xe8x6cO1IBoNGUjL8LRTDWW8w2d+gmFNUv dw91yDzEnyHWODvkVFlwsAZ4wLp/OrtT33KTDVUC7OQGGDDUL/eNRnsx3/6QuqbC U2EZVcELcxvBwLxhgyGoHUTAEI8gM3HVyeplHSriTToI0qZt0iXLyAWIcVgHlRKe 2aID5WTTuaST/YyNDoLXcNM6Hj42XnDiDGotKBbiv7f6treTnlM= =D+uv -----END PGP SIGNATURE----- Merge tag 'collections-4.3' Create Commons collections 4.3 release tag
This commit is contained in:
commit
89008f2b15
|
@ -1,3 +1,35 @@
|
|||
Apache Apache Commons Collections 4.3 RELEASE NOTES
|
||||
|
||||
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
|
||||
|
||||
Update from Java 7 to Java 8, bug fixes, and small changes.
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
New features:
|
||||
o COLLECTIONS-696: AbstractReferenceMap made easier for subclassing; PR #51. Thanks to Maxim Solodovnik.
|
||||
|
||||
Fixed Bugs:
|
||||
o COLLECTIONS-691: Use boolean operator for boolean result. Thanks to Eitan Adler.
|
||||
o COLLECTIONS-701: StackOverflowError in SetUniqueList.add() when it receives itself. Thanks to Shin Hong, Don Jeba.
|
||||
o COLLECTIONS-703: The PassiveExpiringMap#put() method should return the previous record only if not expired. Thanks to Tomas Tulka.
|
||||
o COLLECTIONS-706: Add SetUtils.unmodifiableSet(T... items) method. Thanks to Richard Eckart de Castilho, Gary Gregory.
|
||||
|
||||
Changes:
|
||||
o COLLECTIONS-688: Update platform requirement from Java 7 to 8.
|
||||
o COLLECTIONS-689: Link to Javadoc API broken. Thanks to Richard Walker.
|
||||
o COLLECTIONS-692: Replace use of deprecated Class#newInstance() PR #49. Thanks to Gary Gregory, Eitan Adler.
|
||||
|
||||
|
||||
For complete information on Apache Commons Collections, including instructions on how to submit bug reports,
|
||||
patches, or suggestions for improvement, see the Apache Apache Commons Collections website:
|
||||
|
||||
http://commons.apache.org/proper/commons-collections/
|
||||
|
||||
Download page: http://commons.apache.org/proper/commons-collections/download_pool.cgi
|
||||
|
||||
===============================================================================
|
||||
|
||||
Apache Apache Commons Collections 4.2 RELEASE NOTES
|
||||
|
||||
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
|
||||
|
|
15
pom.xml
15
pom.xml
|
@ -450,13 +450,13 @@
|
|||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>4.0</version>
|
||||
<version>4.0.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.8</version>
|
||||
<version>3.8.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -512,7 +512,7 @@
|
|||
<commons.jira.id>COLLECTIONS</commons.jira.id>
|
||||
<commons.jira.pid>12310465</commons.jira.pid>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<commons.rc.version>RC1</commons.rc.version>
|
||||
<commons.rc.version>RC2</commons.rc.version>
|
||||
<checkstyle.version>3.0.0</checkstyle.version>
|
||||
|
||||
<commons.site.path>collections</commons.site.path>
|
||||
|
@ -523,10 +523,10 @@
|
|||
<commons.clirr.version>2.8</commons.clirr.version>
|
||||
|
||||
<!--Commons Release Plugin -->
|
||||
<commons.bc.version>4.1</commons.bc.version>
|
||||
<commons.bc.version>4.2</commons.bc.version>
|
||||
<commons.release.isDistModule>true</commons.release.isDistModule>
|
||||
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
|
||||
<commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>
|
||||
<commons.releaseManagerName>Maxim Solodovnik</commons.releaseManagerName>
|
||||
<commons.releaseManagerKey>C467526E</commons.releaseManagerKey>
|
||||
|
||||
</properties>
|
||||
|
||||
|
@ -676,7 +676,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.10.0</version>
|
||||
<version>3.11.0</version>
|
||||
<configuration>
|
||||
<targetJdk>${maven.compiler.target}</targetJdk>
|
||||
</configuration>
|
||||
|
@ -752,3 +752,4 @@
|
|||
</profiles>
|
||||
|
||||
</project>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<title>Commons Collections Changes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="4.3" date="2018-MM-DD" description="Update from Java 7 to Java 8, bug fixes, and small changes.">
|
||||
<release version="4.3" date="2018-12-21" description="Update from Java 7 to Java 8, bug fixes, and small changes.">
|
||||
<action issue="COLLECTIONS-691" dev="kinow" type="fix" due-to="Eitan Adler">
|
||||
Use boolean operator for boolean result.
|
||||
</action>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<item name="Security Reports" href="/security-reports.html"/>
|
||||
<item name="Users guide" href="/userguide.html"/>
|
||||
<item name="History" href="/history.html"/>
|
||||
<item name="Release Notes 4.3" href="/release_4_3.html"/>
|
||||
<item name="Release Notes 4.2" href="/release_4_2.html"/>
|
||||
<item name="Release Notes 4.1" href="/release_4_1.html"/>
|
||||
<item name="Release Notes 4.0" href="/release_4_0.html"/>
|
||||
|
|
|
@ -26,22 +26,24 @@ limitations under the License.
|
|||
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
|
||||
+======================================================================+
|
||||
| |
|
||||
| 1) Re-generate using: mvn commons:download-page |
|
||||
| 1) Re-generate using: mvn commons-build:download-page |
|
||||
| |
|
||||
| 2) Set the following properties in the component's pom: |
|
||||
| - commons.componentid (required, alphabetic, lower case) |
|
||||
| - commons.componentid (required, alphabetic, lower case) |
|
||||
| - commons.release.version (required) |
|
||||
| - commons.release.name (required) |
|
||||
| - commons.binary.suffix (optional) |
|
||||
| (defaults to "-bin", set to "" for pre-maven2 releases) |
|
||||
| - commons.release.desc (optional) |
|
||||
| - commons.release.subdir (optional) |
|
||||
| - commons.release.hash (optional, lowercase, default sha256) |
|
||||
| |
|
||||
| - commons.release.2/3.version (conditional) |
|
||||
| - commons.release.2/3.name (conditional) |
|
||||
| - commons.release.2/3.binary.suffix (optional) |
|
||||
| - commons.release.2/3.desc (optional) |
|
||||
| - commons.release.2/3.subdir (optional) |
|
||||
| - commons.release.[234].version (conditional) |
|
||||
| - commons.release.[234].name (conditional) |
|
||||
| - commons.release.[234].binary.suffix (optional) |
|
||||
| - commons.release.[234].desc (optional) |
|
||||
| - commons.release.[234].subdir (optional) |
|
||||
| - commons.release.[234].hash (optional, lowercase, [sha256])|
|
||||
| |
|
||||
| 3) Example Properties |
|
||||
| (commons.release.name inherited by parent: |
|
||||
|
@ -102,7 +104,7 @@ limitations under the License.
|
|||
It is essential that you
|
||||
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
|
||||
of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
|
||||
failing that using the <code>SHA1</code> hash (<code>*.sha1</code> checksum files).
|
||||
failing that using the <code>SHA256</code> hash (<code>*.sha256</code> checksum files).
|
||||
</p>
|
||||
<p>
|
||||
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
|
||||
|
@ -116,12 +118,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.3-bin.tar.gz">commons-collections4-4.3-bin.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.3-bin.zip">commons-collections4-4.3-bin.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.3-bin.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -130,12 +132,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.3-src.tar.gz">commons-collections4-4.3-src.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.3-src.zip">commons-collections4-4.3-src.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.3-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -146,12 +148,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz">commons-collections4-4.2-bin.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.2-bin.zip">commons-collections4-4.2-bin.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -160,12 +162,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.2-src.tar.gz">commons-collections4-4.2-src.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.2-src.zip">commons-collections4-4.2-src.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -176,12 +178,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz">commons-collections4-4.1-bin.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.1-bin.zip">commons-collections4-4.1-bin.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -190,12 +192,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.1-src.tar.gz">commons-collections4-4.1-src.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections4-4.1-src.zip">commons-collections4-4.1-src.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -206,12 +208,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.tar.gz">commons-collections-4.1${commons.release.4.binary.suffix}.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.zip">commons-collections-4.1${commons.release.4.binary.suffix}.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1${commons.release.4.binary.suffix}.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -220,12 +222,12 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections-4.1-src.tar.gz">commons-collections-4.1-src.tar.gz</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.tar.gz.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/collections/source/commons-collections-4.1-src.zip">commons-collections-4.1-src.zip</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.zip.sha1">sha1</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -57,7 +57,7 @@ as are various <a href="project-reports.html">project reports</a>.
|
|||
The Javadoc API documents are available online:
|
||||
</p>
|
||||
<ul>
|
||||
<li>The <a href="javadocs/api-4.2/index.html">current release 4.2</a></li>
|
||||
<li>The <a href="javadocs/api-4.3/index.html">current release 4.3</a></li>
|
||||
<li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</a></li>
|
||||
<li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
|
||||
<li>The <a href="apidocs/index.html">latest from repository sources</a></li>
|
||||
|
@ -71,9 +71,9 @@ The <a href="source-repository.html">git repository</a> can be
|
|||
<!-- ================================================== -->
|
||||
<section name="Releases">
|
||||
<p>
|
||||
The latest version is 4.2 -
|
||||
The latest version is 4.3 -
|
||||
<a href="http://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
|
||||
It is built for Java 7 and later, and the <a href="release_4_2.html">release notes</a> are also available.
|
||||
It is built for Java 8 and later, and the <a href="release_4_3.html">release notes</a> are also available.
|
||||
</p>
|
||||
<p>
|
||||
For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>
|
||||
|
|
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<document>
|
||||
<properties>
|
||||
<title>Release notes for v4.3</title>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<section name="Release notes for version 4.3">
|
||||
<hr />
|
||||
<p>
|
||||
Apache Commons Collections is a project to develop and maintain collection
|
||||
classes based on and inspired by the JDK collection framework.
|
||||
</p>
|
||||
<p>
|
||||
This 4.3 release is a minor and updates the platform requirement from Java 7 to 8.
|
||||
This release fixes several bugs present in previous releases of the 4.X branch.
|
||||
</p>
|
||||
<p>
|
||||
All users are strongly encouraged to updated to this release.
|
||||
</p>
|
||||
|
||||
<h3>Compatibility</h3>
|
||||
<ul>
|
||||
<li>Java 8 or later is now required (version 4.2 required Java 7)</li>
|
||||
<li>This release is source and binary compatible with the 4.0 release
|
||||
of Commons Collections with the exception that some classes in the functor
|
||||
package do not implement the Serializable interface anymore (see COLLECTIONS-580)</li>
|
||||
</ul>
|
||||
|
||||
<center><h3>Major changes since 4.2</h3></center>
|
||||
<ul>
|
||||
<li>Updates the platform requirement from Java 7 to 8</li>
|
||||
<li>Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</li>
|
||||
<li>Added a few new APIs.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Security Changes</h3>
|
||||
<p>
|
||||
None.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For a full list of changes in this release, refer to the <a href="changes-report.html#a4.3">Change report</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
Loading…
Reference in New Issue