svn commit: r746142 - /commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/HelpFormatter.java

2009-02-19 Thread bayard
Author: bayard Date: Fri Feb 20 05:09:44 2009 New Revision: 746142 URL: http://svn.apache.org/viewvc?rev=746142&view=rev Log: Adding Javadoc note on IllegalStateException throwing Modified: commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/HelpFormatter.java Modified: com

svn commit: r746140 - /commons/proper/cli/trunk/xdocs/changes.xml

2009-02-19 Thread bayard
Author: bayard Date: Fri Feb 20 05:07:46 2009 New Revision: 746140 URL: http://svn.apache.org/viewvc?rev=746140&view=rev Log: Updating the text for CLI-151 Modified: commons/proper/cli/trunk/xdocs/changes.xml Modified: commons/proper/cli/trunk/xdocs/changes.xml URL: http://svn.apache.org/vi

svn commit: r746137 - in /commons/proper/cli/branches/cli-1.x/src: java/org/apache/commons/cli/HelpFormatter.java test/org/apache/commons/cli/bug/BugCLI162Test.java

2009-02-19 Thread bayard
Author: bayard Date: Fri Feb 20 05:00:59 2009 New Revision: 746137 URL: http://svn.apache.org/viewvc?rev=746137&view=rev Log: Applying additional patch to throw IllegalStateException when the specified width is not enough to fit the flags, indent and 1 character for the description. This closes

svn commit: r746037 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestAll.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 22:32:43 2009 New Revision: 746037 URL: http://svn.apache.org/viewvc?rev=746037&view=rev Log: Order tests alphabetically so I can find the missing ones (Continuum finds 405, this only used to run 400). Add the 5 missing tests. Modified: commons/proper/dbcp/trun

svn commit: r746032 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/BasicDataSourceFactory.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 22:21:50 2009 New Revision: 746032 URL: http://svn.apache.org/viewvc?rev=746032&view=rev Log: Fix test failure caused by DBCP-215 fix. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/BasicDataSourceFactory.java Modified: commons/proper/db

svn commit: r745933 - /commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java

2009-02-19 Thread bodewig
Author: bodewig Date: Thu Feb 19 17:23:05 2009 New Revision: 745933 URL: http://svn.apache.org/viewvc?rev=745933&view=rev Log: NIO doesn't recognize all encoding names that String.getBytes does, strange. At least it fails for 'UnicodeBig' on my Java 1.4 installation Modified: commons/sandb

svn commit: r745929 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java

2009-02-19 Thread rwinston
Author: rwinston Date: Thu Feb 19 17:11:30 2009 New Revision: 745929 URL: http://svn.apache.org/viewvc?rev=745929&view=rev Log: NET-257 : fix getReplyStrings() Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTP.java Modified: commons/proper/net/branc

svn commit: r745920 - in /commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipArchiveOutputStream.java ZipFile.java

2009-02-19 Thread bodewig
Author: bodewig Date: Thu Feb 19 16:42:16 2009 New Revision: 745920 URL: http://svn.apache.org/viewvc?rev=745920&view=rev Log: SANDBOX-176 - use and detect the EFS flag. Based on submissions made by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. Modified: commons/sandbox/compres

svn commit: r745908 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/BasicDataSourceFactory.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 15:57:25 2009 New Revision: 745908 URL: http://svn.apache.org/viewvc?rev=745908&view=rev Log: Fix DBCP-215. Make sure initialSize connections are placed in the pool are created when the pool is initialized tather than on first use. Patch suggested by psteitz Modifi

svn commit: r745907 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

2009-02-19 Thread rwinston
Author: rwinston Date: Thu Feb 19 15:56:05 2009 New Revision: 745907 URL: http://svn.apache.org/viewvc?rev=745907&view=rev Log: NET-256 : Accept preconfigured SSLContext Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java Modified: commons

svn commit: r745905 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/monitors/AbstractMonitor.java

2009-02-19 Thread nicolas
Author: nicolas Date: Thu Feb 19 15:50:42 2009 New Revision: 745905 URL: http://svn.apache.org/viewvc?rev=745905&view=rev Log: fix NullPointer Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/monitors/AbstractMonitor.java Modified: comm

