svn commit: r1721095 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/output/WriterOutputStream.java test/java/org/apache/commons/io/output/WriterOutputStreamTest.java

2015-12-20 Thread krosenvold
Author: krosenvold Date: Mon Dec 21 06:47:22 2015 New Revision: 1721095 URL: http://svn.apache.org/viewvc?rev=1721095&view=rev Log: Added test for broken UTF-16 on IBM jdk's to WriterOutputStream, adjusted testcases to expect UOE Modified: commons/proper/io/trunk/src/main/java/org/apache/com

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

2015-12-20 Thread krosenvold
Author: krosenvold Date: Mon Dec 21 05:51:18 2015 New Revision: 1721094 URL: http://svn.apache.org/viewvc?rev=1721094&view=rev Log: Added detection of XML parser charset for IBM JDK Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java Modified:

[math] MATH-1305

2015-12-20 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 813aa11d5 -> 88b29fa46 MATH-1305 Slight performance improvement of the "nextBytes" methods. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/88b29f

Jenkins build is back to stable : Commons Math #423

2015-12-20 Thread Apache Jenkins Server
See

[1/3] [math] Separate test cases.

2015-12-20 Thread erans
Repository: commons-math Updated Branches: refs/heads/master a4a62ed7c -> 813aa11d5 Separate test cases. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b3a68ca8 Tree: http://git-wip-us.apache.org/repos/asf/c

[2/3] [math] Redundant unit test removed.

2015-12-20 Thread erans
Redundant unit test removed. Renamed two methods to be clearer about what is being tested. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2d868410 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/

[3/3] [math] MATH-1304

2015-12-20 Thread erans
MATH-1304 Replaced implementation of "nextBytes" by copying the code from "BitsStreamGenerator" class (and then replacing the call to "next(32)" by "nextInt()"). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/

svn commit: r11679 - in /dev/commons/jexl: binaries/ source/

2015-12-20 Thread ebourg
Author: ebourg Date: Sun Dec 20 22:28:39 2015 New Revision: 11679 Log: Adding missing sha1 and md5 sums for jexl Added: dev/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.md5 dev/commons/jexl/binaries/commons-jexl-3.0-bin.tar.gz.sha1 dev/commons/jexl/binaries/commons-jexl-3.0-bin.

Nexus: Staging Repository Dropped

2015-12-20 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.7.0_91; Linux 2.6.32-37-pve)""userId" = "ebourg""ip" = "5.196.81.173"Details:The orgapachecommons-1135 staging repository has been dropped.Action performed by Emmanuel Bourg (ebourg)

Nexus: Staging Repository Dropped

2015-12-20 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Maven/3.3.9 (Java 1.7.0_91; Linux 2.6.32-37-pve)""userId" = "ebourg""ip" = "5.196.81.173"Details:The orgapachecommons-1134 staging repository has been dropped.Action performed by Emmanuel Bourg (ebourg)

Jenkins build became unstable: Commons Math #422

2015-12-20 Thread Apache Jenkins Server
See

[math] Typo.

2015-12-20 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 2bfd81a2b -> a4a62ed7c Typo. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a4a62ed7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tre

[1/2] [math] MATH-1300

2015-12-20 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 47ed8d920 -> 2bfd81a2b MATH-1300 Removed call to the random data generator when it is not necessary. As a corollary, the change provides the property that, if the number of requested bytes is a mulitple of 4, consecutive calls to "n

[2/2] [math] MATH-1300

2015-12-20 Thread erans
MATH-1300 Thanks to Rostislav Krasny for the report. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2bfd81a2 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2bfd81a2 Diff: http://git-wip-us.apach