svn commit: r1591813 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java

2014-05-01 Thread bodewig
Author: bodewig Date: Fri May 2 04:28:04 2014 New Revision: 1591813 URL: http://svn.apache.org/r1591813 Log: COMPRESS-280 don't call read in TarArchiveInputStream#skip Modified: commons/proper/compress/trunk/src/changes/changes.xml commons/proper/compress/trunk/src/main/java/org/apache/

svn commit: r1591795 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java

2014-05-01 Thread ecki
Author: ecki Date: Thu May 1 22:48:52 2014 New Revision: 1591795 URL: http://svn.apache.org/r1591795 Log: [VFS-167][FTP] Add comment, you need to set passive mode for most proxies. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfig

svn commit: r1591789 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystem

2014-05-01 Thread ecki
Author: ecki Date: Thu May 1 21:53:45 2014 New Revision: 1591789 URL: http://svn.apache.org/r1591789 Log: [VFS-167][FTP] Add proxy support. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClientFactory.java commons/proper/vfs/trunk/core/src

svn commit: r1591770 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread erans
Author: erans Date: Thu May 1 20:43:46 2014 New Revision: 1591770 URL: http://svn.apache.org/r1591770 Log: Removed test based on the assumption that iterating over a "ConcurrentHashMap" would always provide its elements in a random order. This seemed to be the case up to Java 7 but not always in

svn commit: r1591760 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread tn
Author: tn Date: Thu May 1 20:05:31 2014 New Revision: 1591760 URL: http://svn.apache.org/r1591760 Log: Re-enabled test, build is anyway not ready for Java 8. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java Modified: commons/proper/

svn commit: r1591752 - in /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs: auxiliary/disk/jdbc/ auxiliary/lateral/socket/tcp/ auxiliary/remote/server/ utils/discovery/

2014-05-01 Thread tv
Author: tv Date: Thu May 1 19:35:22 2014 New Revision: 1591752 URL: http://svn.apache.org/r1591752 Log: Centralize thread factories Added: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/utils/threadpool/DaemonThreadFactory.java (with props) Modified:

svn commit: r5215 - in /dev/commons/math: ./ binaries/ source/

2014-05-01 Thread tn
Author: tn Date: Thu May 1 15:33:05 2014 New Revision: 5215 Log: Update artifacts for Commons Math 3.3 based on RC2. Modified: dev/commons/math/RELEASE-NOTES.txt dev/commons/math/binaries/commons-math3-3.3-bin.tar.gz dev/commons/math/binaries/commons-math3-3.3-bin.tar.gz.asc dev/

svn commit: r1591674 - in /commons/proper/math/tags/MATH_3_3_RC2: ./ RELEASE-NOTES.txt pom.xml src/changes/changes.xml src/site/xdoc/download_math.xml src/test/java/org/apache/commons/math3/util/FastM

2014-05-01 Thread tn
Author: tn Date: Thu May 1 14:55:03 2014 New Revision: 1591674 URL: http://svn.apache.org/r1591674 Log: Creating Commons Math v3.3 tag. Added: commons/proper/math/tags/MATH_3_3_RC2/ - copied from r1591673, commons/proper/math/trunk/ Modified: commons/proper/math/tags/MATH_3_3_RC2/R

svn commit: r1591664 [2/2] - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: ./ complex/ geometry/enclosing/ geometry/euclidean/threed/ geometry/partitioning/ geometry/partitioni

2014-05-01 Thread tn
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java?rev=1591664&r1=1591663&r2=1591664&view=diff ===

svn commit: r1591631 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java

2014-05-01 Thread tn
Author: tn Date: Thu May 1 12:14:14 2014 New Revision: 1591631 URL: http://svn.apache.org/r1591631 Log: Disable randomly failing unit test. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/neuralnet/NetworkTest.java Modified: commons/proper/math/trunk/src/test

svn commit: r1591626 - /commons/proper/math/trunk/src/changes/changes.xml

2014-05-01 Thread tn
Author: tn Date: Thu May 1 11:57:55 2014 New Revision: 1591626 URL: http://svn.apache.org/r1591626 Log: Add missing due-to. Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/prop

svn commit: r1591624 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/stat/regression/OLSMultipleLinearRegression.java test/java/org/apache/commons/math3/sta

2014-05-01 Thread tn
Author: tn Date: Thu May 1 11:54:06 2014 New Revision: 1591624 URL: http://svn.apache.org/r1591624 Log: [MATH-1110] Added constructor to OLSMultipleLinearRegression to be able to specify a custom singularity threshold for QR decomposition. Thanks to Edward Segall. Modified: commons/proper/

svn commit: r1591603 - /commons/proper/math/trunk/src/changes/changes.xml

2014-05-01 Thread tn
Author: tn Date: Thu May 1 11:12:12 2014 New Revision: 1591603 URL: http://svn.apache.org/r1591603 Log: Fix typo. Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/tr

svn commit: r1591602 - in /commons/proper/collections/trunk/src: changes/ main/java/org/apache/commons/collections4/

2014-05-01 Thread tn
Author: tn Date: Thu May 1 11:04:59 2014 New Revision: 1591602 URL: http://svn.apache.org/r1591602 Log: [COLLECTIONS-519] Constructors of *Utils classes are now protected to allow sub-classing. Thanks to Radoslav Paskalev, Daniel Feist. Modified: commons/proper/collections/trunk/src/changes

svn commit: r1591594 - in /commons/proper/jcs/trunk: commons-jcs-tck-tests/pom.xml pom.xml

2014-05-01 Thread struberg
Author: struberg Date: Thu May 1 10:49:46 2014 New Revision: 1591594 URL: http://svn.apache.org/r1591594 Log: JCS-120 activate the TCK during release Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/comm

svn commit: r1591558 - /commons/proper/jcs/trunk/pom.xml

2014-05-01 Thread struberg
Author: struberg Date: Thu May 1 08:05:47 2014 New Revision: 1591558 URL: http://svn.apache.org/r1591558 Log: JCS-120 move back to Java6 compatibility There is no reason yet to force java7 Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://s

svn commit: r1591557 - in /commons/proper/jcs/trunk: commons-jcs-core/pom.xml commons-jcs-jcache/pom.xml commons-jcs-tck-tests/pom.xml pom.xml

2014-05-01 Thread struberg
Author: struberg Date: Thu May 1 07:45:40 2014 New Revision: 1591557 URL: http://svn.apache.org/r1591557 Log: JCS-120 move the TCK run to an own profile Building with the following line now will trigger the JSR-107 TCK to run: $> mvn clean install -PjcacheTck Modified: commons/proper/jcs/tr

svn commit: r1591553 - /commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java

2014-05-01 Thread struberg
Author: struberg Date: Thu May 1 07:36:41 2014 New Revision: 1591553 URL: http://svn.apache.org/r1591553 Log: fix formatting Modified: commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java Modified: