Commit Graph

3056 Commits

Author SHA1 Message Date
pascalschumacher 1961bdd3e6 remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40 2017-08-02 20:24:53 +02:00
pascalschumacher 41cec319b5 pom.xml: move rat configuration from reporting to build section, so that it also works outside the site life-cycle 2017-08-02 20:18:03 +02:00
pascalschumacher df6474ed2b pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions 2017-08-02 20:12:31 +02:00
pascalschumacher 7166644ffc .travis.yml: add apache license header 2017-08-02 20:10:37 +02:00
pascalschumacher e5d0c9df84 [COLLECTIONS-655] Update platform from Java 6 to Java 7.
remove openjdk6 from travis configuration
2017-08-02 20:04:09 +02:00
Gary Gregory eef8f1a0aa Remove redundant type arguments. 2017-07-26 23:43:14 -07:00
Gary Gregory f4a63c4c72 [COLLECTIONS-655] Update platform from Java 6 to Java 7. 2017-07-26 23:40:14 -07:00
Gary Gregory ee851e403b [COLLECTIONS-654] Add class SortedProperties to sort keys. 2017-07-25 15:19:25 -07:00
pascalschumacher ee512ca286 .travis.yml: also build pull requests 2017-07-25 23:12:19 +02:00
pascalschumacher 1909ca3248 Remove oraclejdk7 from travis configuration, because it is no longer available.
see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details
2017-07-25 23:11:08 +02:00
Rob Tompkins b002903af2 (docs) one more minor svn -> git change 2017-07-18 08:28:01 -04:00
Rob Tompkins c25a3efe1b (docs) update site. re. svn -> git 2017-07-18 08:03:24 -04:00
Rob Tompkins f0f364fd9d (fix) adding slash to pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1798504 13f79535-47bb-0310-9956-ffa450edef68
2017-06-12 18:35:54 +00:00
Rob Tompkins dbd1565df9 COLLECTIONS-606: README.md fix, thanks to Vamsi, closes #23
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1798499 13f79535-47bb-0310-9956-ffa450edef68
2017-06-12 18:10:06 +00:00
Rob Tompkins a2609356e0 (chore) adding commons.module.name to pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796463 13f79535-47bb-0310-9956-ffa450edef68
2017-05-28 00:04:41 +00:00
Bruno P. Kinoshita 441df91aa1 Change action type in changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796032 13f79535-47bb-0310-9956-ffa450edef68
2017-05-24 09:33:26 +00:00
Bruno P. Kinoshita 8f346f9f12 COLLECTIONS-602: Improve efficiency of DefaultedMap.get. Applying patch provided by John Mark.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796031 13f79535-47bb-0310-9956-ffa450edef68
2017-05-24 09:32:48 +00:00
Bruno P. Kinoshita 9f0d58985f COLLECTIONS-603: Small improvements for generics, conditional statements, and warnings suppressions
Thanks to Artem Konovalov

This closes #17



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1796010 13f79535-47bb-0310-9956-ffa450edef68
2017-05-24 08:20:09 +00:00
Bruno P. Kinoshita a26fcf58e4 Fix <Generic type> not being displayed in javadoc
Thanks to Ruben Anders

