Thomas Neidhart
|
eaea717cc6
|
Update pom with latest release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714321 13f79535-47bb-0310-9956-ffa450edef68
|
2015-11-14 13:37:36 +00:00 |
Sebastian Bazley
|
3a9c4718ee
|
Move assembly to standard location
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1696445 13f79535-47bb-0310-9956-ffa450edef68
|
2015-08-18 15:17:23 +00:00 |
Sebastian Bazley
|
c87eeaa4f7
|
CP37 => CP38
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1688413 13f79535-47bb-0310-9956-ffa450edef68
|
2015-06-30 09:53:30 +00:00 |
Thomas Neidhart
|
83e81cb270
|
Update developer list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682179 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-28 09:04:56 +00:00 |
Thomas Neidhart
|
0e11402b98
|
[COLLECTIONS-562] Upgrade minimum java requirement to Java 6. Replace ArrayStack with ArrayDeque.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681434 13f79535-47bb-0310-9956-ffa450edef68
|
2015-05-24 10:49:58 +00:00 |
Thomas Neidhart
|
2ff3914b33
|
Update to latest parent.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1660705 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-18 19:35:29 +00:00 |
Thomas Neidhart
|
39513f9142
|
[COLLECTIONS-550] Added IterableUtils#toString(...) to newly created IterableUtils class. Thanks to Goncalo Marques. This closes #7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1656600 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-02 23:10:32 +00:00 |
Thomas Neidhart
|
943e710f7c
|
Remove cobertura plugin -> switched to jacoco.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651118 13f79535-47bb-0310-9956-ffa450edef68
|
2015-01-12 15:25:06 +00:00 |
Dipanjan Laha
|
5310e25a6c
|
[COLLECTIONS-533] Initial commit for MultiValuedLinkedHashMap implementation & tests. Thanks to Geoff Schoeman.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632534 13f79535-47bb-0310-9956-ffa450edef68
|
2014-10-17 10:51:23 +00:00 |
Gary D. Gregory
|
a49283d408
|
Update cobertura-maven-plugin from 2.5.2 to 2.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1628472 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-30 15:30:08 +00:00 |
Gary D. Gregory
|
923580c0b4
|
Update findbugs-maven-plugin from 2.5.2 to 2.5.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1628471 13f79535-47bb-0310-9956-ffa450edef68
|
2014-09-30 15:28:33 +00:00 |
Gary D. Gregory
|
b5ffdaf94a
|
commons-parent 33 -> 34.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1612023 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-20 06:15:47 +00:00 |
dlaha
|
a6ebd45286
|
Update
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1610057 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-12 21:20:29 +00:00 |
Thomas Neidhart
|
23c6db1db6
|
Update.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1591833 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-02 08:59:08 +00:00 |
Thomas Neidhart
|
86b584313f
|
Update version and add contributor.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1585336 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-06 20:00:08 +00:00 |
Gary D. Gregory
|
a00d396051
|
Update to commons-parent 33.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1570441 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 04:24:18 +00:00 |
Thomas Neidhart
|
ba8758326c
|
[COLLECTIONS-471] Added BoundedIterator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1546220 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 22:54:05 +00:00 |
Thomas Neidhart
|
d0ca1f6e1b
|
Exclude binary test data files from rat plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544968 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 13:19:55 +00:00 |
Thomas Neidhart
|
47cafb82d7
|
Post release updates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544965 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-24 12:50:02 +00:00 |
Emmanuel Bourg
|
fc330e25a4
|
Upgrade easymock to 3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540660 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-11 10:40:27 +00:00 |
Thomas Neidhart
|
0e3033df28
|
Add exclude for rat-plugin.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538947 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 11:33:54 +00:00 |
Thomas Neidhart
|
105e3d4ca9
|
Upgrade to latest parent pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 11:17:31 +00:00 |
Thomas Neidhart
|
13ecfda6e8
|
Start all over again at RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538938 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 10:53:49 +00:00 |
Thomas Neidhart
|
894fd838fb
|
[COLLECTIONS-488] Added CollectionUtils.matchesAll(Iterable, Predicate), thanks to Josh Cain.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538935 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 10:50:35 +00:00 |
Sebastian Bazley
|
f4d27681d5
|
ASF Branding
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1534196 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-21 14:55:04 +00:00 |
Thomas Neidhart
|
aa94cdbdd3
|
Added Hollis Waite as contributor.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1521263 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 19:39:13 +00:00 |
Thomas Neidhart
|
2355a5ffd0
|
Update pom.xml after release of 4.0-alpha1, upgrade findbugs plugin to 2.5.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500128 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:42:56 +00:00 |
Thomas Neidhart
|
834a75f8ea
|
Upgrade easymock dependency: 2.5.2 -> 3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1495857 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-23 17:48:50 +00:00 |
Thomas Neidhart
|
75bac6a355
|
Move configuration files to src/conf, update pom, add overrides for site path and scm pub url.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493528 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-16 16:26:10 +00:00 |
Thomas Neidhart
|
1ee5fd53b5
|
Update to parent 30, add clirr config.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493524 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-16 15:57:03 +00:00 |
Thomas Neidhart
|
790c5068f7
|
Fix jira-report, snippet taken from commons-math.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476594 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-27 14:45:34 +00:00 |
Thomas Neidhart
|
0574dfb035
|
[COLLECTIONS-422] Added CollectionUtils.permutations(Collection) and PermutationIterator. Thanks for Benoit Corne for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470310 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-21 15:16:58 +00:00 |
Thomas Neidhart
|
9bdfac0fad
|
[COLLECTIONS-433] Improve performance of TreeList#addAll and TreeList(Collection). Thanks to Jeffrey Barnes for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470159 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-20 13:11:14 +00:00 |
Thomas Neidhart
|
8be0b4cfb8
|
Update component properties in pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469071 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-17 21:00:36 +00:00 |
Thomas Neidhart
|
2e2789cda4
|
Move author to pom, add version/since tags, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469061 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-17 20:29:58 +00:00 |
Thomas Neidhart
|
4cffe07904
|
[COLLECTIONS-382] Change maven coordinates to org.apache.commons.commons-collections4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469010 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-17 17:57:32 +00:00 |
Sebastian Bazley
|
cb3c2d5f79
|
Fix up URLs so they point to actual sites; this allows relative URLs to work properly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-22 17:49:27 +00:00 |
Gary D. Gregory
|
8e9347eaea
|
cobertura-maven-plugin 2.5.1 -> 2.5.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457877 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 17:18:34 +00:00 |
Thomas Neidhart
|
bfc6d92fe0
|
Ignore site-content directory for rat plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452075 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-03 17:49:03 +00:00 |
Thomas Neidhart
|
4898823d3c
|
[COLLECTIONS-396] Add change record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451281 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-28 18:31:14 +00:00 |
Olivier Lamy
|
bb7c225843
|
use new released parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438964 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-26 21:10:47 +00:00 |
Thomas Neidhart
|
9fa82c7fb4
|
[COLLECTIONS-322] Added new NodeListIterator to iterate over a dom NodeList, thanks to Thomas Vahrst.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438955 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-26 20:14:43 +00:00 |
Thomas Neidhart
|
71ac99b4e9
|
Fix wrong end tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-23 15:13:19 +00:00 |
Thomas Neidhart
|
52d194465d
|
Add myself to pom.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437423 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-23 14:53:24 +00:00 |
Thomas Neidhart
|
3e5d03e527
|
Update test dependencies: junit 4.10 -> 4.11, easymock 2.0 -> 2.5.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436909 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-22 13:32:28 +00:00 |
Thomas Neidhart
|
8550de1c17
|
Add checkstyle suppression filter, do not create aggregate results.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436863 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-22 12:16:42 +00:00 |
Sebastian Bazley
|
3712f1a147
|
Dependency on SNAPSHOT parent causes problem for CI builds (at least on Jenkins)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436532 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 18:20:39 +00:00 |
Thomas Neidhart
|
df73c74f88
|
Add findbugs exclude filter.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:44:05 +00:00 |
Olivier Lamy
|
99b53bcce8
|
disable this profile
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431628 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 20:45:22 +00:00 |
Olivier Lamy
|
cc4ab3d647
|
simplify publication of site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431614 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 20:27:46 +00:00 |