svn commit: r1482663 - in /commons/proper/functor/trunk: core/src/main/java/org/apache/commons/functor/core/Limit.java core/src/test/java/org/apache/commons/functor/core/TestLimit.java src/changes/cha

2013-05-14 Thread kinow
Author: kinow Date: Wed May 15 02:34:45 2013 New Revision: 1482663 URL: http://svn.apache.org/r1482663 Log: [FUNCTOR-27] add static method to Limit to create new instances Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/Limit.java commons/proper

svn commit: r1482646 - /commons/proper/commons-parent/trunk/pom.xml

2013-05-14 Thread sebb
Author: sebb Date: Wed May 15 00:17:48 2013 New Revision: 1482646 URL: http://svn.apache.org/r1482646 Log: Document why we are using RAT 0.8 not 0.9 Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/

svn commit: r1482645 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Put.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 23:52:09 2013 New Revision: 1482645 URL: http://svn.apache.org/r1482645 Log: A bit more Javadoc Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/Put.java Modified: commons/proper/collections/trunk/src/main/java/org/apach

svn commit: r1482553 - /commons/proper/collections/trunk/RELEASE-NOTES.txt

2013-05-14 Thread tn
Author: tn Date: Tue May 14 20:10:10 2013 New Revision: 1482553 URL: http://svn.apache.org/r1482553 Log: Update release notes to include split map addition Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt URL: http://s

svn commit: r1482544 - in /commons/proper/collections/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/main/java/org/apache/commons/collections4/Put.java

2013-05-14 Thread tn
Author: tn Date: Tue May 14 20:02:25 2013 New Revision: 1482544 URL: http://svn.apache.org/r1482544 Log: [COLLECTIONS-461] Added javadoc clarification to Put. Thanks to mbenson. Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt commons/proper/collections/trunk/src/changes/chang

svn commit: r1482539 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java

2013-05-14 Thread tn
Author: tn Date: Tue May 14 19:52:43 2013 New Revision: 1482539 URL: http://svn.apache.org/r1482539 Log: Fix version tag Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/bidimap/DualLinkedHashBidiMap.java Modified: commons/proper/collections/trunk/sr

svn commit: r1482538 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java

2013-05-14 Thread tn
Author: tn Date: Tue May 14 19:48:56 2013 New Revision: 1482538 URL: http://svn.apache.org/r1482538 Log: Formatting + svn:keywords Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/map/PassiveExpiringMapTest.java (contents, props changed) Modified:

Nexus: Staging Completed.

2013-05-14 Thread Nexus Repository Manager
Description:Close staging repository automatically for uploaded bundle.Details:The following artifacts have been staged to the org.apache.commons-017 (u:luc, a:80.67.176.229) repository.archetype-catalog.xmlcommons-parent-29-site.xmlcommons-parent-29.pom.asccommons-parent-29.pom

svn commit: r1482518 - in /commons/proper/commons-parent/tags/commons-parent-29-RC3: ./ RELEASE-NOTES.txt pom.xml

2013-05-14 Thread luc
Author: luc Date: Tue May 14 18:45:51 2013 New Revision: 1482518 URL: http://svn.apache.org/r1482518 Log: Release candidate 3 for commons-parent 29, with apache rat downgraded to 0.8 for speed problems. Added: commons/proper/commons-parent/tags/commons-parent-29-RC3/ - copied from r148

svn commit: r1482516 - /commons/proper/commons-parent/trunk/RELEASE-NOTES.txt

2013-05-14 Thread luc
Author: luc Date: Tue May 14 18:43:59 2013 New Revision: 1482516 URL: http://svn.apache.org/r1482516 Log: apache rat plugin was reverted to 0.8 because it was really slow with some components ([io]) Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Modified: commons/proper/com

svn commit: r1482514 - in /commons/proper/collections/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/main/java/org/apache/commons/collections4/iterators/IteratorChain.java

2013-05-14 Thread tn
Author: tn Date: Tue May 14 18:36:12 2013 New Revision: 1482514 URL: http://svn.apache.org/r1482514 Log: [COLLECTIONS-460] Change IteratorChain to use a Queue internally. Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt commons/proper/collections/trunk/src/changes/changes.xml

svn commit: r1482498 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java test/java/org/apache/commons/compress/archivers/sevenz/SevenZFileTe

2013-05-14 Thread damjan
Author: damjan Date: Tue May 14 17:56:43 2013 New Revision: 1482498 URL: http://svn.apache.org/r1482498 Log: Don't NPE on archives of all empty files. Added: commons/proper/compress/trunk/src/test/resources/7z-empty-mhc-off.7z (with props) Modified: commons/proper/compress/trunk/src/

svn commit: r1482487 - in /commons/proper/dbutils/branches/2_0/src: changes/changes.xml main/java/org/apache/commons/dbutils2/BeanProcessor.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:47:47 2013 New Revision: 1482487 URL: http://svn.apache.org/r1482487 Log: DBUTILS-85 In BeanProcessor#isCompatibleType, can Integer.class.isInstance(value) be replaced by value instanceof Integer (etc)? Simplified code by using instanceof. Modified: commons/p

