svn commit: r1377196 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections/ListUtils.java test/java/org/apache/commons/collections/ListUtilsTest.java

2012-08-24 Thread brentworden
Author: brentworden Date: Sat Aug 25 03:59:34 2012 New Revision: 1377196 URL: http://svn.apache.org/viewvc?rev=1377196&view=rev Log: COLLECTIONS-405 added select and selectRejected methods to ListUtils Modified: commons/proper/collections/trunk/src/changes/changes.xml commons/proper/coll

svn commit: r1377069 - in /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections: BagUtils.java EnumerationUtils.java SetUtils.java SplitMapUtils.java

2012-08-24 Thread tn
Author: tn Date: Fri Aug 24 19:44:40 2012 New Revision: 1377069 URL: http://svn.apache.org/viewvc?rev=1377069&view=rev Log: Added missing javadoc, minor checkstyle fixes. Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/BagUtils.java commons/proper

svn commit: r1377066 - in /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections: ./ bag/ buffer/ collection/ comparators/ iterators/ map/

2012-08-24 Thread tn
Author: tn Date: Fri Aug 24 19:36:22 2012 New Revision: 1377066 URL: http://svn.apache.org/viewvc?rev=1377066&view=rev Log: Renamed unit tests, removed unused LocalTestNode class. Added: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/AbstractArrayListTest.java

svn commit: r1377059 - in /commons/proper/collections/trunk/src: main/java/org/apache/commons/collections/collection/ test/java/org/apache/commons/collections/ test/java/org/apache/commons/collections

2012-08-24 Thread tn
Author: tn Date: Fri Aug 24 19:21:14 2012 New Revision: 1377059 URL: http://svn.apache.org/viewvc?rev=1377059&view=rev Log: Improved IndexedCollection, refactored test to comply with standard test framework. Removed: commons/proper/collections/trunk/src/test/java/org/apache/commons/collecti

svn commit: r1376949 - /commons/proper/pool/branches/POOL_1_X/pom.xml

2012-08-24 Thread ggregory
Author: ggregory Date: Fri Aug 24 14:49:14 2012 New Revision: 1376949 URL: http://svn.apache.org/viewvc?rev=1376949&view=rev Log: - Update commons-parent to 26 from 25. - Update maven-site-plugin to 3.1 from 3.0. - Update findbugs-maven-plugin to 2.5.2 from 2.5.1. Modified: commons/proper/poo

svn commit: r1376942 - /commons/proper/io/trunk/pom.xml

2012-08-24 Thread ggregory
Author: ggregory Date: Fri Aug 24 14:30:29 2012 New Revision: 1376942 URL: http://svn.apache.org/viewvc?rev=1376942&view=rev Log: - Update commons-parent to 26 from 25. - Update findbugs-maven-plugin to 2.5.2 from 2.4. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/tru

svn commit: r1376935 - /commons/proper/lang/trunk/pom.xml

2012-08-24 Thread ggregory
Author: ggregory Date: Fri Aug 24 14:21:54 2012 New Revision: 1376935 URL: http://svn.apache.org/viewvc?rev=1376935&view=rev Log: - Update commons-io for tests to 2.4 from 2.2. - Update findbugs-maven-plugin to 2.5.2 from 2.4. - Update clirr-maven-plugin to 2.4 from 2.3. Modified: commons/pro

svn commit: r1376927 - /commons/proper/lang/trunk/pom.xml

2012-08-24 Thread ggregory
Author: ggregory Date: Fri Aug 24 14:14:02 2012 New Revision: 1376927 URL: http://svn.apache.org/viewvc?rev=1376927&view=rev Log: Update to Commons-Parent 26. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1376915 - /commons/proper/vfs/trunk/pom.xml

2012-08-24 Thread ggregory
Author: ggregory Date: Fri Aug 24 13:58:51 2012 New Revision: 1376915 URL: http://svn.apache.org/viewvc?rev=1376915&view=rev Log: Update to Commons-Parent 26. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/prop

svn commit: r1376910 - in /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2: Chains.java CommandSetter.java NamedCommandSetter.java

2012-08-24 Thread simonetripodi
Author: simonetripodi Date: Fri Aug 24 13:39:40 2012 New Revision: 1376910 URL: http://svn.apache.org/viewvc?rev=1376910&view=rev Log: both Filter/Chain extend Command interface - no need to overload the add() method - as shown in the Chain interface where Filter is not explicitly specified Mod