[commons-collections] branch master updated: COLLECTIONS-697: correct changelog entry (ref #55)

2020-02-01 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git The following commit(s) were added to refs/heads/master by this push: new 0bf44ae COLLECTIONS-697: correct

[commons-codec] branch master updated: NOTICE: bump copyright year

2020-01-05 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git The following commit(s) were added to refs/heads/master by this push: new 0107996 NOTICE: bump copyright year

[commons-numbers] branch master updated: testutils: correct order of expected and actual results

2019-12-24 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git The following commit(s) were added to refs/heads/master by this push: new 34542f4 testutils: correct order

[commons-numbers] branch master updated (7a3f962 -> 6bcc6d9)

2019-06-06 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from 7a3f962 NUMBERS-77: merged fraction-dev new 01f2e0e Revert "[numbers] support JUnit 5 tests"

[commons-numbers] 01/02: Revert "[numbers] support JUnit 5 tests"

2019-06-06 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 01f2e0eac182e67a2bc38be875e303fbb231f1ac Author: Eitan Adler AuthorDate: Thu Jun 6 21:11:44 2019 -0700

[commons-numbers] 02/02: [numbers] support JUnit 5 tests

2019-06-06 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 6bcc6d9a16bea265243f68b298713d10abb09224 Author: Eitan Adler AuthorDate: Wed Jun 5 02:34:25 2019 -0700

[commons-numbers] branch eax/simple-migrate-map created (now 8508164)

2019-06-06 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a change to branch eax/simple-migrate-map in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. at 8508164 Merge branch 'master' of http://gitbox.apache.org/repos/asf/commons-numbers into eax

[commons-numbers] 01/01: Merge branch 'master' of http://gitbox.apache.org/repos/asf/commons-numbers into eax/simple-migrate-map

2019-06-06 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch eax/simple-migrate-map in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 8508164a4135167a41be3f9645db8f9cf3448007 Merge: a28928f 7a3f962 Author: Eitan Adler AuthorDate

[commons-numbers] branch master updated: [numbers] support JUnit 5 tests

2019-06-05 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git The following commit(s) were added to refs/heads/master by this push: new 35b [numbers] support JUnit 5 tests

[commons-lang] branch master updated: [ToStringBuilderTest] clean up after some old issues

2019-02-09 Thread eax
This is an automated email from the ASF dual-hosted git repository. eax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new 6b7a848 [ToStringBuilderTest] clean up

commons-io git commit: [io] use non-short-circuit operator

2018-11-02 Thread eax
Repository: commons-io Updated Branches: refs/heads/master 769842a21 -> 3ad22fe3d [io] use non-short-circuit operator This should have identical semantics but is less confusing to read. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit:

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

[lang] StringUtils: trivial formatting change.

2018-10-05 Thread eax
Repository: commons-lang Updated Branches: refs/heads/master 69e843890 -> ba7ca7998 StringUtils: trivial formatting change. This replaces with {@code} primarily as a way to test INFRA-17094. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[text] tests: fix junit usage in a few instances

2018-08-24 Thread eax
Repository: commons-text Updated Branches: refs/heads/master 9273e5eda -> 9dd0e051e tests: fix junit usage in a few instances - for assertNotNull the order is value, message. In this case the wrong order impact is that nothing is tested. Im - for assertEquals the order is expected, actual. In

[lang] (fix) Add missing @Test annotation

2018-08-22 Thread eax
Repository: commons-lang Updated Branches: refs/heads/master d1e72ebed -> ce178d8e8 (fix) Add missing @Test annotation Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ce178d8e Tree:

[text] WordUtils: fix typo: occured -> occurred

2018-08-18 Thread eax
Repository: commons-text Updated Branches: refs/heads/master 4464ac019 -> 5ee933190 WordUtils: fix typo: occured -> occurred Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5ee93319 Tree: