commons-compress git commit: assuming COMPRESS-348 is fixed now

2016-05-15 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 3083ea535 -> f59dd65ca assuming COMPRESS-348 is fixed now Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/f59dd65c Tree:

commons-compress git commit: COMPRESS-354 make PureJavaCrc32C final

2016-05-15 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master d04e2a7ef -> 3083ea535 COMPRESS-354 make PureJavaCrc32C final Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3083ea53 Tree:

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

2016-05-15 Thread ggregory
Author: ggregory Date: Mon May 16 01:35:00 2016 New Revision: 1743985 URL: http://svn.apache.org/viewvc?rev=1743985=rev Log: Javadoc: Remove extra line. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Modified:

[math] MATH-1341

2016-05-15 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1341 748cb6093 -> 0f9ce497b 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:

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

2016-05-15 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:

[4/5] [math] MATH-1341

2016-05-15 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:

[1/5] [math] MATH-1341

2016-05-15 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1341 [created] 748cb6093 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

[2/5] [math] MATH-1341

2016-05-15 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:

[5/5] [math] MATH-1341

2016-05-15 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:

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

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

[math] MATH-1357

2016-05-15 Thread erans
Repository: commons-math Updated Branches: refs/heads/develop 1325484c3 -> 4a31885cc MATH-1357 Additional info on how to contribute. Thanks to Rob Tompkins. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

svn commit: r1743952 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

2016-05-15 Thread ggregory
Author: ggregory Date: Sun May 15 18:52:47 2016 New Revision: 1743952 URL: http://svn.apache.org/viewvc?rev=1743952=rev Log: [CODEC-217] Add HmacAlgorithms.HMAC_SHA_224 (Java 8 only) Modified: commons/proper/codec/trunk/src/changes/changes.xml

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

2016-05-15 Thread ggregory
Author: ggregory Date: Sun May 15 18:27:34 2016 New Revision: 1743946 URL: http://svn.apache.org/viewvc?rev=1743946=rev Log: [CODEC-211] Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms. Javadoc. Modified:

svn commit: r1743944 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/digest/ test/java/org/apache/commons/codec/digest/

2016-05-15 Thread ggregory
Author: ggregory Date: Sun May 15 18:20:00 2016 New Revision: 1743944 URL: http://svn.apache.org/viewvc?rev=1743944=rev Log: [CODEC-211] Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms. Rename MessageDigestAlgorithm.getAlgorithm() to getName(). Modified:

svn commit: r1743938 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/digest/MessageDigestAlgorithm.java

2016-05-15 Thread ggregory
Author: ggregory Date: Sun May 15 18:11:54 2016 New Revision: 1743938 URL: http://svn.apache.org/viewvc?rev=1743938=rev Log: [CODEC-213] Support JEP 287: SHA-3 Hash Algorithms Modified: commons/proper/codec/trunk/src/changes/changes.xml

svn commit: r1743927 - in /commons/proper/configuration/trunk/src/site/xdoc/userguide: howto_utilities.xml user_guide.xml

2016-05-15 Thread deki
Author: deki Date: Sun May 15 17:52:38 2016 New Revision: 1743927 URL: http://svn.apache.org/viewvc?rev=1743927=rev Log: [CONFIGURATION-624] documentation Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_utilities.xml

svn commit: r1743923 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/spring/TestConfigurationPropertySource.java

2016-05-15 Thread deki
Author: deki Date: Sun May 15 16:58:06 2016 New Revision: 1743923 URL: http://svn.apache.org/viewvc?rev=1743923=rev Log: [CONFIGURATION-624] added comment Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration2/spring/TestConfigurationPropertySource.java

svn commit: r1743922 - /commons/proper/configuration/trunk/pom.xml

2016-05-15 Thread deki
Author: deki Date: Sun May 15 16:43:10 2016 New Revision: 1743922 URL: http://svn.apache.org/viewvc?rev=1743922=rev Log: Switched to most recent version of commons-parent. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: