svn commit: r1843039 - in /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines: CurrencyValidator.java PercentValidator.java

2018-10-06 Thread eax
Author: eax Date: Sun Oct 7 01:19:13 2018 New Revision: 1843039 URL: http://svn.apache.org/viewvc?rev=1843039=rev Log: Fix minor documentation issue: an an extra word Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java

commons-collections git commit: COLLECTIONS-697: Ensure FixedSizeList respects underlying list's size

2018-10-06 Thread eax
Repository: commons-collections Updated Branches: refs/heads/master d6800c606 -> 74ad21147 COLLECTIONS-697: Ensure FixedSizeList respects underlying list's size Formally document and test that if the size of the backing list of FixedSizeList changes, then so does the FixedSizeList. This has

[text] [TEXT-147] Add a Base64 encoder string lookup. Better test.

2018-10-06 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master b267aa526 -> d9021a76e [TEXT-147] Add a Base64 encoder string lookup. Better test. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d9021a76 Tree:

svn commit: r1843016 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/WrapDynaClass.java

2018-10-06 Thread ggregory
Author: ggregory Date: Sat Oct 6 14:40:07 2018 New Revision: 1843016 URL: http://svn.apache.org/viewvc?rev=1843016=rev Log: Format and remove unnecessary parens. Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/WrapDynaClass.java Modified:

svn commit: r1843015 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils2/bugs/Jira509TestCase.java

2018-10-06 Thread ggregory
Author: ggregory Date: Sat Oct 6 14:38:28 2018 New Revision: 1843015 URL: http://svn.apache.org/viewvc?rev=1843015=rev Log: [BEANUTILS-509] WeakHashmap enters into infinite loop in WrapDynaClass.java. Comment and always shutdown executor in a finally clause. Modified:

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

2018-10-06 Thread ggregory
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-text.git Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/b267aa52 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/b267aa52

[1/2] [text] [TEXT-147] Add a Base64 encoder string lookup. Better Javadoc.

2018-10-06 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 6d1e71185 -> b267aa526 [TEXT-147] Add a Base64 encoder string lookup. Better Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0e6c1394

[2/2] [lang] Update concurrent tests to JUnit Jupiter

2018-10-06 Thread pascalschumacher
Update concurrent tests to JUnit Jupiter Upgrade the tests in the concurrent package to use JUnit Jupiter as part of the effort to remove the dependency on the Vintage Engine. While most of these changes are drop-in replacements with no functional benefit, there are some non-obvious changes

[1/2] [lang] Update concurrent tests to JUnit Jupiter

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 6191dedf3 -> dd761382d http://git-wip-us.apache.org/repos/asf/commons-lang/blob/dd761382/src/test/java/org/apache/commons/lang3/concurrent/TimedSemaphoreTest.java --

[lang] Travis: Also build with openjdk-ea, but allow openjdk-ea builds to fail.

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 8e507bd0b -> 6191dedf3 Travis: Also build with openjdk-ea, but allow openjdk-ea builds to fail. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[1/2] [text] Skip JavaDoc on Java 12, because it currently fails with "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ ar

2018-10-06 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master d9cda575a -> 6d1e71185 Skip JavaDoc on Java 12, because it currently fails with "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed

[2/2] [text] Travis: Also build with openjdk-ea

2018-10-06 Thread pascalschumacher
Travis: Also build with openjdk-ea Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0b8da2c6 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/0b8da2c6 Diff:

[lang] Use JDKs provided by travis

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 4d5c5a8af -> 8e507bd0b Use JDKs provided by travis Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8e507bd0 Tree:

[lang] Replace FindBugs with SpotBugs: Fix source assembly

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 729adb624 -> 4d5c5a8af Replace FindBugs with SpotBugs: Fix source assembly Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/4d5c5a8a Tree:

[lang] Update builder tests to JUnit Jupiter

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 90d8b93ef -> 729adb624 Update builder tests to JUnit Jupiter Upgrade the tests in the builder package to use JUnit Jupiter as part of the effort to remove the dependency on the Vintage Engine. While most of these changes are

[lang] Fix dead links in README.md (closes #359)

2018-10-06 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master ba7ca7998 -> 90d8b93ef Fix dead links in README.md (closes #359) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/90d8b93e Tree: