svn commit: r1744345 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 02:11:10 2016 New Revision: 1744345 URL: http://svn.apache.org/viewvc?rev=1744345&view=rev Log: Fix typo. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java Modified: commons/proper/codec/trunk/s

svn commit: r1744344 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 02:09:41 2016 New Revision: 1744344 URL: http://svn.apache.org/viewvc?rev=1744344&view=rev Log: [CODEC-213] Support JEP 287: SHA-3 Hash Algorithms. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.jav

svn commit: r1744343 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Digest.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 01:59:13 2016 New Revision: 1744343 URL: http://svn.apache.org/viewvc?rev=1744343&view=rev Log: Avoid exception when File is a folder, just skip it. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Digest.java Modified: co

svn commit: r1744342 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 01:55:32 2016 New Revision: 1744342 URL: http://svn.apache.org/viewvc?rev=1744342&view=rev Log: Javadoc. Longer lines. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java Modified: commons/proper/

svn commit: r1744341 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 01:53:28 2016 New Revision: 1744341 URL: http://svn.apache.org/viewvc?rev=1744341&view=rev Log: Javadoc. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java Modified: commons/proper/codec/trunk/sr

svn commit: r1744340 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

2016-05-17 Thread ggregory
Author: ggregory Date: Wed May 18 01:51:15 2016 New Revision: 1744340 URL: http://svn.apache.org/viewvc?rev=1744340&view=rev Log: Sort. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java Modified: commons/proper/codec/trunk/src/m

svn commit: r1744331 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java

2016-05-17 Thread sebb
Author: sebb Date: Tue May 17 23:19:52 2016 New Revision: 1744331 URL: http://svn.apache.org/viewvc?rev=1744331&view=rev Log: Javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified: commons/proper/codec/trunk/src/main/java/org/apa

svn commit: r1744330 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

2016-05-17 Thread sebb
Author: sebb Date: Tue May 17 22:56:04 2016 New Revision: 1744330 URL: http://svn.apache.org/viewvc?rev=1744330&view=rev Log: Typos aplenty Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java Modified: commons/proper/codec/trunk/src/main/j

svn commit: r1744329 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest: HmacAlgorithms.java HmacUtils.java

2016-05-17 Thread sebb
Author: sebb Date: Tue May 17 22:28:21 2016 New Revision: 1744329 URL: http://svn.apache.org/viewvc?rev=1744329&view=rev Log: CODEC-218 remove unnecessary duplicate method HmacAlgorithms.getInitializedMac Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Hmac

svn commit: r1744326 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java

2016-05-17 Thread sebb
Author: sebb Date: Tue May 17 22:09:52 2016 New Revision: 1744326 URL: http://svn.apache.org/viewvc?rev=1744326&view=rev Log: Javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java Modified: commons/proper/codec/trunk/src/main/java/org/a

svn commit: r1744322 - in /commons/proper/weaver/trunk/modules: normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java privilizer/weaver/src/main/java/org/apache/commons/weaver/

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 20:36:30 2016 New Revision: 1744322 URL: http://svn.apache.org/viewvc?rev=1744322&view=rev Log: [WEAVER-11] use java.lang.Object for asm common superclass to avoid issues of unavailable classes in inheritance hierarchy due to compilation target different than com

svn commit: r1744320 - in /commons/proper/weaver/trunk: modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java pom.xml

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 20:26:09 2016 New Revision: 1744320 URL: http://svn.apache.org/viewvc?rev=1744320&view=rev Log: [WEAVER-14] upgrade modules to asm 5.1 Modified: commons/proper/weaver/trunk/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java

svn commit: r1744318 - in /commons/proper/weaver/trunk/ant/src: main/java/org/apache/commons/weaver/ant/WeaverSettings.java site/markdown/index.md

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 20:22:12 2016 New Revision: 1744318 URL: http://svn.apache.org/viewvc?rev=1744318&view=rev Log: [WEAVER-13] weaversettings@includesystemclasspath Modified: commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java com

svn commit: r1744317 - /commons/proper/weaver/trunk/pom.xml

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 20:21:43 2016 New Revision: 1744317 URL: http://svn.apache.org/viewvc?rev=1744317&view=rev Log: revert Modified: commons/proper/weaver/trunk/pom.xml Modified: commons/proper/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/p

