svn commit: r4326 - /dev/commons/fileupload/ /dev/commons/fileupload/binaries/ /dev/commons/fileupload/source/ /release/commons/fileupload/ /release/commons/fileupload/binaries/ /release/commons/fileu

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 09:20:03 2014 New Revision: 4326 Log: Release Commons FileUpload 1.3.1 Added: release/commons/fileupload/RELEASE-NOTES.txt - copied unchanged from r4318, dev/commons/fileupload/RELEASE-NOTES.txt

svn commit: r1565630 - in /commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2: BasicDataSource.java Utils.java

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 12:26:29 2014 New Revision: 1565630 URL: http://svn.apache.org/r1565630 Log: Start work on DBCP-177 Enable getConnection() to work under a security manager Modified: commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java

svn commit: r1565667 - in /commons/proper/dbcp/trunk/src: changes/changes.xml main/java/org/apache/commons/dbcp2/BasicDataSource.java

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 14:54:12 2014 New Revision: 1565667 URL: http://svn.apache.org/r1565667 Log: Fix DBCP-177 Enable DBCP to work with a SecurityManager such that only DBCP needs to be granted the necessary permissions to communicate with the database. Modified:

svn commit: r1565671 - /commons/proper/fileupload/tags/FILEUPLOAD_1_3_1/

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 15:07:48 2014 New Revision: 1565671 URL: http://svn.apache.org/r1565671 Log: FileUpload 1.3.1 RC1 release vote passed Added: commons/proper/fileupload/tags/FILEUPLOAD_1_3_1/ - copied from r1565670, commons/proper/fileupload/tags/FILEUPLOAD_1_3_1_RC1/

svn commit: r1565672 - in /commons/proper/fileupload/trunk: build.properties pom.xml

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 15:09:46 2014 New Revision: 1565672 URL: http://svn.apache.org/r1565672 Log: Update versions ready for next release. Assume next release will be 1.4 Modified: commons/proper/fileupload/trunk/build.properties commons/proper/fileupload/trunk/pom.xml

