svn commit: r1511664 - /commons/proper/validator/trunk/pom.xml

2013-08-08 Thread ebourg
Author: ebourg Date: Thu Aug 8 10:10:15 2013 New Revision: 1511664 URL: http://svn.apache.org/r1511664 Log: Add a direct dependency on Commons Collections instead of relying on the optional transitive dependency through BeanUtils Modified: commons/proper/validator/trunk/pom.xml Modified:

svn commit: r1511806 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

2013-08-08 Thread bodewig
Author: bodewig Date: Thu Aug 8 14:33:06 2013 New Revision: 1511806 URL: http://svn.apache.org/r1511806 Log: verify TarArchiveOutputStream is a well-behaving citizen and pads the output Modified:

svn commit: r1511843 - in /commons/proper/compress/trunk/src: changes/ main/java/org/apache/commons/compress/archivers/tar/ main/java/org/apache/commons/compress/utils/ test/java/org/apache/commons/co

2013-08-08 Thread bodewig
Author: bodewig Date: Thu Aug 8 15:57:55 2013 New Revision: 1511843 URL: http://svn.apache.org/r1511843 Log: COMPRESS-234 read/skip performance improvements to TarArchiveInputStream - patch by BELUGA BEHR Removed:

svn commit: r1511850 - in /commons/proper/compress/trunk/src: changes/ main/java/org/apache/commons/compress/archivers/cpio/ test/java/org/apache/commons/compress/archivers/cpio/ test/resources/

2013-08-08 Thread bodewig
Author: bodewig Date: Thu Aug 8 16:18:45 2013 New Revision: 1511850 URL: http://svn.apache.org/r1511850 Log: COMPRESS-236 - CpioArchiveInputStream doesn't like Redline RPM's archives. Patch by Andrew Duffy Added: commons/proper/compress/trunk/src/test/resources/redline.cpio (with props)

svn commit: r1511868 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/CSVParser.java test/java/org/apache/commons/csv/CSVParserTest.java

2013-08-08 Thread ggregory
Author: ggregory Date: Thu Aug 8 16:52:00 2013 New Revision: 1511868 URL: http://svn.apache.org/r1511868 Log: Remove org.apache.commons.csv.CSVParser.parseString(String). Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

svn commit: r1511883 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2013-08-08 Thread ggregory
Author: ggregory Date: Thu Aug 8 17:11:03 2013 New Revision: 1511883 URL: http://svn.apache.org/r1511883 Log: Remove type names from static factory APIs in org.apache.commons.csv.CSVParser. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

svn commit: r1511900 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ram/test/CustomRamProviderTest.java

2013-08-08 Thread ggregory
Author: ggregory Date: Thu Aug 8 17:53:05 2013 New Revision: 1511900 URL: http://svn.apache.org/r1511900 Log: [VFS-483][RAM] Many suggestions to improve the RAM file provider. Use long for FS size limit. Apply test patch

svn commit: r1512043 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/distribution/ main/java/org/apache/commons/math3/ml/clustering/ main/java/org/apache/commons/math3/random/

2013-08-08 Thread tn
Author: tn Date: Thu Aug 8 21:27:57 2013 New Revision: 1512043 URL: http://svn.apache.org/r1512043 Log: Update release version for new features. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/GeometricDistribution.java

svn commit: r1512095 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/util/MathArrays.java test/java/org/apache/commons/math3/util/MathArraysTest.java

2013-08-08 Thread erans
Author: erans Date: Thu Aug 8 23:18:59 2013 New Revision: 1512095 URL: http://svn.apache.org/r1512095 Log: MATH-1010 Added utility to shuffle an array (based on the method shuffle located in o.a.c.m.random.RandomDataGenerator). See also MATH-1019. Modified:

svn commit: r1512139 - in /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2: PoolingConnection.java datasources/CPDSConnectionFactory.java

2013-08-08 Thread psteitz
Author: psteitz Date: Fri Aug 9 05:19:32 2013 New Revision: 1512139 URL: http://svn.apache.org/r1512139 Log: Removed unused imports. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java

svn commit: r1512140 [2/2] - in /commons/proper/pool/trunk/src: main/java/org/apache/commons/pool2/ main/java/org/apache/commons/pool2/impl/ test/java/org/apache/commons/pool2/ test/java/org/apache/co

2013-08-08 Thread psteitz
Modified: commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/WaiterFactory.java URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/WaiterFactory.java?rev=1512140r1=1512139r2=1512140view=diff