[Math] Change on branch "develop": Commons Math DeveloperBranch - Build # 12 - Successful

2016-05-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math DeveloperBranch (build #12) Status: Successful Check console output at https://builds.apache.org/job/Commons%20Math%20DeveloperBranch/12/ to view the results.

[math] MATH-736

2016-05-06 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop cbae75b90 -> f695c9ce3 MATH-736 Removed methods deprecated 4 years ago. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f695c9ce Tree:

svn commit: r1742678 - /commons/proper/io/trunk/src/changes/changes.xml

2016-05-06 Thread ggregory
Author: ggregory Date: Sat May 7 00:21:21 2016 New Revision: 1742678 URL: http://svn.apache.org/viewvc?rev=1742678=rev Log: Typo in changes.xml. Modified: commons/proper/io/trunk/src/changes/changes.xml Modified: commons/proper/io/trunk/src/changes/changes.xml URL:

svn commit: r1742677 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java

2016-05-06 Thread ggregory
Author: ggregory Date: Sat May 7 00:19:30 2016 New Revision: 1742677 URL: http://svn.apache.org/viewvc?rev=1742677=rev Log: Fix Checkstyle: always use blocks. Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java Modified:

svn commit: r1742676 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/ByteOrderFactoryTest.java

2016-05-06 Thread ggregory
Author: ggregory Date: Sat May 7 00:07:07 2016 New Revision: 1742676 URL: http://svn.apache.org/viewvc?rev=1742676=rev Log: [IO-507] Add a ByteOrderFactory class. Added: commons/proper/io/trunk/src/test/java/org/apache/commons/io/ByteOrderFactoryTest.java Added:

svn commit: r1742675 - in /commons/proper/io/trunk/src: changes/ main/java/org/apache/commons/io/ main/java/org/apache/commons/io/filefilter/ main/java/org/apache/commons/io/input/ main/java/org/apach

2016-05-06 Thread ggregory
Author: ggregory Date: Sat May 7 00:06:57 2016 New Revision: 1742675 URL: http://svn.apache.org/viewvc?rev=1742675=rev Log: [IO-505] Deprecated of all IOUtils.closeQuietly() methods and use try-with-resources internally. Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1742674 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/ByteOrderFactory.java

2016-05-06 Thread ggregory
Author: ggregory Date: Sat May 7 00:04:46 2016 New Revision: 1742674 URL: http://svn.apache.org/viewvc?rev=1742674=rev Log: [IO-507] Add a ByteOrderFactory class. Added: commons/proper/io/trunk/src/main/java/org/apache/commons/io/ByteOrderFactory.java Modified:

svn commit: r1742672 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/LineIterator.java

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 23:38:23 2016 New Revision: 1742672 URL: http://svn.apache.org/viewvc?rev=1742672=rev Log: [IO-505] Make LineIterator implement Closeable to support try-with-resources statements. Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1742671 - /commons/proper/io/trunk/pom.xml

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 23:34:05 2016 New Revision: 1742671 URL: http://svn.apache.org/viewvc?rev=1742671=rev Log: commons-parent 39 -> 40. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL:

[math] MATH-1015

2016-05-06 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1015 [created] 93d35c8f2 MATH-1015 Gauss-Laguerre quadrature scheme. Thanks to Thomas Neidhart. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

svn commit: r1742670 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileSystemUtils.java

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 23:23:34 2016 New Revision: 1742670 URL: http://svn.apache.org/viewvc?rev=1742670=rev Log: [IO-506] Deprecate methods FileSystemUtils.freeSpaceKb(). Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1742668 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/tar/TarFileObject.java

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 22:34:32 2016 New Revision: 1742668 URL: http://svn.apache.org/viewvc?rev=1742668=rev Log: Restore binary compatibility with 2.0. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/tar/TarFileObject.java Modified:

svn commit: r1742667 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileProvider.java

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 22:26:03 2016 New Revision: 1742667 URL: http://svn.apache.org/viewvc?rev=1742667=rev Log: Restore binary compatibility with 2.0. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileProvider.java

svn commit: r1742663 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/tar/TarFileObject.java

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 22:21:01 2016 New Revision: 1742663 URL: http://svn.apache.org/viewvc?rev=1742663=rev Log: Restore binary compatibility with 2.0. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/tar/TarFileObject.java Modified:

svn commit: r1742654 - /commons/proper/vfs/trunk/src/changes/changes.xml

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 22:04:35 2016 New Revision: 1742654 URL: http://svn.apache.org/viewvc?rev=1742654=rev Log: [VFS-607] Update Apache Commons Compress from 1.10 to 1.11. Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified:

svn commit: r1742653 - /commons/proper/vfs/trunk/pom.xml

2016-05-06 Thread ggregory
Author: ggregory Date: Fri May 6 22:02:59 2016 New Revision: 1742653 URL: http://svn.apache.org/viewvc?rev=1742653=rev Log: [VFS-607] Update Apache Commons Compress from 1.10 to 1.11. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL:

svn commit: r13559 - in /release/commons/net: binaries/ source/

2016-05-06 Thread sebb
Author: sebb Date: Fri May 6 20:16:15 2016 New Revision: 13559 Log: Archive net release 3.4 Removed: release/commons/net/binaries/commons-net-3.4-bin.tar.gz release/commons/net/binaries/commons-net-3.4-bin.tar.gz.asc release/commons/net/binaries/commons-net-3.4-bin.tar.gz.md5

commons-compress git commit: [COMPRESS-353] Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE.

2016-05-06 Thread ggregory
Repository: commons-compress Updated Branches: refs/heads/master ed12d5952 -> 59e7352a4 [COMPRESS-353] Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo

commons-compress git commit: [COMPRESS-353] Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE.

2016-05-06 Thread ggregory
Repository: commons-compress Updated Branches: refs/heads/master 2d5d2d71d -> ed12d5952 [COMPRESS-353] Javadoc for BZip2CompressorInputStream.BZip2CompressorInputStream(InputStream, boolean) should refer to IOEx, not NPE. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo

commons-compress git commit: Fix Javadoc.

2016-05-06 Thread ggregory
Repository: commons-compress Updated Branches: refs/heads/master a1d6b33f5 -> 2d5d2d71d Fix Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2d5d2d71 Tree:

svn commit: r1742539 - /commons/proper/io/trunk/pom.xml

2016-05-06 Thread bimargulies
Author: bimargulies Date: Fri May 6 12:31:46 2016 New Revision: 1742539 URL: http://svn.apache.org/viewvc?rev=1742539=rev Log: Fix the javadoc publication URL. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL:

svn commit: r1742534 - /commons/proper/io/tags/2.5/

2016-05-06 Thread bimargulies
Author: bimargulies Date: Fri May 6 12:16:39 2016 New Revision: 1742534 URL: http://svn.apache.org/viewvc?rev=1742534=rev Log: Honor both tagging conventions? Added: commons/proper/io/tags/2.5/ - copied from r1742533, commons/proper/io/tags/commons-io-2.5/

[math] Improved digamma function, especially for negative values.

2016-05-06 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1318 [created] 536615857 Improved digamma function, especially for negative values. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/53661585

svn commit: r1742514 - /commons/scripts/ReleaseDist.sh

2016-05-06 Thread sebb
Author: sebb Date: Fri May 6 08:44:25 2016 New Revision: 1742514 URL: http://svn.apache.org/viewvc?rev=1742514=rev Log: Remove RN if present in target Modified: commons/scripts/ReleaseDist.sh Modified: commons/scripts/ReleaseDist.sh URL:

svn commit: r13550 - in /dev/commons/csv/csv-1.3-RC1: ./ binaries/ source/

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:48:41 2016 New Revision: 13550 Log: Add Apache Commons CSV 1.3 RC1 Added: dev/commons/csv/csv-1.3-RC1/RELEASE-NOTES.txt (with props) dev/commons/csv/csv-1.3-RC1/binaries/commons-csv-1.3-bin.tar.gz (with props)

svn commit: r13549 - in /dev/commons/csv: binaries/ csv-1.3-RC1/ csv-1.3-RC1/binaries/ csv-1.3-RC1/source/ source/

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:46:03 2016 New Revision: 13549 Log: Create directory structure according to release guide Added: dev/commons/csv/csv-1.3-RC1/ dev/commons/csv/csv-1.3-RC1/binaries/ dev/commons/csv/csv-1.3-RC1/source/ Removed: dev/commons/csv/binaries/

svn commit: r13548 - in /dev/commons/csv: ./ binaries/ source/

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:36:35 2016 New Revision: 13548 Log: Clear dev distribution repo for release 1.3 Removed: dev/commons/csv/RELEASE-NOTES.txt dev/commons/csv/binaries/commons-csv-1.2-bin.tar.gz dev/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc

Nexus: Staging Completed

2016-05-06 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Apache Commons CSV 1.3 RC1Deployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.8.0_65; Mac OS X 10.11.4)""userId" = "britter""ip" = "195.191.69.212"Details:The following artifacts have been

svn commit: r1742508 - in /commons/proper/csv/tags/csv-1.3-RC1: ./ pom.xml

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:15:04 2016 New Revision: 1742508 URL: http://svn.apache.org/viewvc?rev=1742508=rev Log: Creating csv-1.3-RC1 tag Added: commons/proper/csv/tags/csv-1.3-RC1/ - copied from r1742507, commons/proper/csv/trunk/ Modified:

svn commit: r1742507 - /commons/proper/csv/trunk/src/site/site.xml

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:10:44 2016 New Revision: 1742507 URL: http://svn.apache.org/viewvc?rev=1742507=rev Log: Update site navigation for release 1.3 Modified: commons/proper/csv/trunk/src/site/site.xml Modified: commons/proper/csv/trunk/src/site/site.xml URL:

svn commit: r1742506 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:07:43 2016 New Revision: 1742506 URL: http://svn.apache.org/viewvc?rev=1742506=rev Log: Sort methods in alphabetic order Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1742505 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:06:40 2016 New Revision: 1742505 URL: http://svn.apache.org/viewvc?rev=1742505=rev Log: Add missing since tags Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1742504 - in /commons/proper/csv/trunk: RELEASE-NOTES.txt src/site/xdoc/download_csv.xml src/site/xdoc/index.xml

2016-05-06 Thread britter
Author: britter Date: Fri May 6 07:02:25 2016 New Revision: 1742504 URL: http://svn.apache.org/viewvc?rev=1742504=rev Log: Prepare release 1.3 Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt commons/proper/csv/trunk/src/site/xdoc/download_csv.xml

