[commons-codec] branch master updated: Java 8 improvements: (#106)

2022-02-19 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-codec.git The following commit(s) were added to refs/heads/master by this push: new fb84f6d Java 8 improvements: (#106) fb

[commons-codec] branch master updated: Avoid C-style array declaration and use Java instead. (#108)

2022-02-19 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-codec.git The following commit(s) were added to refs/heads/master by this push: new 27c6dde Avoid C-style array declaratio

[commons-compress] branch master updated: Null-guard and fix lower case. Fix typo.

2022-02-19 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-compress.git The following commit(s) were added to refs/heads/master by this push: new cefdd55 Null-guard and fix lower ca

[commons-compress] branch master updated: Minor change: (#206)

2022-02-19 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-compress.git The following commit(s) were added to refs/heads/master by this push: new c936bba Minor change: (#206) c936bb

[commons-compress] 02/02: Use Math.min and Math.max calculations. #247

2022-02-19 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-compress.git commit f383b7286a66eb0efd47b12f78f5a8d21b072161 Author: Gary Gregory AuthorDate: Sat Feb 19 19:35:55 2022 -0500

[commons-compress] branch master updated (87fd7cb -> f383b72)

2022-02-19 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-compress.git. from 87fd7cb Use Math.min and Math.max calculations. (#247) new 239e199 Use Math.min alculations.

[commons-compress] 01/02: Use Math.min alculations.

2022-02-19 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-compress.git commit 239e19926ea3afd6f095666298fe23aaeaff56e7 Author: Gary Gregory AuthorDate: Sat Feb 19 19:34:41 2022 -0500

[commons-compress] branch master updated: Use Math.min and Math.max calculations. (#247)

2022-02-19 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-compress.git The following commit(s) were added to refs/heads/master by this push: new 87fd7cb Use Math.min and Math.max c

[commons-codec] branch master updated: CODEC-285 replace JUnit v4 test expected with assertThrows (#112)

2022-02-19 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-codec.git The following commit(s) were added to refs/heads/master by this push: new 80fffec CODEC-285 replace JUnit v4 tes

[commons-collections] branch master updated: Replace explicit type with <>.

2022-02-19 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow 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 de46d49 Replace explicit type with

[commons-codec] branch master updated: CODEC-285 HexTest

2022-02-19 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow 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 438b54b CODEC-285 HexTest 438b54b is desc

[commons-codec] branch master updated: CODEC-285 remove unused imports

2022-02-19 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow 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 d25af0e CODEC-285 remove unused imports d

[commons-csv] branch master updated: Use final. Use shorthand syntax for array creation.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new ee6f52c Use final. Use shorthand syntax

[commons-csv] branch master updated: Remove unused imports.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new 489aaf2 Remove unused imports. 489aaf2 i

[commons-csv] branch master updated: Don't use a deprecated reference.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new d5d57ef Don't use a deprecated reference

[commons-csv] branch master updated: [CSV-269] CSVRecord.get(Enum) should use Enum.name() instead of Enum.toString().

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new c158188 [CSV-269] CSVRecord.get(Enum) sh

[commons-csv] branch master updated: Add reporter.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new 9e687ff Add reporter. 9e687ff is describ

[commons-csv] branch master updated: [CSV-264] Add DuplicateHeaderMode for flexibility with header strictness. #114

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new 2bd2217 [CSV-264] Add DuplicateHeaderMod

[commons-csv] branch master updated: CSV-264: Added DuplicateHeaderMode for flexibility with header strictness. (#114)

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new 4fdfc59 CSV-264: Added DuplicateHeaderMo

[commons-csv] branch master updated: Add CodeQL badge.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new caa59a3 Add CodeQL badge. caa59a3 is des

[commons-csv] branch master updated: [CSV-288] String delimiter (||) is not working as expected.

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new aa96fd8 [CSV-288] String delimiter (||)

[commons-csv] branch master updated: CSV-288 Fix for multi-char delimiter not working as expected (#218)

2022-02-19 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-csv.git The following commit(s) were added to refs/heads/master by this push: new c15a06e CSV-288 Fix for multi-char delim

[commons-cli] branch master updated: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 #87

2022-02-19 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-cli.git The following commit(s) were added to refs/heads/master by this push: new 8d49593 Bump spotbugs-maven-plugin from

[commons-cli] branch master updated: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 (#87)

2022-02-19 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-cli.git The following commit(s) were added to refs/heads/master by this push: new a340623 Bump spotbugs-maven-plugin from

[commons-cli] 05/05: Format nit.

2022-02-19 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-cli.git commit 4dd8dc5ff22e7089e8494c88503c23a4eeb3f708 Author: Gary Gregory AuthorDate: Sat Feb 19 10:58:01 2022 -0500 For

[commons-cli] 02/05: Bump spotbugs from 4.5.2 to 4.5.3 (#88)

2022-02-19 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-cli.git commit 1f1a9ab4fe8ec742d25c8d4dee63e6be94c6db27 Author: Gary Gregory AuthorDate: Sat Feb 19 10:55:22 2022 -0500 Bum

[commons-cli] 04/05: Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#91)

2022-02-19 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-cli.git commit 54bcfe2c9ad403ac9c459305a293834069b87705 Author: Gary Gregory AuthorDate: Sat Feb 19 10:57:07 2022 -0500 Bum

[commons-cli] branch master updated (9550d11 -> 4dd8dc5)

2022-02-19 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-cli.git. from 9550d11 Add CodeQL badge. new fc09d49 Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#92). new 1f1a9

[commons-cli] 03/05: Bump checkstyle from 9.2.1 to 9.3 (#90)

2022-02-19 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-cli.git commit b4df9e5b7502013e69612421c1f1f2f9d763ec6f Author: Gary Gregory AuthorDate: Sat Feb 19 10:56:04 2022 -0500 Bum

[commons-cli] 01/05: Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#92).

2022-02-19 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-cli.git commit fc09d49f22e8f6dfb49a2cd36586287c12e9841b Author: Gary Gregory AuthorDate: Sat Feb 19 10:54:42 2022 -0500 Bum

[commons-cli] branch dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.5.3.0 updated (e7e3f8d -> eb8bd1c)

2022-02-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.5.3.0 in repository https://gitbox.apache.org/repos/asf/commons-cli.git. discard e7e3f8d Bump spotbugs-maven-plugin from 4.5.2.

[commons-cli] branch master updated: Add CodeQL badge.

2022-02-19 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-cli.git The following commit(s) were added to refs/heads/master by this push: new 9550d11 Add CodeQL badge. 9550d11 is des

[commons-cli] branch master updated: Bump spotbugs from 4.5.2 to 4.5.3 (#88)

2022-02-19 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-cli.git The following commit(s) were added to refs/heads/master by this push: new 2a66f99 Bump spotbugs from 4.5.2 to 4.5.

[commons-cli] branch master updated (58f6f3d -> b1c440c)

2022-02-19 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-cli.git. from 58f6f3d Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#92) add b1c440c Bump checkstyle from 9.2.1 to 9.3

[commons-codec] branch master updated: Port most exception assertions to JUnit 5.

2022-02-19 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-codec.git The following commit(s) were added to refs/heads/master by this push: new 5a03f5a Port most exception assertions

[commons-codec] branch master updated: Add CodeQL badge.

2022-02-19 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-codec.git The following commit(s) were added to refs/heads/master by this push: new 913694e Add CodeQL badge. new 0cf

[commons-beanutils] branch master updated (6f2f353 -> b414a1f)

2022-02-19 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-beanutils.git. from 6f2f353 Bump japicmp-maven-plugin from 0.15.3 to 0.15.6 (#105) add b414a1f Bump maven-pmd-plugin

[commons-text] branch master updated: Bump maven-pmd-plugin from 3.15.0 to 3.16.0

2022-02-19 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow 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 9086f36 Bump maven-pmd-plugin from 3.15.0

[commons-text] branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0 updated (66ed232 -> ddfc2fb)

2022-02-19 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.16.0 in repository https://gitbox.apache.org/repos/asf/commons-text.git. discard 66ed232 Bump maven-pmd-plugin from 3.15.0 to 3.16.0