svn commit: r745904 - in /commons/proper/dbcp/trunk/src: java/org/apache/commons/dbcp/DelegatingConnection.java java/org/apache/commons/dbcp/managed/ManagedConnection.java test/org/apache/commons/dbcp

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 15:46:03 2009 New Revision: 745904 URL: http://svn.apache.org/viewvc?rev=745904&view=rev Log: Fix DBCP-235. Separate internal implementation and externally interfacing methods to allow equals and hashcode to work. Includes supporting test case. Modified: commo

svn commit: r745869 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 13:55:59 2009 New Revision: 745869 URL: http://svn.apache.org/viewvc?rev=745869&view=rev Log: DBCP-265. Filter out a 1.6 import Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java Modified: commons/proper/dbcp/

svn commit: r745868 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 13:53:46 2009 New Revision: 745868 URL: http://svn.apache.org/viewvc?rev=745868&view=rev Log: DBCP-265 Actually add the new class. Added: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java (with props) Added: commons

svn commit: r745860 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 13:45:07 2009 New Revision: 745860 URL: http://svn.apache.org/viewvc?rev=745860&view=rev Log: Remove annotations - prevents 1.4 compilation Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java Modified: commons/p

svn commit: r745857 - in /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp: DelegatingConnection.java DelegatingResultSet.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 13:40:35 2009 New Revision: 745857 URL: http://svn.apache.org/viewvc?rev=745857&view=rev Log: Add a DelegatingDatabaseMetaData to address DBCP-265. Still need to add the compile time switches. These will follwo shortly. Modified: commons/proper/dbcp/trunk/src/j

svn commit: r745855 - in /commons/sandbox/compress/trunk: pom.xml src/test/java/org/apache/commons/compress/archivers/zip/UTF8ZipFilesTest.java

2009-02-19 Thread bodewig
Author: bodewig Date: Thu Feb 19 13:36:59 2009 New Revision: 745855 URL: http://svn.apache.org/viewvc?rev=745855&view=rev Log: TestCase for new Unicode extra fields, based on submission by Wolfgang Glas, SANDBOX-176 Added: commons/sandbox/compress/trunk/src/test/java/org/apache/commons/comp

svn commit: r745853 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/DelegatingStatement.java

2009-02-19 Thread markt
Author: markt Date: Thu Feb 19 13:30:01 2009 New Revision: 745853 URL: http://svn.apache.org/viewvc?rev=745853&view=rev Log: Check the object we are wrapping rather than the connection. Copy and paste error in original patch? Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/db

svn commit: r745851 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/monitors/AbstractMonitor.java

2009-02-19 Thread nicolas
Author: nicolas Date: Thu Feb 19 13:19:41 2009 New Revision: 745851 URL: http://svn.apache.org/viewvc?rev=745851&view=rev Log: fix retreive metrics by name / role Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/monitors/AbstractMonitor.j

svn commit: r745850 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/Role.java

2009-02-19 Thread nicolas
Author: nicolas Date: Thu Feb 19 13:17:55 2009 New Revision: 745850 URL: http://svn.apache.org/viewvc?rev=745850&view=rev Log: fix pseudo-unicity of roles Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/Role.java Modified: commons/sand

svn commit: r745846 - /commons/sandbox/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

2009-02-19 Thread bodewig
Author: bodewig Date: Thu Feb 19 12:59:53 2009 New Revision: 745846 URL: http://svn.apache.org/viewvc?rev=745846&view=rev Log: disable test that fails in Gump Modified: commons/sandbox/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java Modified: commons

svn commit: r745776 - /commons/sandbox/monitoring/branches/modules/reporting/src/main/java/org/apache/commons/monitoring/reporting/Selector.java

2009-02-19 Thread nicolas
Author: nicolas Date: Thu Feb 19 08:23:13 2009 New Revision: 745776 URL: http://svn.apache.org/viewvc?rev=745776&view=rev Log: fix NullPointer Modified: commons/sandbox/monitoring/branches/modules/reporting/src/main/java/org/apache/commons/monitoring/reporting/Selector.java Modified: commo

svn commit: r745775 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/Role.java

2009-02-19 Thread nicolas
Author: nicolas Date: Thu Feb 19 08:22:25 2009 New Revision: 745775 URL: http://svn.apache.org/viewvc?rev=745775&view=rev Log: getMetric( Role ) and getReturn( String ) must return same instance Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/moni