[commons-crypto] Git Push Summary [forced push!] [Forced Update!]

2016-05-06 Thread sdp
Repository: commons-crypto Updated Branches: refs/heads/CRYPTO-1.0.0 cb16f3ec6 -> 1335e165e (forced update)

[commons-crypto] Git Push Summary

2016-05-06 Thread sdp
Repository: commons-crypto Updated Tags: refs/tags/commons-crypto-1.0.0-RC1 [deleted] 93a59bfd3

commons-crypto git commit: [maven-release-plugin] prepare for next development iteration

2016-05-06 Thread sdp
Repository: commons-crypto Updated Branches: refs/heads/CRYPTO-1.0.0 4d45f7bd1 -> cb16f3ec6 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit:

[commons-crypto] Git Push Summary

2016-05-06 Thread sdp
Repository: commons-crypto Updated Tags: refs/tags/commons-crypto-1.0.0-RC1 [created] 93a59bfd3

commons-crypto git commit: [maven-release-plugin] prepare release commons-crypto-1.0.0-RC1

2016-05-06 Thread sdp
Repository: commons-crypto Updated Branches: refs/heads/CRYPTO-1.0.0 1335e165e -> 4d45f7bd1 [maven-release-plugin] prepare release commons-crypto-1.0.0-RC1 Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: