svn commit: r1811904 - in /commons/proper/codec/trunk: CONTRIBUTING.md README.md

2017-10-11 Thread ggregory
Author: ggregory Date: Thu Oct 12 00:03:49 2017 New Revision: 1811904 URL: http://svn.apache.org/viewvc?rev=1811904&view=rev Log: Regenerate for 1.11. Modified: commons/proper/codec/trunk/CONTRIBUTING.md commons/proper/codec/trunk/README.md Modified: commons/proper/codec/trunk/CONTRIBUTI

svn commit: r1811903 - /commons/proper/codec/trunk/NOTICE.txt

2017-10-11 Thread ggregory
Author: ggregory Date: Thu Oct 12 00:01:55 2017 New Revision: 1811903 URL: http://svn.apache.org/viewvc?rev=1811903&view=rev Log: Update for 2017. Modified: commons/proper/codec/trunk/NOTICE.txt Modified: commons/proper/codec/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1811902 - /commons/proper/codec/trunk/RELEASE-NOTES.txt

2017-10-11 Thread ggregory
Author: ggregory Date: Thu Oct 12 00:00:07 2017 New Revision: 1811902 URL: http://svn.apache.org/viewvc?rev=1811902&view=rev Log: Update for 1.11. Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/

svn commit: r1811901 - /commons/proper/codec/trunk/pom.xml

2017-10-11 Thread ggregory
Author: ggregory Date: Wed Oct 11 23:43:15 2017 New Revision: 1811901 URL: http://svn.apache.org/viewvc?rev=1811901&view=rev Log: Update Maven CLIRR plugin from 2.7 to 2.8 to allow 'mvn clirr:check' to run on Java 8. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/code

svn commit: r1811900 - /commons/proper/codec/trunk/src/site/xdoc/download_codec.xml

2017-10-11 Thread ggregory
Author: ggregory Date: Wed Oct 11 23:34:10 2017 New Revision: 1811900 URL: http://svn.apache.org/viewvc?rev=1811900&view=rev Log: New commons:download-page for version 1.11. Modified: commons/proper/codec/trunk/src/site/xdoc/download_codec.xml Modified: commons/proper/codec/trunk/src/site/xd

svn commit: r1811899 - /commons/proper/codec/trunk/pom.xml

2017-10-11 Thread ggregory
Author: ggregory Date: Wed Oct 11 23:19:19 2017 New Revision: 1811899 URL: http://svn.apache.org/viewvc?rev=1811899&view=rev Log: Exclude .htaccess file from RAT check. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewv

svn commit: r1811898 - in /commons/proper/codec/trunk: pom.xml src/changes/changes.xml

2017-10-11 Thread ggregory
Author: ggregory Date: Wed Oct 11 23:14:36 2017 New Revision: 1811898 URL: http://svn.apache.org/viewvc?rev=1811898&view=rev Log: [CODEC-242] Add Automatic-Module-Name manifest entry for Java 9. Modified: commons/proper/codec/trunk/pom.xml commons/proper/codec/trunk/src/changes/changes.xm

commons-collections git commit: Use final.

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master eed8a7adb -> b9e2a9775 Use final. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/b9e2a977 Tree: http://git-wip-us.apache.org/

[5/5] commons-collections git commit: [COLLECTIONS-661] Intermittent test failures in Windows for HashSetValuedHashMap.

2017-10-11 Thread ggregory
[COLLECTIONS-661] Intermittent test failures in Windows for HashSetValuedHashMap. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/eed8a7ad Tree: http://git-wip-us.apache.org/repos/asf/commons-collec

[3/5] commons-collections git commit: Revert "Use final for locals."

2017-10-11 Thread ggregory
Revert "Use final for locals." This reverts commit 712ddb1e193967c27f5624485938e7de5d732c6b. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/992ab3c9 Tree: http://git-wip-us.apache.org/repos/asf/c

[4/5] commons-collections git commit: Revert "Use final for params."

2017-10-11 Thread ggregory
Revert "Use final for params." This reverts commit cefe846e3e4a239dd568623346160ad41d7256ab. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/b5eb4fcc Tree: http://git-wip-us.apache.org/repos/asf/c

commons-collections git commit: Remove unnecessary casts

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master b9e2a9775 -> 1bcfa1cc8 Remove unnecessary casts Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/1bcfa1cc Tree: http://git-wip-

[2/5] commons-collections git commit: Revert "Use final for locals."

2017-10-11 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-collections/blob/992ab3c9/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.ja

[1/5] commons-collections git commit: Revert "Use final for locals."

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 712ddb1e1 -> eed8a7adb http://git-wip-us.apache.org/repos/asf/commons-collections/blob/992ab3c9/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java ---

commons-collections git commit: Remove redundant type arguments.

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 1bcfa1cc8 -> 07de4dd57 Remove redundant type arguments. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/07de4dd5 Tree: http://

[1/3] commons-collections git commit: Use final for locals.

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master cefe846e3 -> 712ddb1e1 http://git-wip-us.apache.org/repos/asf/commons-collections/blob/712ddb1e/src/test/java/org/apache/commons/collections4/sequence/SequencesComparatorTest.java ---

[2/3] commons-collections git commit: Use final for locals.

2017-10-11 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-collections/blob/712ddb1e/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/collections4/TransformerUtilsTest.ja

[3/3] commons-collections git commit: Use final for locals.

2017-10-11 Thread ggregory
Use final for locals. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/712ddb1e Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/712ddb1e Diff: http://git-wip-us.apache.org/repos

commons-collections git commit: Use final for params.

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 8713af90d -> cefe846e3 Use final for params. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/cefe846e Tree: http://git-wip-us.

commons-collections git commit: Add unit tests to increase code coverage. This closes #29.

2017-10-11 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 1d21a49c2 -> 8713af90d Add unit tests to increase code coverage. This closes #29. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/com

[lang] pom.xml: remove jacoco configuration from reporting section, so that c56b87d6efe530590b6d9a07e41ca00af208ce37 is completely reverted

2017-10-11 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 862a0d1ff -> 274dbfe81 pom.xml: remove jacoco configuration from reporting section, so that c56b87d6efe530590b6d9a07e41ca00af208ce37 is completely reverted Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: h

[lang] revert change.xml note

2017-10-11 Thread chas
Repository: commons-lang Updated Branches: refs/heads/master 07f3694a5 -> 862a0d1ff revert change.xml note Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/862a0d1f Tree: http://git-wip-us.apache.org/repos/asf

[lang] revert LANG-1354; java7 has synthetic fields on Integer, jacoco does not yet work with java9

2017-10-11 Thread chas
Repository: commons-lang Updated Branches: refs/heads/master 0f32b292c -> 07f3694a5 revert LANG-1354; java7 has synthetic fields on Integer, jacoco does not yet work with java9 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/co

[lang] remove checkstyle error

2017-10-11 Thread chas
Repository: commons-lang Updated Branches: refs/heads/master e7b3e1d20 -> 0f32b292c remove checkstyle error Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0f32b292 Tree: http://git-wip-us.apache.org/repos/as

[lang] update travis to use jacoco coverage report

2017-10-11 Thread chas
Repository: commons-lang Updated Branches: refs/heads/master c56b87d6e -> e7b3e1d20 update travis to use jacoco coverage report Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e7b3e1d2 Tree: http://git-wip-us

[07/10] commons-rng git commit: Class rename (to conform with existing similar functionality).

2017-10-11 Thread erans
Class rename (to conform with existing similar functionality). Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8d216eb2 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8d216eb2 Diff: http://git-wip-us

[04/10] commons-rng git commit: RNG-37: fixes 3

2017-10-11 Thread erans
RNG-37: fixes 3 Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/a214ae3c Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/a214ae3c Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/a214ae3c

[05/10] commons-rng git commit: RNG-37: fixes 4

2017-10-11 Thread erans
RNG-37: fixes 4 Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/77a3d8b1 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/77a3d8b1 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/77a3d8b1

[08/10] commons-rng git commit: RNG-37: Javadoc, code comments and number formatting nit-picks.

2017-10-11 Thread erans
RNG-37: Javadoc, code comments and number formatting nit-picks. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b13831ad Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b13831ad Diff: http://git-wip-u

[02/10] commons-rng git commit: RNG-37: fixes

2017-10-11 Thread erans
RNG-37: fixes Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/83ab92fc Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/83ab92fc Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/83ab92fc

[01/10] commons-rng git commit: RNG-37: Ziggurat algorithm for sampling Gaussian distribution

2017-10-11 Thread erans
Repository: commons-rng Updated Branches: refs/heads/master d38b8e702 -> 7c1079426 RNG-37: Ziggurat algorithm for sampling Gaussian distribution Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/60cd84fb Tree: ht

[03/10] commons-rng git commit: RNG-37: fixes 2

2017-10-11 Thread erans
RNG-37: fixes 2 Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8f06e148 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8f06e148 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8f06e148

[10/10] commons-rng git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-rng

2017-10-11 Thread erans
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-rng Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/7c107942 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/7c107942 Diff: htt

[06/10] commons-rng git commit: RNG-37: Javadoc

2017-10-11 Thread erans
RNG-37: Javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/2baae6cf Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/2baae6cf Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/2baae6cf

[09/10] commons-rng git commit: Merge branch 'feature_RNG-37'

2017-10-11 Thread erans
Merge branch 'feature_RNG-37' Ziggurat algorithm for Gaussian sampling. Thanks to Olga Kirillova. Closes #5. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b1086ec9 Tree: http://git-wip-us.apache.org/repos/asf/c