svn commit: r1535612 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/IOUtils.java main/java/org/apache/commons/io/output/ByteArrayOutputStream.java test/java/org

2013-10-24 Thread brentworden
Author: brentworden Date: Fri Oct 25 02:42:12 2013 New Revision: 1535612 URL: http://svn.apache.org/r1535612 Log: IO-395 overload IOUtils buffer methods to accept buffer size. Modified: commons/proper/io/trunk/src/changes/changes.xml commons/proper/io/trunk/src/main/java/org/apache/common

svn commit: r1535555 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/time/StopWatch.java test/java/org/apache/commons/lang3/time/StopWatchTest.java

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 21:23:40 2013 New Revision: 153 URL: http://svn.apache.org/r153 Log: Applying Sebb's patch from LANG-774 - adding isStarted, isSuspended and isStopped to StopWatch Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/tru

svn commit: r1535547 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java test/java/org/apache/commons/lang3/text/ExtendedMessage

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 20:54:34 2013 New Revision: 1535547 URL: http://svn.apache.org/r1535547 Log: Applying Thomas' patch from LANG-917 - fixing Arne Burmeister's reported exception when combining custom and choice formats Modified: commons/proper/lang/trunk/src/changes/changes.xml

svn commit: r1535531 - in /commons/proper/email/trunk: doap_email.rdf pom.xml src/changes/changes.xml src/site/site.xml src/site/xdoc/download_email.xml src/site/xdoc/index.xml

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:29:04 2013 New Revision: 1535531 URL: http://svn.apache.org/r1535531 Log: Post-release updates. Modified: commons/proper/email/trunk/doap_email.rdf commons/proper/email/trunk/pom.xml commons/proper/email/trunk/src/changes/changes.xml commons/proper/e

svn commit: r1535529 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/URLConverter.java test/java/org/apache/commons/beanutils/converters/URLConvert

2013-10-24 Thread oheger
Author: oheger Date: Thu Oct 24 20:28:12 2013 New Revision: 1535529 URL: http://svn.apache.org/r1535529 Log: Generified URLConverter. The class now also checks whether the target type is supported. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/apache/commons/beanutils/

svn commit: r1535528 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/StringConverter.java test/java/org/apache/commons/beanutils/converters/StringC

2013-10-24 Thread oheger
Author: oheger Date: Thu Oct 24 20:27:34 2013 New Revision: 1535528 URL: http://svn.apache.org/r1535528 Log: Generified StringConverter. Also added a test class because there was none. Added: commons/proper/beanutils/branches/java5/src/test/java/org/apache/commons/beanutils/converters/Strin

svn commit: r1535527 - in /commons/proper/beanutils/branches/java5/src: main/java/org/apache/commons/beanutils/converters/FileConverter.java test/java/org/apache/commons/beanutils/converters/FileConve

2013-10-24 Thread oheger
Author: oheger Date: Thu Oct 24 20:26:59 2013 New Revision: 1535527 URL: http://svn.apache.org/r1535527 Log: Generified FileConverter. The converter now also checks whether it supports the passed in target type. Modified: commons/proper/beanutils/branches/java5/src/main/java/org/apache/comm

svn commit: r883985 - /websites/production/commons/content/proper/commons-email/javadocs/api-release/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:25:18 2013 New Revision: 883985 Log: Add latest release javadocs. Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/ - copied from r883981, websites/production/commons/content/proper/commons-email/apidocs/

svn commit: r883984 - /websites/production/commons/content/proper/commons-email/javadocs/api-release/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:24:46 2013 New Revision: 883984 Log: Remove old release javadocs. Removed: websites/production/commons/content/proper/commons-email/javadocs/api-release/

svn commit: r883983 - in /websites/production/commons/content/proper/commons-email/javadocs: api-1.0/ api-1.1/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:23:57 2013 New Revision: 883983 Log: Remove javadoc for old releases. Removed: websites/production/commons/content/proper/commons-email/javadocs/api-1.0/ websites/production/commons/content/proper/commons-email/javadocs/api-1.1/

svn commit: r1535522 - /commons/proper/email/tags/EMAIL_1_3_2/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:20:34 2013 New Revision: 1535522 URL: http://svn.apache.org/r1535522 Log: Commons-email 1.3.2 RC2 becomes the 1.3.2 official version. Added: commons/proper/email/tags/EMAIL_1_3_2/ - copied from r1535521, commons/proper/email/tags/EMAIL_1_3_2_RC2/