svn commit: r1482485 - in /commons/proper/dbutils/trunk/src: changes/changes.xml main/java/org/apache/commons/dbutils/BeanProcessor.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:47:14 2013 New Revision: 1482485 URL: http://svn.apache.org/r1482485 Log: DBUTILS-85 In BeanProcessor#isCompatibleType, can Integer.class.isInstance(value) be replaced by value instanceof Integer (etc)? Simplified code by using instanceof. Modified: commons/p

svn commit: r1482480 - /commons/proper/compress/trunk/pom.xml

2013-05-14 Thread damjan
Author: damjan Date: Tue May 14 17:33:00 2013 New Revision: 1482480 URL: http://svn.apache.org/r1482480 Log: It seems animal-sniffer doesn't work well and makes the build take longer, remove it for now. Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/

svn commit: r861983 - /websites/production/commons/content/proper/commons-dbutils/index.html

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:16:49 2013 New Revision: 861983 Log: DBUTILS-103 correct Java version Modified: websites/production/commons/content/proper/commons-dbutils/index.html Modified: websites/production/commons/content/proper/commons-dbutils/index.html =

svn commit: r1482470 - /commons/proper/dbutils/trunk/src/site/xdoc/index.xml

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:11:16 2013 New Revision: 1482470 URL: http://svn.apache.org/r1482470 Log: DBUTILS-103 fix Dependencies documentation to reference correct Java version Modified: commons/proper/dbutils/trunk/src/site/xdoc/index.xml Modified: commons/proper/dbutils/trunk/src/si

svn commit: r1482469 - /commons/proper/dbutils/branches/2_0/src/site/xdoc/index.xml

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:10:33 2013 New Revision: 1482469 URL: http://svn.apache.org/r1482469 Log: DBUTILS-103 fix Dependencies documentation to reference correct Java version Modified: commons/proper/dbutils/branches/2_0/src/site/xdoc/index.xml Modified: commons/proper/dbutils/branc

svn commit: r1482467 - /commons/proper/dbutils/trunk/pom.xml

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:06:37 2013 New Revision: 1482467 URL: http://svn.apache.org/r1482467 Log: Stale release details Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.x

svn commit: r1482460 - in /commons/proper/dbutils/branches/2_0/src: changes/changes.xml main/java/org/apache/commons/dbutils2/DbUtils.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 17:00:33 2013 New Revision: 1482460 URL: http://svn.apache.org/r1482460 Log: DBUTILS-106 - DBUtils can't build using JDK 1.7 - DriverProxy needs to implement getParentLogger() Add dynamic invocation. Modified: commons/proper/dbutils/branches/2_0/src/changes/chan

svn commit: r1482457 - in /commons/proper/dbutils/trunk/src: changes/changes.xml main/java/org/apache/commons/dbutils/DbUtils.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 16:58:14 2013 New Revision: 1482457 URL: http://svn.apache.org/r1482457 Log: DBUTILS-106 - DBUtils can't build using JDK 1.7 - DriverProxy needs to implement getParentLogger() Add dynamic invocation. Modified: commons/proper/dbutils/trunk/src/changes/changes.xml

svn commit: r1482414 - /commons/proper/dbutils/branches/2_0/pom.xml

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 16:04:06 2013 New Revision: 1482414 URL: http://svn.apache.org/r1482414 Log: Don't omit Apache from the name Modified: commons/proper/dbutils/branches/2_0/pom.xml Modified: commons/proper/dbutils/branches/2_0/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1482409 - /commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils2/handlers/ArrayHandlerTest.java

2013-05-14 Thread sebb
Author: sebb Date: Tue May 14 15:49:42 2013 New Revision: 1482409 URL: http://svn.apache.org/r1482409 Log: ArrayHandler is no longer generic Modified: commons/proper/dbutils/branches/2_0/src/test/java/org/apache/commons/dbutils2/handlers/ArrayHandlerTest.java Modified: commons/proper/dbuti

svn commit: r1482407 - /commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/AbstractExecutor.java

2013-05-14 Thread wspeirs
Author: wspeirs Date: Tue May 14 15:45:33 2013 New Revision: 1482407 URL: http://svn.apache.org/r1482407 Log: Changed protected methods to package private for AbstractExecutor Modified: commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/AbstractExecutor.java Modif

svn commit: r1482404 - /commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/handlers/ArrayHandler.java

2013-05-14 Thread wspeirs
Author: wspeirs Date: Tue May 14 15:39:27 2013 New Revision: 1482404 URL: http://svn.apache.org/r1482404 Log: Reverted r1481176 changes for ArrayHandler Modified: commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/handlers/ArrayHandler.java Modified: commons/prop

svn commit: r1482346 - /commons/proper/bcel/trunk/RELEASE-NOTES.txt

2013-05-14 Thread dbrosius
Author: dbrosius Date: Tue May 14 14:32:33 2013 New Revision: 1482346 URL: http://svn.apache.org/r1482346 Log: update release notes for bcel-163 Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/comm

svn commit: r1482320 - /commons/proper/commons-parent/trunk/pom.xml

2013-05-14 Thread ggregory
Author: ggregory Date: Tue May 14 12:46:53 2013 New Revision: 1482320 URL: http://svn.apache.org/r1482320 Log: Undo: Update to apache-rat-plugin 0.9 from 0.8. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.o