svn commit: r892917 - /commons/proper/dbcp/branches/DBCP_1_3_BRANCH/

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 18:22:50 2009 New Revision: 892917 URL: http://svn.apache.org/viewvc?rev=892917&view=rev Log: Replacing compatability release branch. Removed: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/

svn commit: r892919 - in /commons/proper/dbcp/branches/DBCP_1_3_BRANCH: ./ pom.xml

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 18:29:53 2009 New Revision: 892919 URL: http://svn.apache.org/viewvc?rev=892919&view=rev Log: Replacing compatability release branch, Added: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/ - copied from r892678, commons/proper/dbcp/trunk/ commons/prope

svn commit: r892923 - in /commons/proper/dbcp/branches/DBCP_1_3_BRANCH: build-1.3.xml build.properties.sample build.properties.sample-1.3 build.xml pom-1.3.xml pom.xml

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 18:45:00 2009 New Revision: 892923 URL: http://svn.apache.org/viewvc?rev=892923&view=rev Log: Replaced 1.4 build files with 1.3 versions. Added: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample - copied unchanged from r892919, common

svn commit: r892929 - in /commons/proper/dbcp/branches/DBCP_1_3_BRANCH/src: java/org/apache/commons/dbcp/ java/org/apache/commons/dbcp/cpdsadapter/ java/org/apache/commons/dbcp/datasources/ test/org/a

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 18:58:13 2009 New Revision: 892929 URL: http://svn.apache.org/viewvc?rev=892929&view=rev Log: Filtered sources to remove JDBC 4 methods. Modified: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/src/java/org/apache/commons/dbcp/BasicDataSource.java commons/

svn commit: r892948 - in /commons/sandbox/javaflow/trunk/src/main/java/org/apache/commons/javaflow/bytecode/transformation/asm: ContinuationMethodAdapter.java ContinuationMethodAnalyzer.java

2009-12-21 Thread tcurdt
Author: tcurdt Date: Mon Dec 21 19:56:09 2009 New Revision: 892948 URL: http://svn.apache.org/viewvc?rev=892948&view=rev Log: applied fix for ASM rewriting contributed by Valery Silaev (vsil...@gmail.com) Modified: commons/sandbox/javaflow/trunk/src/main/java/org/apache/commons/javaflow/byt

svn commit: r892959 - /commons/proper/dbcp/tags/DBCP_1_3_RC2/

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 20:12:03 2009 New Revision: 892959 URL: http://svn.apache.org/viewvc?rev=892959&view=rev Log: Tagging 1.3 RC2 Added: commons/proper/dbcp/tags/DBCP_1_3_RC2/ - copied from r892938, commons/proper/dbcp/branches/DBCP_1_3_BRANCH/

svn commit: r892961 - in /commons/proper/dbcp/tags/DBCP_1_4_RC2: ./ pom.xml

2009-12-21 Thread psteitz
Author: psteitz Date: Mon Dec 21 20:12:30 2009 New Revision: 892961 URL: http://svn.apache.org/viewvc?rev=892961&view=rev Log: Tagging 1.4 RC2 Added: commons/proper/dbcp/tags/DBCP_1_4_RC2/ - copied from r892678, commons/proper/dbcp/trunk/ commons/proper/dbcp/tags/DBCP_1_4_RC2/pom.xm

svn commit: r892969 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestMultiFileHierarchicalConfiguration.java

2009-12-21 Thread oheger
Author: oheger Date: Mon Dec 21 20:34:45 2009 New Revision: 892969 URL: http://svn.apache.org/viewvc?rev=892969&view=rev Log: Fixed a failing unit test. However, not sure if this is really the desired behavior. Modified: commons/proper/configuration/branches/configuration2_experimental/src/

svn commit: r892971 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: MultiFileHierarchicalConfiguration.java combined/DynamicCom

2009-12-21 Thread oheger
Author: oheger Date: Mon Dec 21 20:41:16 2009 New Revision: 892971 URL: http://svn.apache.org/viewvc?rev=892971&view=rev Log: Added missing svn properties and @Override annotations. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/c

svn commit: r893083 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Range.java

2009-12-21 Thread bayard
Author: bayard Date: Tue Dec 22 06:23:27 2009 New Revision: 893083 URL: http://svn.apache.org/viewvc?rev=893083&view=rev Log: Making class final, switching getMin/Max usage to this.min/max usage. LANG-551 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Range.java Modifi

svn commit: r893084 - /commons/proper/dbcp/release-process.txt

2009-12-21 Thread psteitz
Author: psteitz Date: Tue Dec 22 06:31:14 2009 New Revision: 893084 URL: http://svn.apache.org/viewvc?rev=893084&view=rev Log: Added notes on release process. Added: commons/proper/dbcp/release-process.txt (with props) Added: commons/proper/dbcp/release-process.txt URL: http://svn.apache.

svn commit: r893088 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/math/NumberUtils.java test/org/apache/commons/lang3/math/NumberUtilsTest.java

2009-12-21 Thread bayard
Author: bayard Date: Tue Dec 22 06:52:42 2009 New Revision: 893088 URL: http://svn.apache.org/viewvc?rev=893088&view=rev Log: isNumber(String) and createNumber(String) both modified to support "2.". LANG-521 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/math/NumberUt