svn commit: r883981 - in /websites/production/commons/content/proper/commons-email: ./ apidocs/ apidocs/org/apache/commons/mail/ apidocs/org/apache/commons/mail/class-use/ apidocs/org/apache/commons/m

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:17:49 2013 New Revision: 883981 Log: Site checkin for project Commons Email [This commit notification would consist of 66 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 20:07:24 2013 New Revision: 1535519 URL: http://svn.apache.org/r1535519 Log: Noting LANG-848 Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/prop

Nexus: Promotion Completed.

2013-10-24 Thread Nexus Repository Manager
Description:Release Commons-Email 1.3.2 based on RC2.Details:The following artifacts have been promoted to the Releases repository.archetype-catalog.xmlcommons-email-1.3.2.jarcommons-email-1.3.2-tests.jar.asccommons-email-1.3.2-bin.tar.gzcommons-email-1.3.2-sources.jar.asccommons-email-1.3.2-javado

svn commit: r3344 - /release/commons/email/RELEASE-NOTES.txt

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:04:05 2013 New Revision: 3344 Log: Publish Commons-Email 1.3.2 release notes. Modified: release/commons/email/RELEASE-NOTES.txt Modified: release/commons/email/RELEASE-NOTES.txt == ---

svn commit: r3344 - /release/commons/email/RELEASE-NOTES.txt

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:04:05 2013 New Revision: 3344 Log: Publish Commons-Email 1.3.2 release notes. Modified: release/commons/email/RELEASE-NOTES.txt Modified: release/commons/email/RELEASE-NOTES.txt == ---

svn commit: r3343 - /dev/commons/email/binaries/ /dev/commons/email/source/ /release/commons/email/binaries/ /release/commons/email/source/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:02:51 2013 New Revision: 3343 Log: Publish commons-email 1.3.2 Release Added: release/commons/email/binaries/commons-email-1.3.2-bin.tar.gz - copied unchanged from r3342, dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz release/commons/email/

svn commit: r3343 - /dev/commons/email/binaries/ /dev/commons/email/source/ /release/commons/email/binaries/ /release/commons/email/source/

2013-10-24 Thread tn
Author: tn Date: Thu Oct 24 20:02:51 2013 New Revision: 3343 Log: Publish commons-email 1.3.2 Release Added: release/commons/email/binaries/commons-email-1.3.2-bin.tar.gz - copied unchanged from r3342, dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz release/commons/email/

svn commit: r1535515 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 19:54:47 2013 New Revision: 1535515 URL: http://svn.apache.org/r1535515 Log: Applying Alexander Muthmann's patch from LANG-848, adding isBlank/isEmpty CharSequence... variants Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUt

svn commit: r1535506 - /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java

2013-10-24 Thread mbenson
Author: mbenson Date: Thu Oct 24 19:36:15 2013 New Revision: 1535506 URL: http://svn.apache.org/r1535506 Log: [IMAGING-119] Remove 'actual' field from enum Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageFormat.java Modified: commons/proper/imaging/trun

svn commit: r1535496 - in /commons/proper/imaging/trunk/src: main/java/org/apache/commons/imaging/ main/java/org/apache/commons/imaging/common/ main/java/org/apache/commons/imaging/common/bytesource/

2013-10-24 Thread damjan
Author: damjan Date: Thu Oct 24 18:45:16 2013 New Revision: 1535496 URL: http://svn.apache.org/r1535496 Log: Propagate exceptions from close() methods instead of swallowing and/or logging them. Modified: commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/ImageParser.java

svn commit: r1535454 - /commons/proper/email/trunk/

2013-10-24 Thread ggregory
Author: ggregory Date: Thu Oct 24 17:53:15 2013 New Revision: 1535454 URL: http://svn.apache.org/r1535454 Log: Add .pmd to svn:ignore. Modified: commons/proper/email/trunk/ (props changed) Propchange: commons/proper/email/trunk/ -

svn commit: r1535453 - in /commons/proper/email/trunk/src/site/resources/images: email-logo-white.png email-logo-white.xcf

2013-10-24 Thread ggregory
Author: ggregory Date: Thu Oct 24 17:52:16 2013 New Revision: 1535453 URL: http://svn.apache.org/r1535453 Log: Add TM to logo. Modified: commons/proper/email/trunk/src/site/resources/images/email-logo-white.png commons/proper/email/trunk/src/site/resources/images/email-logo-white.xcf Mod

svn commit: r1535374 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java

2013-10-24 Thread brentworden
Author: brentworden Date: Thu Oct 24 13:22:07 2013 New Revision: 1535374 URL: http://svn.apache.org/r1535374 Log: exclude variation of the sun.nio.cs.ext.COMPOUND_TEXT_Encorder charset name when testing stream availability and skipping. Modified: commons/proper/io/trunk/src/test/java/org/ap

svn commit: r1535373 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java

2013-10-24 Thread brentworden
Author: brentworden Date: Thu Oct 24 13:18:49 2013 New Revision: 1535373 URL: http://svn.apache.org/r1535373 Log: exclude variation of the sun.nio.cs.ext.COMPOUND_TEXT_Encorder charset name when testing stream availability and skipping. Modified: commons/proper/io/trunk/src/test/java/org/ap

svn commit: r1535372 - in /commons/proper/configuration/trunk/src/site/resources/images: logo.png logo.xcf

2013-10-24 Thread ggregory
Author: ggregory Date: Thu Oct 24 13:13:44 2013 New Revision: 1535372 URL: http://svn.apache.org/r1535372 Log: Follow the Apache Project Branding Requirements from https://www.apache.org/foundation/marks/pmcs.html#graphics Modified: commons/proper/configuration/trunk/src/site/resources/image

svn commit: r3340 - in /dev/commons/configuration: ./ binaries/ source/

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:48:09 2013 New Revision: 3340 Log: update to RC2 Added: dev/commons/configuration/RELEASE-NOTES.txt (with props) dev/commons/configuration/binaries/commons-configuration-1.10-bin.tar.gz (with props) dev/commons/configuration/binaries/commons-co

svn commit: r3340 - in /dev/commons/configuration: ./ binaries/ source/

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:48:09 2013 New Revision: 3340 Log: update to RC2 Added: dev/commons/configuration/RELEASE-NOTES.txt (with props) dev/commons/configuration/binaries/commons-configuration-1.10-bin.tar.gz (with props) dev/commons/configuration/binaries/commons-co

Nexus: Staging Completed.

2013-10-24 Thread Nexus Repository Manager
Details:The following artifacts have been staged to the org.apache.commons-031 (u:henning, a:107.202.144.161) repository.archetype-catalog.xmlcommons-configuration-1.10-tests.jarcommons-configuration-1.10.pom.asccommons-configuration-1.10-tests.jar.asccommons-configuration-1.10-bin.tar.gzcommons-co

svn commit: r1535308 - /commons/proper/configuration/tags/CONFIGURATION_1_10RC2/

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:18:54 2013 New Revision: 1535308 URL: http://svn.apache.org/r1535308 Log: [maven-release-plugin] copy for tag CONFIGURATION_1_10RC2 Added: commons/proper/configuration/tags/CONFIGURATION_1_10RC2/ (props changed) - copied from r1535307, commons/pro

svn commit: r1535307 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:18:50 2013 New Revision: 1535307 URL: http://svn.apache.org/r1535307 Log: [maven-release-plugin] prepare release CONFIGURATION_1_10RC2 Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Modified: commons/proper/configuration/branch

svn commit: r1535309 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:18:55 2013 New Revision: 1535309 URL: http://svn.apache.org/r1535309 Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Modified: commons/proper/configuration/branc

svn commit: r1535304 - /commons/proper/configuration/tags/CONFIGURATION_1_10RC2/

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:15:59 2013 New Revision: 1535304 URL: http://svn.apache.org/r1535304 Log: one more time... Removed: commons/proper/configuration/tags/CONFIGURATION_1_10RC2/

Nexus: Staging Repository Dropped.

2013-10-24 Thread Nexus Repository Manager
Details:The org.apache.commons-030 (u:henning, a:107.202.144.161) staging repository has been dropped.

Nexus: Staging Repository Dropped.

2013-10-24 Thread Nexus Repository Manager
Details:The org.apache.commons-019 (u:henning, a:98.150.218.49) staging repository has been dropped.

svn commit: r1535301 - /commons/proper/configuration/tags/CONFIGURATION_1_10RC2/

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:10:10 2013 New Revision: 1535301 URL: http://svn.apache.org/r1535301 Log: [maven-release-plugin] copy for tag CONFIGURATION_1_10RC2 Added: commons/proper/configuration/tags/CONFIGURATION_1_10RC2/ (props changed) - copied from r1535300, commons/pro

svn commit: r1535302 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:10:11 2013 New Revision: 1535302 URL: http://svn.apache.org/r1535302 Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Modified: commons/proper/configuration/branc

svn commit: r1535300 - /commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 08:10:05 2013 New Revision: 1535300 URL: http://svn.apache.org/r1535300 Log: [maven-release-plugin] prepare release CONFIGURATION_1_10RC2 Modified: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/pom.xml Modified: commons/proper/configuration/branch

svn commit: r1535297 - in /commons/proper/configuration/branches/RELEASE_1_10_BRANCH: NOTICE.txt build.properties.sample build.xml pom.xml src/site/resources/profile.cobertura src/test/java/org/apache

2013-10-24 Thread henning
Author: henning Date: Thu Oct 24 07:53:37 2013 New Revision: 1535297 URL: http://svn.apache.org/r1535297 Log: Feedback from RC1. Added: commons/proper/configuration/branches/RELEASE_1_10_BRANCH/src/site/resources/profile.cobertura Removed: commons/proper/configuration/branches/RELEASE_