svn commit: r896753 - in /websites/production/commons/content/proper/commons-fileupload: ./ apidocs/ apidocs/org/apache/commons/fileupload/ apidocs/org/apache/commons/fileupload/class-use/ apidocs/org

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 15:22:12 2014 New Revision: 896753 Log: Site checkin for project Apache Commons FileUpload [This commit notification would consist of 139 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1565713 - /commons/proper/fileupload/trunk/src/site/xdoc/index.xml

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 16:23:27 2014 New Revision: 1565713 URL: http://svn.apache.org/r1565713 Log: Update download page (missed in 1.3.1 tag) Modified: commons/proper/fileupload/trunk/src/site/xdoc/index.xml Modified: commons/proper/fileupload/trunk/src/site/xdoc/index.xml URL:

svn commit: r1565716 - /commons/cms-site/trunk/conf/component_releases.properties

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 16:39:49 2014 New Revision: 1565716 URL: http://svn.apache.org/r1565716 Log: Update released version Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties URL:

svn commit: r896762 - in /websites/staging/commons/trunk/content: ./ downloads/ gsoc/ gsoc/2010/ releases/

2014-02-07 Thread buildbot
content=20140120 / +meta name=Date-Revision-mmdd content=20140207 / meta http-equiv=Content-Language content=en / /head @@ -32,7 +32,7 @@ div class=xleft -span id=publishDateLast Published: 20 January 2014/span

svn commit: r896763 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 16:43:00 2014 New Revision: 896763 Log: Publishing svnmucc operation to commons site by markt Added: websites/production/commons/content/ - copied from r896762, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant/

svn commit: r1565727 - /commons/proper/cli/trunk/NOTICE.txt

2014-02-07 Thread ggregory
Author: ggregory Date: Fri Feb 7 16:57:55 2014 New Revision: 1565727 URL: http://svn.apache.org/r1565727 Log: Update copyright for 2014. Modified: commons/proper/cli/trunk/NOTICE.txt Modified: commons/proper/cli/trunk/NOTICE.txt URL:

svn commit: r896761 - /websites/production/commons/content/proper/commons-fileupload/index.html

2014-02-07 Thread markt
Author: markt Date: Fri Feb 7 16:33:02 2014 New Revision: 896761 Log: Fix download links on index page Modified: websites/production/commons/content/proper/commons-fileupload/index.html Modified: websites/production/commons/content/proper/commons-fileupload/index.html

svn commit: r1565796 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/ test/java/org/apache/commons/configuration/tree/xpath/

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:35:42 2014 New Revision: 1565796 URL: http://svn.apache.org/r1565796 Log: Added a special NodePointer implementation for attributes. This implementation wraps a single attribute of a configuration node which is represented by a QueryResult object. Added:

svn commit: r1565797 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/ test/java/org/apache/commons/configuration/tree/xpath/

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:36:22 2014 New Revision: 1565797 URL: http://svn.apache.org/r1565797 Log: Reworked ConfigurationNodePointer to use a NodeHandler. The pointer can now handle arbitrary nodes for which a NodeHandler implementation exists. Modified:

svn commit: r1565795 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/ test/java/org/apache/commons/configuration/tree/xpath/

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:35:05 2014 New Revision: 1565795 URL: http://svn.apache.org/r1565795 Log: Reworked ConfigurationNodeIteratorAttribute to use a NodeHandler. Attributes can now also be processed with the help of a NodeHandler. Modified:

svn commit: r1565799 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/XPathContextFactory.java test/java/org/apache/commons/configu

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:37:00 2014 New Revision: 1565799 URL: http://svn.apache.org/r1565799 Log: Added a factory class for creating JXPathContext objects. This class simplifies testing of the XPath expression engine. Added:

svn commit: r1565800 - /commons/proper/configuration/branches/immutableNodes/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodePointerFactory.java

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:37:26 2014 New Revision: 1565800 URL: http://svn.apache.org/r1565800 Log: ConfigurationNodePointerFactory now supports arbitrary nodes with a handler. A specialized node wrapper instance is created to detect configuration nodes and to associate them with the

svn commit: r1565802 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java test/java/org/apache/commons/confi

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:38:07 2014 New Revision: 1565802 URL: http://svn.apache.org/r1565802 Log: Reworked XPathExpressionEngine. The class now correctly implements the extended ExpressionEngine interface. This means that XPATH expressions can be executed on arbitrary node models for

svn commit: r1565789 - /commons/proper/configuration/branches/immutableNodes/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodePointer.java

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:31:31 2014 New Revision: 1565789 URL: http://svn.apache.org/r1565789 Log: Changes on ConfigurationNodePointer related to managing a NodeHandler. These changes are required for adapting the NodeIterator implementations to work with arbitrary node types supported

svn commit: r1565803 - in /commons/proper/configuration/branches/immutableNodes/src/test/java/org/apache/commons/configuration/tree/xpath: AbstractXPathTest.java TestConfigurationNodePointerFactory.ja

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:38:36 2014 New Revision: 1565803 URL: http://svn.apache.org/r1565803 Log: Adapted test class for ConfigurationNodePointerFactory. Now a node structure of ImmutableNode objects is queried. Modified:

svn commit: r1565791 - /commons/proper/configuration/branches/immutableNodes/src/test/java/org/apache/commons/configuration/tree/xpath/AbstractXPathTest.java

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:32:26 2014 New Revision: 1565791 URL: http://svn.apache.org/r1565791 Log: Reworked AbstractXPathTest. This base class (which provides common functionality for tests of several implementation classes of the XPath expression engine) now operates on ImmutableNode

svn commit: r1565790 - /commons/proper/configuration/branches/immutableNodes/src/main/java/org/apache/commons/configuration/tree/xpath/ConfigurationNodeIteratorBase.java

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:31:59 2014 New Revision: 1565790 URL: http://svn.apache.org/r1565790 Log: Adapted ConfigurationNodeIteratorBase. This class is now able to provide a NodeHandler to its sub classes. Some functionality related to the iteration has now to be implemented by sub

svn commit: r1565793 - in /commons/proper/configuration/branches/immutableNodes/src: main/java/org/apache/commons/configuration/tree/xpath/ test/java/org/apache/commons/configuration/tree/xpath/

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:33:07 2014 New Revision: 1565793 URL: http://svn.apache.org/r1565793 Log: Reworked ConfigurationNodeIteratorChildren to use a NodeHandler. Now arbitrary types of nodes for which a handler is available can be supported. Modified:

svn commit: r1565807 - /commons/proper/configuration/branches/immutableNodes/

2014-02-07 Thread oheger
Author: oheger Date: Fri Feb 7 20:42:23 2014 New Revision: 1565807 URL: http://svn.apache.org/r1565807 Log: Merged changes from trunk into branch. Modified: commons/proper/configuration/branches/immutableNodes/ (props changed) Propchange:

svn commit: r1565833 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2014-02-07 Thread ggregory
Author: ggregory Date: Fri Feb 7 22:21:55 2014 New Revision: 1565833 URL: http://svn.apache.org/r1565833 Log: [LANG-969] StringUtils.toEncodedString(byte[], Charset) needlessly throws exception. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1565834 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2014-02-07 Thread ggregory
Author: ggregory Date: Fri Feb 7 22:23:02 2014 New Revision: 1565834 URL: http://svn.apache.org/r1565834 Log: Better Javadoc. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified:

svn commit: r1565915 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/mutable/MutableBoolean.java test/java/org/apache/commons/lang3/mutable/MutableBooleanTe

2014-02-07 Thread ggregory
Author: ggregory Date: Sat Feb 8 04:35:17 2014 New Revision: 1565915 URL: http://svn.apache.org/r1565915 Log: action issue=LANG-970 type=add dev=ggregoryAdd APIs MutableBoolean setTrue() and setFalse()/action Modified: commons/proper/lang/trunk/src/changes/changes.xml