Commit Graph

1589 Commits

Author SHA1 Message Date
Henri Yandell 700e4e9a68 Adding a note about collections-238 having potential compatibility problems
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@641155 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 05:22:06 +00:00
Henri Yandell 0d948ddefd Applying a unit test and a fix for COLLECTIONS-238 - allowing ExtendedProperties to support empty property values
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@641153 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 05:18:45 +00:00
Niall Kegan Pemberton cb41a3c01c Try to fix gump failure
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638998 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 20:27:16 +00:00
Niall Kegan Pemberton cb0983a3eb Update copyright year to 2008
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638797 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 11:45:16 +00:00
Niall Kegan Pemberton 6e202826cf Include missing files in distros built by ant & m1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638796 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 11:44:27 +00:00
Niall Kegan Pemberton 8af1be8dcc Add missing files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638781 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 10:36:08 +00:00
Henri Yandell cfe724a900 Applying Fredrik Kjellberg's patch that adds getIteratorIndex() as per COLLECTIONS-289
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638693 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 03:43:19 +00:00
Henri Yandell 3ff2649833 Stressing that existing objects are not transformed as per Paul's request in COLLECTIONS-288
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638227 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 06:11:16 +00:00
Sebastian Bazley a202e9ca19 Need to use an OrderedMap in order to guarantee ordering for this test ;-)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638079 13f79535-47bb-0310-9956-ffa450edef68
2008-03-17 21:52:21 +00:00
Niall Kegan Pemberton f7eadf09d7 COLLECTIONS-281 - Change maven build to create Collections Test Framework jar
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638061 13f79535-47bb-0310-9956-ffa450edef68
2008-03-17 20:51:18 +00:00
Henri Yandell 1ef83170fe Adding a putAll method to ListOrderedMap as per COLLECTIONS-226 and Dave Meikle's patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637512 13f79535-47bb-0310-9956-ffa450edef68
2008-03-16 02:37:19 +00:00
Henri Yandell eb9cff359c Nathan Egge requested a ListUtils.indexOf(List, Predicate) method in COLLECTIONS-235. Applying Dave Meikle's patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637505 13f79535-47bb-0310-9956-ffa450edef68
2008-03-16 01:52:59 +00:00
Henri Yandell 8a5d3acab8 Applying the patch from Alexander Borovsky for COLLECTIONS-271
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637503 13f79535-47bb-0310-9956-ffa450edef68
2008-03-16 01:39:13 +00:00
Henri Yandell 7cf943172b Applying a unit test for COLLECTIONS-220. AbstractTestObject is refactored to provide a utility method that serializes and then deserializes. Dave Meikle's fix for said unit test is also applied.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637495 13f79535-47bb-0310-9956-ffa450edef68
2008-03-16 00:26:44 +00:00
Henri Yandell b147d16e64 Removing tabs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637494 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 23:31:23 +00:00
Henri Yandell e6a4d6910f Adding the Lang checkstyle. I'm sure it'll need modifying to match Collections code style, but it's a start
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637493 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 23:28:53 +00:00
Henri Yandell 3a05a2c626 Removing unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637492 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 23:27:50 +00:00
Henri Yandell 758f57b704 Updating reports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637491 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 23:26:23 +00:00
Henri Yandell 01086ef5b3 Applying the latest patch from Henning's report in COLLECTIONS-278 that put() and putAll() don't update the getKeys() map on ExtendedProperties
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637489 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 23:23:48 +00:00
Henri Yandell 142a6dd5ee Fixing the assemblies to say project.version instead of version to stop '2.4.1' leaking through from the JVM properties. Also making it project.artifactId while I'm doing this.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@637007 13f79535-47bb-0310-9956-ffa450edef68
2008-03-14 06:41:17 +00:00
Niall Kegan Pemberton 220655c5fa Upgrade to version 9 of commons-parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@635244 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 14:21:48 +00:00
Niall Kegan Pemberton aaddcc6947 Remove redundant <resource> configuration for NOTICE/LICENSE - these are configured in commons-parent (NOTE: seems that components which define other <resource> elements need to include these - so only removing from components where NOTICE/LICENSE are the only resources configured)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@632894 13f79535-47bb-0310-9956-ffa450edef68
2008-03-03 01:01:28 +00:00
Niall Kegan Pemberton 7741aa9ccf Add Issue Tracking and Download pages generated by commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@632817 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:46:00 +00:00
Niall Kegan Pemberton e59565488c Upgrade to commons-parent-8 and add configuration properties for OSGi (maven-bundle-plugin) and commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@632815 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 19:37:56 +00:00
Niall Kegan Pemberton 7e99128b78 upgrade to commons-parent-7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@612219 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:04:51 +00:00
Niall Kegan Pemberton 049dffdbc6 Upgrade to commons-parent version 6 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@609497 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:15:46 +00:00
Henri Yandell ad4e890878 Updating javadoc as per COLLECTIONS-262 - the firstKey and lastKey javadoc methods were back to front for parts of their description
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@608030 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 07:23:14 +00:00
Matthew Jason Benson c493bb9126 sp
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@606721 13f79535-47bb-0310-9956-ffa450edef68
2007-12-24 18:11:04 +00:00
Niall Kegan Pemberton 6165d35534 m2 build updates
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@595526 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 02:40:53 +00:00
Henri Yandell 3d70b9cc19 Removing the unused variable as mentioned in COLLECTIONS-255 by caching the TreeView object
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@575154 13f79535-47bb-0310-9956-ffa450edef68
2007-09-13 03:45:29 +00:00
Matthew Jason Benson 8357f61e3d javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@573684 13f79535-47bb-0310-9956-ffa450edef68
2007-09-07 19:59:22 +00:00
Henri Yandell 3af55cd334 Applying my patch for COLLECTIONS-256 - adding a decorateTransform method as used with Maps to all of the collection classes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@572952 13f79535-47bb-0310-9956-ffa450edef68
2007-09-05 13:38:47 +00:00
Henri Yandell d0df8e55b0 Applying suggested fix from Thomas Louis in COLLECTIONS-264 - the clear() and CollectionView.clear() methods were losing the TreeMap's comparator
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@571412 13f79535-47bb-0310-9956-ffa450edef68
2007-08-31 09:39:36 +00:00
Henri Yandell 7c260a6e48 Changing name to 'Commons Xxx'
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@568979 13f79535-47bb-0310-9956-ffa450edef68
2007-08-23 13:38:00 +00:00
Henri Yandell 436e98dfe7 Fixing the user svn url
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@568589 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 12:38:26 +00:00
Henri Yandell c4253f47d5 Making it so CollectionUtils.size(null) returns 0 and not an IllegalArgumentException as per COLLECTIONS-230
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@567739 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 16:11:47 +00:00
Henri Yandell 1d5610521f Applying my test/fix patch from COLLECTIONS-261
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@567711 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 14:11:47 +00:00
Phil Steitz 95a3fecee0 Updated commons parent version to 4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@567499 13f79535-47bb-0310-9956-ffa450edef68
2007-08-19 23:06:31 +00:00
Niall Kegan Pemberton bf3fbb6600 Commons TLP: directory "dist/jakarta/commons" has moved to "dist/commons" for both "www.apache.org" and "archive.apache.org"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561628 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 03:04:42 +00:00
Matthew Jason Benson ddddf08a59 Apache Apache
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561549 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 21:18:04 +00:00
Dennis Lundberg f0c0dc2600 Changes because of the TLP move.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561498 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 20:34:50 +00:00
Matthew Jason Benson 03de806d19 Apache Apache
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561480 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 20:18:22 +00:00
Niall Kegan Pemberton 49c65f0f8c Move Commons TLP changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561417 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 18:13:25 +00:00
Henri Yandell 1f746ce144 Fixing svn locations after TLP move
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561233 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 05:50:09 +00:00
Rahul Akolkar b3661629fb TLP related blanket changes:
s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 04:17:09 +00:00
Henri Yandell d7cd872c2a Moving to a css on the Commons site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@560857 13f79535-47bb-0310-9956-ffa450edef68
2007-07-30 03:57:33 +00:00
Henri Yandell 25e63dac01 Fixing the mailing list addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@560804 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 20:14:22 +00:00
Henri Yandell a09aacdfef Moving to TLP
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@560660 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:42:34 +00:00
Henri Yandell 867b5bc637 Moving back :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@560658 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:42:15 +00:00
Henri Yandell 86b3c6fbfc Moving to TLP
git-svn-id: https://svn.apache.org/repos/asf/commons/commons/proper/collections/trunk@560657 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 03:40:41 +00:00