This closes #16



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1795689 13f79535-47bb-0310-9956-ffa450edef68
2017-05-21 06:40:03 +00:00
Gary D. Gregory 117d7e80dc Add oraclejdk7 to Travis CI.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1790588 13f79535-47bb-0310-9956-ffa450edef68
2017-04-07 17:49:44 +00:00
Benedikt Ritter 30b2acadc2 Fix broken links in README.md
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1782569 13f79535-47bb-0310-9956-ffa450edef68
2017-02-11 09:49:55 +00:00
Benedikt Ritter ff51fd1784 Fix link to Commons Collections Jira project. Thanks to Benjamin Rogge. This fixes #20 from GitHub.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1782567 13f79535-47bb-0310-9956-ffa450edef68
2017-02-11 09:48:20 +00:00
Gary D. Gregory 3c1867e231 [COLLECTIONS-597] Correction of Javadoc for org.apache.commons.collections4.functors.CatchAndRethrowClosure. Reported by Enrique.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1765914 13f79535-47bb-0310-9956-ffa450edef68
2016-10-21 05:53:10 +00:00
Gary D. Gregory edf3867212 [COLLECTIONS-594] Web site spelling error: MultiValuedMapeList. Typo in changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1765909 13f79535-47bb-0310-9956-ffa450edef68
2016-10-21 05:49:15 +00:00
Gary D. Gregory c2c01cbb85 [COLLECTIONS-594] Website spelling error: MultiValuedMapeList.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1760443 13f79535-47bb-0310-9956-ffa450edef68
2016-09-12 19:49:08 +00:00
Gary D. Gregory a270ff6285 [COLLECTIONS-586] PatriciaTrie prefixMap clear throws NullPointerException. Applied patch and added an extra test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1755219 13f79535-47bb-0310-9956-ffa450edef68
2016-08-04 17:32:17 +00:00
Gary D. Gregory 796114ea4a Format.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1755218 13f79535-47bb-0310-9956-ffa450edef68
2016-08-04 17:28:08 +00:00
Stian Soiland-Reyes 1792c34603 (doc) Avoid using VFS example
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1750674 13f79535-47bb-0310-9956-ffa450edef68
2016-06-29 16:59:39 +00:00
Stian Soiland-Reyes 1f94186fa6 (doc) Updated README.md and CONTRIBUTING.md
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1750672 13f79535-47bb-0310-9956-ffa450edef68
2016-06-29 16:50:22 +00:00
Gary D. Gregory ec9b71b95d Update old school @exception with new school @throws.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1747096 13f79535-47bb-0310-9956-ffa450edef68
2016-06-07 00:36:05 +00:00
Gary D. Gregory 2ce582ee66 Standardize on US English spelling (recognised -> recognized.)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744813 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 23:37:45 +00:00
Gary D. Gregory 6cdf7f92d9 Update test from EasyMock 3.2 to 3.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744811 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 23:03:50 +00:00
Gary D. Gregory ff4f018553 Update from JUnit 4.11 to 4.12.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744810 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 23:02:13 +00:00
Gary D. Gregory 5187b21788 Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744809 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:40:13 +00:00
Gary D. Gregory 930015a137 [COLLECTIONS-589] Add null-safe MapUtils.size(Map&lt;?, ?>) method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744808 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:30:06 +00:00
Gary D. Gregory 64c5aec863 No need to MI my name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744804 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:17:39 +00:00
Gary D. Gregory 42abaae120 commons-parent 39 -> 40.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744803 13f79535-47bb-0310-9956-ffa450edef68
2016-05-20 22:17:04 +00:00
Gary D. Gregory 979a93d7b6 Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734648 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:51:22 +00:00
Gary D. Gregory b4207ef106 Add missing @param.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734647 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:50:45 +00:00
Gary D. Gregory c62ad3c015 Add missing @param.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734646 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:44:37 +00:00
Gary D. Gregory 6870c3363a commons-parent 38 -> 39.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734645 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:30:52 +00:00
Gary D. Gregory 42d42b2397 Add final to some ivars.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734634 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 21:15:35 +00:00
Gary D. Gregory 5250fdfdf3 Add missing @Overrides
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734633 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 21:12:21 +00:00
Phil Steitz cfffa7138c Removed self from developers.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1728846 13f79535-47bb-0310-9956-ffa450edef68
2016-02-06 15:08:59 +00:00
Gary D. Gregory 3d058406e2 Update copyright for 2016 in NOTICE.txt
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1725417 13f79535-47bb-0310-9956-ffa450edef68
2016-01-19 06:19:50 +00:00
Bernd Eckenfels 634917ecc8 security-report: added CVE-2015-7501 (Red Hat) to de-serialisaton references
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1719350 13f79535-47bb-0310-9956-ffa450edef68
2015-12-11 11:39:08 +00:00
Sebastian Bazley 5627d22fdf Collect the DOAPs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1718920 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 17:32:04 +00:00
Thomas Neidhart 33f04b39de Update readme with latest version.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717614 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 11:36:14 +00:00
Thomas Neidhart 2db76b1774 Fix stupid typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717608 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 11:20:11 +00:00
Thomas Neidhart 7c390648ab Update travis configuration: only build trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717588 13f79535-47bb-0310-9956-ffa450edef68
2015-12-02 09:02:12 +00:00