svn commit: r1744316 - in /commons/proper/weaver/trunk/ant/src: main/java/org/apache/commons/weaver/ant/WeaverSettings.java site/markdown/index.md

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 20:20:27 2016 New Revision: 1744316 URL: http://svn.apache.org/viewvc?rev=1744316&view=rev Log: [WEAVER-13] weaversettings@includesystemclasspath Modified: commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java com

svn commit: r1744312 - in /commons/proper/weaver/trunk/ant/src: main/java/org/apache/commons/weaver/ant/WeaverSettings.java site/markdown/index.md

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 19:32:02 2016 New Revision: 1744312 URL: http://svn.apache.org/viewvc?rev=1744312&view=rev Log: [WEAVER-13] documentation Modified: commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java commons/proper/weaver/trunk

svn commit: r1744311 - in /commons/proper/weaver/trunk: ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java pom.xml

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 19:29:39 2016 New Revision: 1744311 URL: http://svn.apache.org/viewvc?rev=1744311&view=rev Log: [WEAVER-13] weaversettings@includesystemclasspath Modified: commons/proper/weaver/trunk/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java com

[08/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/60889c04 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6

[11/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Removed unused classes. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/60c18b75 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/60c18b75 Diff: http://git-wip-us.apache.org/repos/asf/com

[07/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/da11fb29 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d

[06/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/70594746 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7

[03/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8fe23609 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8

[12/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Functionality of "RandomAdaptor" replaced by "JDKRandomAdaptor" for the new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/cede12d4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/

[02/12] [math] Unused "import".

2016-05-17 Thread erans
Unused "import". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/db78a70f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/db78a70f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/db7

[05/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/19ca67ad Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1

[09/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ac938e64 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[04/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/aa3a0187 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a

[01/12] [math] Javadoc.

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/task-MATH-1366 [created] cede12d45 Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ade7e6d9 Tree: http://git-wip-us.apache.org/repos/asf/commons-

[10/12] [math] MATH-1366

2016-05-17 Thread erans
MATH-1366 Implementation of the RNG was moved to package "o.a.c.m.rng.internal.source32". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/75bc95b6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7

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

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

[math] MATH-1365

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop daf0c68d5 -> a8c6d43b5 MATH-1365 Adapt unit test to the changed signature of the constructor. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a8c

[3/3] [math] Javadoc.

2016-05-17 Thread erans
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/daf0c68d Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/daf0c68d Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/daf0c68d B

[2/3] [math] Merge branch 'task-MATH-1365' into develop

2016-05-17 Thread erans
Merge branch 'task-MATH-1365' into develop Completes MATH-1365 (see JIRA). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/33df96ef Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/33df96ef Diff: h

[Math] Change on branch "develop": Commons Math DeveloperBranch - Build # 18 - Fixed

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

[1/3] [math] MATH-1365

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop 0e89d6c31 -> daf0c68d5 MATH-1365 Class requires custom serialization after moving to the new RNG API (cf. MATH-1360). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/as

[commons-math] Git Push Summary

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1341 [deleted] 0f9ce497b

[commons-math] Git Push Summary

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1318 [deleted] db50bb3c3

[commons-math] Git Push Summary

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1015 [deleted] bbd702ae2

[20/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b7204813 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b7204813 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[25/25] [math] Merge branch 'task-MATH-1360' into develop

2016-05-17 Thread erans
Merge branch 'task-MATH-1360' into develop Completes issue MATH-1360 (see JIRA). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0e89d6c3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0e89d6c3 D

[02/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0caba084 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0caba084 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[19/25] [math] Unused "import".

2016-05-17 Thread erans
Unused "import". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ae7ade39 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ae7ade39 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ae7

[24/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/022a020b Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/022a020b Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[22/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1b5aef88 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1b5aef88 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[09/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Unrelated code comments removed in unit test. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/63a9488f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/63a9488f Diff: ht

[23/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a9fdcd64 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a9fdcd64 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[21/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/11a7e62a Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/11a7e62a Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[06/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6fc152e4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6fc152e4 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[15/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d7a1666f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d7a1666f Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[14/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f9f632e7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f9f632e7 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[12/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d7073642 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d7073642 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[03/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/521b9b33 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/521b9b33 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[05/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f81e0465 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f81e0465 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[04/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Unit tests rewritten to avoid unnecessary usage of "RandomDataGenerator" (cf. MATH-1341). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0484bdb3 Tree: http://git-wip-us.apache.org/

[18/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f3108e27 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f3108e27 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[10/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/829a4e9c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/829a4e9c Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[16/25] [math] Unused "import".

2016-05-17 Thread erans
Unused "import". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/583d57db Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/583d57db Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/583

[11/25] [math] Unused "import".

2016-05-17 Thread erans
Unused "import". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ed78ce27 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ed78ce27 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ed7

[07/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0c9af5f4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0c9af5f4 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[01/25] [math] MATH-1335

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop 57e01f404 -> 0e89d6c31 MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8e71711c Tree: http://git-wip-us.apache.org/rep

[17/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a3fae474 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a3fae474 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[08/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/11409e62 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/11409e62 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

[13/25] [math] MATH-1335

2016-05-17 Thread erans
MATH-1335 Use new RNG API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/73317734 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/73317734 Diff: http://git-wip-us.apache.org/repos/asf/commons-ma

svn commit: r1744287 - in /commons/proper/weaver/trunk/processor/src/main/java/org/apache/commons/weaver: CleanProcessor.java ProcessorBase.java WeaveProcessor.java

2016-05-17 Thread mbenson
Author: mbenson Date: Tue May 17 15:36:08 2016 New Revision: 1744287 URL: http://svn.apache.org/viewvc?rev=1744287&view=rev Log: consolidate duplicate code Modified: commons/proper/weaver/trunk/processor/src/main/java/org/apache/commons/weaver/CleanProcessor.java commons/proper/weaver/t

[Math] Change on branch "develop": Commons Math DeveloperBranch - Build # 17 - Still Failing

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

[1/7] [math] MATH-1341

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop 085816b7c -> 57e01f404 MATH-1341 Replacement for "o.a.c.m.random.RandomDataGenerator". Features: * No trivial syntactic sugar for sampling from distributions * No duplicate code (secure vs non-secure data generation share the same c

[5/7] [math] MATH-1341

2016-05-17 Thread erans
MATH-1341 Use "RandomUtils" instead of "RandomDataGenerator". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/748cb609 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/748cb609 Diff: http://git-wip

[7/7] [math] Merge branch 'feature-MATH-1341' into develop

2016-05-17 Thread erans
Merge branch 'feature-MATH-1341' into develop Completes issue MATH-1341 (see JIRA). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/57e01f40 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/57e01f4

[2/7] [math] MATH-1341

2016-05-17 Thread erans
MATH-1341 Unit tests. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/412a8a0b Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/412a8a0b Diff: http://git-wip-us.apache.org/repos/asf/commons-math/di

[4/7] [math] MATH-1341

2016-05-17 Thread erans
MATH-1341 Select a seed that make unit tests pass. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/653b4685 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/653b4685 Diff: http://git-wip-us.apache.

[6/7] [math] MATH-1341

2016-05-17 Thread erans
MATH-1341 Avoid "unchecked cast" warning. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0f9ce497 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0f9ce497 Diff: http://git-wip-us.apache.org/repos

[3/7] [math] Use explicit constructor invocation ("this").

2016-05-17 Thread erans
Use explicit constructor invocation ("this"). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/03380256 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/03380256 Diff: http://git-wip-us.apache.org/re

[Math] Change on branch "develop": Commons Math DeveloperBranch - Build # 16 - Failure

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

[2/2] [math] Javadoc.

2016-05-17 Thread erans
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/085816b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/085816b7 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/085816b7 B

[1/2] [math] Javadoc.

2016-05-17 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop d731d1645 -> 085816b7c Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/bc93a9f7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math

svn commit: r1744239 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

2016-05-17 Thread sebb
Author: sebb Date: Tue May 17 10:04:09 2016 New Revision: 1744239 URL: http://svn.apache.org/viewvc?rev=1744239&view=rev Log: Javadoc corrections Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java Modified: commons/proper/codec/trunk/src/