Commit Graph

3385 Commits

Author SHA1 Message Date
Gary Gregory 4bcd8c12ed Remove openjdk7 build from Travis since we now require Java 8. 2018-07-23 10:17:46 -06:00
Bruno P. Kinoshita 1750ac9848 Merge branch 'pr-47' 2018-07-23 20:57:07 +12:00
Eitan Adler c4f4528b35 IdentityMap: correct JavaDoc
This closes #47
2018-07-23 20:56:26 +12:00
Gary Gregory 80238cd1c0 [COLLECTIONS-689] Link to Javadoc API broken. 2018-07-17 10:04:29 -06:00
Gary Gregory 734f7f3dbd [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:25:22 -06:00
Gary Gregory 482762a13f [COLLECTIONS-688] Update platform requirement from Java 7 to 8. 2018-07-15 12:08:27 -06:00
Gary Gregory 46932f034f Add entry for next release. 2018-07-12 08:32:01 -06:00
Gary Gregory 0dc16c2049 Set release date. 2018-07-12 08:31:24 -06:00
Gary Gregory 6bb2ca1793 Add release notes for 3.2.2 at the bottom. 2018-07-11 16:04:28 -06:00
Gary Gregory 8cb8ac8372 Bump to next development version 2018-07-11 15:23:00 -06:00
Gary Gregory 483cbbbf5a Remove trailing whitepace. 2018-07-07 18:18:18 -06:00
Gary Gregory 03a9b7e5ef Add download link which is now required in announce emails. 2018-07-07 18:09:46 -06:00
Gary Gregory 37a7c44093 Update version numbers for Apache Commons Collections release 4.2 2018-07-07 17:49:32 -06:00
Gary Gregory d83572be94 Prepare for release 4.2. 2018-07-07 17:02:24 -06:00
Gary Gregory bd50a518e0 Fix broken link. 2018-07-07 17:00:34 -06:00
Gary Gregory 42548d57b7 Remove redundant link. 2018-07-07 16:58:14 -06:00
Gary Gregory 70e4cb8b3d Update docs for Maven only builds. 2018-07-07 16:57:11 -06:00
Gary Gregory f5d8bfdcb5 Remove commons.distSvnStagingUrl since is now set this value in
commons-parent as of version 47.
2018-07-07 16:50:44 -06:00
Gary Gregory 35a1503978 JDK 9 profile: maven-javadoc-plugin 3.0.0 -> 3.0.1. 2018-07-07 15:49:01 -06:00
Gary Gregory 5b26a6d2e2 maven-pmd-plugin 3.9.0 -> 3.10.0. 2018-07-07 15:48:15 -06:00
Gary Gregory 71140f3db6 Pickup JaCoCo 0.8.1 from commons-parent. 2018-07-07 15:43:56 -06:00
Gary Gregory 333971caf3 PMD: Avoid modifiers which are implied by the context. 2018-07-07 15:36:41 -06:00
Gary Gregory bce159a0c9 PMD: Avoid modifiers which are implied by the context. 2018-07-07 15:29:42 -06:00
Gary Gregory c4190304ba Fix Checkstyle: Max line length is 120. 2018-07-07 11:41:10 -06:00
Gary Gregory a528bcb1eb Use final. 2018-07-07 11:39:15 -06:00
Gary Gregory 525d1fd7ca Use a Java 5 for each loop. 2018-07-07 11:38:47 -06:00
Gary Gregory d86509b096 Remove redundant modifiers. 2018-07-07 11:37:21 -06:00
Gary Gregory 9f1dabed56 Remove redundant type arguments. 2018-07-07 11:36:04 -06:00
Gary Gregory e22859d093 Remove trailing white spaces on all lines. 2018-07-07 11:34:33 -06:00
Gary Gregory d42cb86f2f Prepare for release 4.2 and clean up some docs. 2018-07-07 11:33:47 -06:00
Gary Gregory 8cbe867552 Add missing Javadoc tag. 2018-07-07 11:24:43 -06:00
Gary Gregory 0062fe65d1 Update commons-parent from 46 to 47. 2018-07-07 10:46:45 -06:00
Stephan Fuhrmann 51186c1def Moved tests from JUnit 3 to JUnit 4 nomenclature. Closes #44. 2018-06-20 14:49:29 -06:00
Gary Gregory 11eca16f4a The the patrol. 2018-06-16 15:44:05 -06:00
Gary Gregory 3ec21db265 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:33:45 -06:00
Gary Gregory c232564c61 Make Java 11 Javadoc happy by replacing <tt> tags with standard Javadoc
<code> tags.
2018-06-15 16:31:04 -06:00
Stephan Fuhrmann 775886ba0c Javadoc fixes. Closes #43. 2018-06-15 16:26:27 -06:00
Stephan Fuhrmann 8f9e66fbf0 Fix checkstyle config. Error was: [ERROR] Failed to execute
goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle
 (default-cli) on project commons-collections4: An error has occurred in
 Checkstyle report generation.: Failed during checkstyle execution:
Failed
 during checkstyle configuration: unable to parse configuration stream:
 Property ${checkstyle.suppressions.file} has not been set -> [Help 1].
Closes #41.
2018-06-12 16:14:12 -06:00
Gary Gregory 949d747373 Use final. 2018-06-12 15:44:36 -06:00
Gary Gregory 8312673aa7 Closes #37. 2018-06-12 15:44:05 -06:00
Stephan Fuhrmann b88b065aa9 [COLLECTIONS-673] ListUtils.partition potential integer overflow.
Applied patch with reformatting.
2018-06-12 15:43:42 -06:00
Gary Gregory 274c9c1d37 Use final. 2018-06-12 15:33:17 -06:00
Gary Gregory 56706c8203 Remove trailing white spaces on all lines. 2018-06-12 15:32:24 -06:00
Stephan Fuhrmann bbf6533902 Some test cases going more into the details of the Flat3Map
implementation. Closes #39.
2018-06-12 15:31:24 -06:00
Gary Gregory 6dbc3b396f Update NOTICE. Add description to README. 2018-06-11 16:59:15 -06:00
Bruno P. Kinoshita 75e87fc76a COLLECTIONS-681: add changes.xml entry
This closes #38
2018-06-10 11:37:03 +12:00
Bruno P. Kinoshita e63c536193 COLLECTIONS-681: expand imports 2018-06-10 11:35:20 +12:00
Stephan Fuhrmann 13467cbc7f COLLECTIONS-681: New unit test for MultiSetUtils 2018-06-10 11:34:43 +12:00
Rob Tompkins 13ba1cc91e (chore) adding commons-release-plugin properties to pom 2018-05-16 16:39:01 -04:00
Gary Gregory 7aff78974c Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:18:27 -06:00