svn commit: r1469220 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/CharSequenceUtils.java test/java/org/apache/commons/lang3/StringUtilsStartsEndsWithTest.java

2013-04-18 Thread bayard
Author: bayard Date: Thu Apr 18 08:15:47 2013 New Revision: 1469220 URL: http://svn.apache.org/r1469220 Log: Adding Dmitry Katsubo's patch from LANG-846, providing CharSequenceUtils.regionMatches with a proper green implementation instead of inefficiently converting to Strings Modified:

svn commit: r1469304 - /commons/proper/codec/trunk/src/changes/changes.xml

2013-04-18 Thread ggregory
Author: ggregory Date: Thu Apr 18 13:07:31 2013 New Revision: 1469304 URL: http://svn.apache.org/r1469304 Log: Release preparation for 1.8-RC3. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/src/changes/changes.xml URL:

svn commit: r1469305 - in /commons/proper/codec/tags/1.8-RC3: ./ default.properties pom.xml

2013-04-18 Thread ggregory
Author: ggregory Date: Thu Apr 18 13:08:29 2013 New Revision: 1469305 URL: http://svn.apache.org/r1469305 Log: Create commons-codec-1.8-RC3. Added: commons/proper/codec/tags/1.8-RC3/ - copied from r1469304, commons/proper/codec/trunk/ Modified:

Nexus: Staging Repository Dropped.

2013-04-18 Thread Nexus Repository Manager
Description:Drop Apache Commons Codec 1.8-RC2.Details:The org.apache.commons-109 (u:ggregory, a:68.101.93.21) staging repository has been dropped.

Nexus: Staging Completed.

2013-04-18 Thread Nexus Repository Manager
Description:Apache Commons Codec 1.8-RC3.Details:The following artifacts have been staged to the org.apache.commons-113 (u:ggregory, a:68.101.93.21)

svn commit: r1469437 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java

2013-04-18 Thread ggregory
Author: ggregory Date: Thu Apr 18 16:59:44 2013 New Revision: 1469437 URL: http://svn.apache.org/r1469437 Log: Remove unused import. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java Modified:

svn commit: r1469568 - /commons/proper/codec/trunk/pmd.xml

2013-04-18 Thread ggregory
Author: ggregory Date: Thu Apr 18 20:58:27 2013 New Revision: 1469568 URL: http://svn.apache.org/r1469568 Log: Add license header. Modified: commons/proper/codec/trunk/pmd.xml Modified: commons/proper/codec/trunk/pmd.xml URL:

svn commit: r1469577 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/CollectionUtils.java test/java/org/apache/commons/collections4/Collection

2013-04-18 Thread tn
Author: tn Date: Thu Apr 18 21:06:40 2013 New Revision: 1469577 URL: http://svn.apache.org/r1469577 Log: [COLLECTIONS-296] Added CollectionUtils#merge methods to merge two sorted Collections. Thanks to Julius Davies for the report and patch. Modified:

svn commit: r1469591 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java

2013-04-18 Thread tn
Author: tn Date: Thu Apr 18 21:59:28 2013 New Revision: 1469591 URL: http://svn.apache.org/r1469591 Log: Fix version tag. Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/iterators/LazyIteratorChain.java Modified: