[commons-text] branch master updated: More tests.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new dc640d1 More tests. dc640d1 is describe

[commons-text] branch master updated: More tests.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 995b42e More tests. 995b42e is describe

[commons-text] branch master updated: Checkstyle.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 86c29d8 Checkstyle. 86c29d8 is describe

[commons-text] branch master updated: Reuse ArrayUtils.isEmpty(chars).

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 9447958 Reuse ArrayUtils.isEmpty(chars)

[commons-text] branch master updated: Add org.apache.commons.text.matcher.StringMatcherFactory.stringMatcher(char...) .

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 258ebc4 Add org.apache.commons.text.ma

[commons-text] branch master updated: Checktyle.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new d98f487 Checktyle. d98f487 is described

[commons-text] branch master updated: Reimplement hashCode() and equals() using JRE APIs.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 36af8b1 Reimplement hashCode() and equa

[commons-text] branch master updated: Rename some tests, add some tests.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new 119f19d Rename some tests, add some tes

[commons-rng] branch master updated: Fix SonarCloud: Use assert NotEquals/NotSame/Equals

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git The following commit(s) were added to refs/heads/master by this push: new 44cacbc Fix SonarCloud: Use assert NotEq

[commons-numbers] branch master updated: Remove more public modifiers from tests

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert 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 faaa4d5 Remove more public modifiers

[commons-numbers] branch master updated: Remove public modifiers from tests

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert 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 7ae8abb Remove public modifiers from

[commons-text] branch master updated: com.puppycrawl.tools:checkstyle 8.33 -> 8.34.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git The following commit(s) were added to refs/heads/master by this push: new bcc6d3c com.puppycrawl.tools:checkstyle

[commons-codec] 18/18: Merge branch 'adamretter-base16'

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit e80304ccec2f01aab18a227ac5f2a30393c75d80 Merge: 7118544 74343c0 Author: aherbert AuthorDate: Tue Jun 30 15:15:5

[commons-codec] 16/18: Add javadoc tags

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 919e2f3229d04ff8bbb18de3b0cfb70948092e34 Author: aherbert AuthorDate: Tue Jun 30 15:10:15 2020 +0100 Add j

[commons-codec] 11/18: Address out-of-bounds for array size with int wrap-around

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 4024b4039a886ca1de2325ce04638c8e4ee340a5 Author: Adam Retter AuthorDate: Wed Jun 24 13:15:24 2020 +0200 Ad

[commons-codec] 15/18: Remove redundant comments that refer to removed code

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 467b85c190dcca2b3c2016cda303be0432757b5b Author: aherbert AuthorDate: Tue Jun 30 15:09:31 2020 +0100 Remov

[commons-codec] 02/18: Add Base16 Input and Output Streams

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 081756b86e25ec5ea7bc786e88a7d56b76f88ef9 Author: Adam Retter AuthorDate: Sat Apr 18 23:56:17 2020 +0200 Ad

[commons-codec] 05/18: Refactored to use a Lookup Table

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 019ee2c989d21bb5de8e26a12bbf87f2f870fa7e Author: Adam Retter AuthorDate: Sun May 31 23:46:05 2020 +0200 Re

[commons-codec] 10/18: Address code-review comments by @aherbert

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 065b10626510274312ff260b4ac1cd9fc964fa24 Author: Adam Retter AuthorDate: Wed Jun 24 13:05:40 2020 +0200 Ad

[commons-codec] 07/18: Expand on the functionality in the Javadoc

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 77fa03c451ab7ead39bdb9dcc610251dbf2751f6 Author: Adam Retter AuthorDate: Wed Jun 24 11:47:17 2020 +0200 Ex

[commons-codec] 13/18: Remove test as requested by @aherbert

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 068654372f77a595fba00bf3b145902af1a596b4 Author: Adam Retter AuthorDate: Mon Jun 29 21:03:34 2020 +0200 Re

[commons-codec] 01/18: Bugfix - buffer must always hold at least 'size' bytes

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit f19ec7891da4f591910e3a28d6ba87c6bbacba38 Author: Adam Retter AuthorDate: Sat Apr 18 23:23:05 2020 +0200 Bu

[commons-codec] 08/18: Abstract common test code into BaseNTestData

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 196f32e5011d6709e48c5d255bf8079c71b1c0e6 Author: Adam Retter AuthorDate: Wed Jun 24 12:18:01 2020 +0200 Ab

[commons-codec] 14/18: Revert changes to Hex classes, will be moved to separate PR

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 427998a47a25c4bbc6098c7418cafffcfed53f53 Author: Adam Retter AuthorDate: Mon Jun 29 22:19:16 2020 +0200 Re

[commons-codec] branch master updated (7118544 -> e80304c)

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git. from 7118544 Upgrade to parent 51 new f19ec78 Bugfix - buffer must always hold at least 'size' bytes

[commons-codec] 17/18: CODEC-290: Track changes

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 74343c08c5b1c458c6fd02528bdd6505f142c904 Author: aherbert AuthorDate: Tue Jun 30 15:14:35 2020 +0100 CODEC

[commons-codec] 06/18: Throw IllegalArgumentException for characters outside of alphabet

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 97272858836aa93f28f2f675c8c1d124cf753e25 Author: Adam Retter AuthorDate: Mon Jun 1 15:10:17 2020 +0200 Thr

[commons-codec] 12/18: Add missing cases suggested by @aherbert

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit a1712d88f39180f5d60f642907843297f4521558 Author: Adam Retter AuthorDate: Mon Jun 29 21:02:57 2020 +0200 Ad

[commons-codec] 04/18: Fix typos

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 1b594c035d79b579819753938f5e53d9435b38b8 Author: Adam Retter AuthorDate: Tue Apr 21 12:19:54 2020 +0200 Fi

[commons-codec] 03/18: Add support for strict decoding - addresses review comments by @garydgregory and @aherbert

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 564c47cbcbe3ade57c106ed83fa83d910d30d408 Author: Adam Retter AuthorDate: Tue Apr 21 12:19:33 2020 +0200 Ad

[commons-codec] 09/18: Imporve array equality assertions in tests

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git commit 0b672eb12df68545c9703e32e9bf74d6993cb464 Author: Adam Retter AuthorDate: Wed Jun 24 12:33:26 2020 +0200 Im

svn commit: r40254 - /dev/commons/TEST_PLS_IGNORE/test

2020-06-30 Thread sebb
Author: sebb Date: Tue Jun 30 14:11:18 2020 New Revision: 40254 Log: Test - ignore Modified: dev/commons/TEST_PLS_IGNORE/test (props changed)

svn commit: r40253 - /dev/commons/TEST_PLS_IGNORE/test

2020-06-30 Thread sebb
Author: sebb Date: Tue Jun 30 14:09:53 2020 New Revision: 40253 Log: Test - ignore Modified: dev/commons/TEST_PLS_IGNORE/test (props changed)

[commons-statistics] branch master updated: Remove public modifiers from tests

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git The following commit(s) were added to refs/heads/master by this push: new 44a4860 Remove public modifiers f

[commons-numbers] branch master updated (ebbbf92 -> 6b0e82a)

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from ebbbf92 Use assertThrows new e3712b4 Remove public modifiers for test fixtures. new 2080a7b R

[commons-numbers] 01/03: Remove public modifiers for test fixtures.

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit e3712b4bd82dc11b581d7faac2a97da77334747e Author: aherbert AuthorDate: Tue Jun 30 14:00:42 2020 +0100 Rem

[commons-numbers] 02/03: Remove commented out code.

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 2080a7be7e3f7b9a9f648b3061efe0d36f2be792 Author: aherbert AuthorDate: Tue Jun 30 14:14:05 2020 +0100 Rem

[commons-numbers] 03/03: Remove extra if statement.

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 6b0e82ae718dc17ab163b3949ba9f2d821a42d9d Author: aherbert AuthorDate: Tue Jun 30 14:15:39 2020 +0100 Rem

[commons-statistics] 02/02: Add assertions to test cases.

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git commit 7673b134fdd56ececc1eed8329d03567885c657a Author: aherbert AuthorDate: Tue Jun 30 13:56:21 2020 +0100

[commons-statistics] branch master updated (880304d -> 7673b13)

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git. from 880304d PMD fix: avoid literals in conditional statement new 2d7a487 Remove public modifiers for

[commons-statistics] 01/02: Remove public modifiers for test fixtures.

2020-06-30 Thread aherbert
This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git commit 2d7a487caf515dac7aee0605c80aacca9ebcc741 Author: aherbert AuthorDate: Tue Jun 30 13:53:04 2020 +0100

[commons-text] branch master updated (a22e4da -> d48c65c)

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git. from a22e4da More tests. new df38b3c Sort members. new d48c65c Add org.apache.commons.text.TextStrin

[commons-text] 02/02: Add org.apache.commons.text.TextStringBuilder.TextStringBuilder(CharSequence).

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git commit d48c65c5d7116297de131e4e39d0dd5db8805416 Author: Gary Gregory AuthorDate: Tue Jun 30 08:19:01 2020 -0400 Ad

[commons-text] 01/02: Sort members.

2020-06-30 Thread ggregory
This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git commit df38b3cd28224469bf6af0b28d9a805c4b8f1070 Author: Gary Gregory AuthorDate: Tue Jun 30 08:07:12 2020 -0400 So