[commons-net] 02/03: Rename most private names to remove __prefix, _prefix and postfix_ underscores. Protected names are untouched. Make some package private variables private.

2020-09-20 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-net.git commit e70463ef9494b4c170a27e61b847dca44979be5e Author: Gary Gregory AuthorDate: Sun Sep 20 22:39:59 2020 -0400 Ren

[commons-net] 03/03: Make some private fields final.

2020-09-20 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-net.git commit d27341dc31630235942761efa6e1e3b9d8d4 Author: Gary Gregory AuthorDate: Sun Sep 20 22:40:20 2020 -0400 Mak

[commons-net] branch master updated (0da7650 -> d27341d)

2020-09-20 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-net.git. from 0da7650 Fix Checkstyle errors (line length). new 10b792c Rename most private names to remove __prefix,

[commons-net] branch master updated: Fix Checkstyle errors (line length).

2020-09-20 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-net.git The following commit(s) were added to refs/heads/master by this push: new 0da7650 Fix Checkstyle errors (line leng

[commons-net] branch master updated: Get this test to pass on Java 11 with a TLS hack.

2020-09-20 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-net.git The following commit(s) were added to refs/heads/master by this push: new e4d503a Get this test to pass on Java 11

[commons-jci] branch master updated: Ignore Eclipse files.

2020-09-20 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-jci.git The following commit(s) were added to refs/heads/master by this push: new b8bb2be Ignore Eclipse files. b8bb2be is

[commons-logging] branch master updated: Ignore Eclipse file.

2020-09-20 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-logging.git The following commit(s) were added to refs/heads/master by this push: new f26b631 Ignore Eclipse file. f26b631

[commons-validator] branch master updated: Use uppercase for long literal suffix.

2020-09-20 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-validator.git The following commit(s) were added to refs/heads/master by this push: new df9ba5f Use uppercase for long lit

[commons-codec] branch master updated: Use uppercase for long literal suffix.

2020-09-20 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 0a4e73c Use uppercase for long literal

[commons-net] 02/02: Fix potential resource leaks with try-with-resource blocks.

2020-09-20 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-net.git commit e2715a012ab91a844d28b0963e2f8b322c225ab9 Author: Gary Gregory AuthorDate: Sun Sep 20 18:47:12 2020 -0400 Fix

[commons-dbcp] branch master updated: Use uppercase for long literal suffix.

2020-09-20 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-dbcp.git The following commit(s) were added to refs/heads/master by this push: new ba727a7 Use uppercase for long literal

[commons-net] 01/02: Remove unused throws clause from package private constructor.

2020-09-20 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-net.git commit dd362ac29a4e262ab4778416e572bd4246e985c4 Author: Gary Gregory AuthorDate: Sun Sep 20 18:25:09 2020 -0400 Rem

[commons-net] branch master updated (405bbdf -> e2715a0)

2020-09-20 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-net.git. from 405bbdf Remove some extra parentheses that are truly useless, for example: "return(false);" -> "return false

[commons-compress] branch master updated: Use uppercase for long literal suffix.

2020-09-20 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 0628668 Use uppercase for long lite

[commons-net] 01/03: No need to nest in else block.

2020-09-20 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-net.git commit 5e8951d0852b5f4cbf1de3d170f96d46fc171d3b Author: Gary Gregory AuthorDate: Sun Sep 20 18:07:07 2020 -0400 No

[commons-net] 02/03: Don't use C-like syntax.

2020-09-20 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-net.git commit e313ea45b090895d821b313ce59d5224a3c750df Author: Gary Gregory AuthorDate: Sun Sep 20 18:11:02 2020 -0400 Don

[commons-net] branch master updated (6c57c41 -> 405bbdf)

2020-09-20 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-net.git. from 6c57c41 Remove redundant 'public', 'static' and 'final' keywords. new 5e8951d No need to nest in else b

[commons-net] 03/03: Remove some extra parentheses that are truly useless, for example: "return(false); " -> "return false; "

2020-09-20 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-net.git commit 405bbdfc0e7acc600417a4428bbc5b11e69c2624 Author: Gary Gregory AuthorDate: Sun Sep 20 18:23:56 2020 -0400 Rem

[commons-logging] branch master updated: Drop Java 6 build since Java 7 is the requirement.

2020-09-20 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-logging.git The following commit(s) were added to refs/heads/master by this push: new 5539096 Drop Java 6 build since Java

[commons-logging] branch master updated: Add .gitignore file.

2020-09-20 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-logging.git The following commit(s) were added to refs/heads/master by this push: new 44e7ba0 Add .gitignore file. 44e7ba0

[commons-crypto] branch master updated: A Dockerfile for Linux and Windows.

2020-09-20 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-crypto.git The following commit(s) were added to refs/heads/master by this push: new a746c59 A Dockerfile for Linux and Wi

[commons-net] 05/09: Always use a back.

2020-09-20 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-net.git commit 93b9cf46546583b7428da7ddc698280b86b0226c Author: Gary Gregory AuthorDate: Sun Sep 20 14:59:32 2020 -0400 Alw

[commons-net] 02/09: Use varg args syntax instead of explicit arrays.

2020-09-20 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-net.git commit 7a561ed6ad8169c114a4b8358d69dc9fda6220da Author: Gary Gregory AuthorDate: Sun Sep 20 14:57:07 2020 -0400 Use

[commons-net] 06/09: Use for-each.

2020-09-20 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-net.git commit 1f1cb3cbd64e3cd817c27be0dd454c35f2e97101 Author: Gary Gregory AuthorDate: Sun Sep 20 14:59:57 2020 -0400 Use

[commons-net] 01/09: Use Java 7 diamonds.

2020-09-20 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-net.git commit 089220322e79ed4a1f1bbc9291e8633d24282ae0 Author: Gary Gregory AuthorDate: Sun Sep 20 14:55:09 2020 -0400 Use

[commons-net] 09/09: Remove redundant 'public', 'static' and 'final' keywords.

2020-09-20 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-net.git commit 6c57c412f16ab4e0cf9d00d84f4e3ce5a39120f9 Author: Gary Gregory AuthorDate: Sun Sep 20 15:04:23 2020 -0400 Rem

[commons-net] 04/09: Merge identical blocks.

2020-09-20 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-net.git commit 9148126fa2d829637d1977901c6417256b20c582 Author: Gary Gregory AuthorDate: Sun Sep 20 14:58:45 2020 -0400 Mer

[commons-net] 03/09: Remove extra ';'.

2020-09-20 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-net.git commit 47e0dd9ebbb8eb9b8bb5b99a41d9dafe10f905a5 Author: Gary Gregory AuthorDate: Sun Sep 20 14:57:38 2020 -0400 Rem

[commons-net] branch master updated (bc5fb9e -> 6c57c41)

2020-09-20 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-net.git. from bc5fb9e Java 7 won't simply build on Maven on GitHub. new 0892203 Use Java 7 diamonds. new 7a561ed

[commons-net] 08/09: Add missing annotations.

2020-09-20 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-net.git commit 36321b49c2075777bc96c276c193ed8cccf290f3 Author: Gary Gregory AuthorDate: Sun Sep 20 15:01:34 2020 -0400 Add

[commons-net] branch master updated: Java 7 won't simply build on Maven on GitHub.

2020-09-20 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-net.git The following commit(s) were added to refs/heads/master by this push: new bc5fb9e Java 7 won't simply build on Mav

[commons-net] branch master updated: Add back dist: trusty.

2020-09-20 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-net.git The following commit(s) were added to refs/heads/master by this push: new 47bc411 Add back dist: trusty. 47bc411 i

[commons-net] 01/02: [NET-687][FTPS] javax.net.ssl.SSLException: Unsupported or unrecognized SSL message, #59.

2020-09-20 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-net.git commit 2e2897dcb82308019bdd40be3b5eede7918a572d Author: Gary Gregory AuthorDate: Sun Sep 20 12:22:10 2020 -0400 [NE

[commons-net] 02/02: Fix Checkstyle. Don't allow junk Javadocs. Use the POM default goal from CIs.

2020-09-20 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-net.git commit 8544697a7169b82456c27b6dd60379f8f7704bcf Author: Gary Gregory AuthorDate: Sun Sep 20 12:28:16 2020 -0400 Fix

[commons-net] branch master updated (e663194 -> 8544697)

2020-09-20 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-net.git. from e663194 Fix Javadoc warning. new 2e2897d [NET-687][FTPS] javax.net.ssl.SSLException: Unsupported or un