[jira] [Work logged] (IO-711) Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-711?focusedWorklogId=544641&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544641 ] ASF GitHub Bot logged work on IO-711: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] coveralls commented on pull request #196: [IO-711] Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread GitBox
coveralls commented on pull request #196: URL: https://github.com/apache/commons-io/pull/196#issuecomment-770146131 [![Coverage Status](https://coveralls.io/builds/36715560/badge)](https://coveralls.io/builds/36715560) Coverage increased (+0.1%) to 89.121% when pulling **cb17517

[jira] [Work logged] (IO-712) SecurityExceptions are hidden instead of breaking the regular flow

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-712?focusedWorklogId=544579&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544579 ] ASF GitHub Bot logged work on IO-712: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on a change in pull request #197: [IO-712] SecurityExceptions are hidden instead of breaking the regular …

2021-01-29 Thread GitBox
garydgregory commented on a change in pull request #197: URL: https://github.com/apache/commons-io/pull/197#discussion_r567153417 ## File path: src/main/java/org/apache/commons/io/FileSystem.java ## @@ -146,27 +146,16 @@ private static boolean getOsMatchesName(final String osN

[jira] [Closed] (LANG-1642) NumberUtils.isCreatable failed to check weather a string is number

2021-01-29 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/LANG-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed LANG-1642. -- > NumberUtils.isCreatable failed to check weather a string is number > -

[jira] [Resolved] (LANG-1642) NumberUtils.isCreatable failed to check weather a string is number

2021-01-29 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/LANG-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-1642. Resolution: Invalid Numbers with leading zeros are treated as octal. > NumberUtils.isCreatable failed to check weat

[jira] [Work logged] (IO-712) SecurityExceptions are hidden instead of breaking the regular flow

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-712?focusedWorklogId=544481&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544481 ] ASF GitHub Bot logged work on IO-712: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] coveralls commented on pull request #197: [IO-712] SecurityExceptions are hidden instead of breaking the regular …

2021-01-29 Thread GitBox
coveralls commented on pull request #197: URL: https://github.com/apache/commons-io/pull/197#issuecomment-770038726 [![Coverage Status](https://coveralls.io/builds/36710086/badge)](https://coveralls.io/builds/36710086) Coverage decreased (-0.2%) to 88.897% when pulling **87035a5

[jira] [Work logged] (CLI-254) "test" gets parsed as test, quotes die :-(

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CLI-254?focusedWorklogId=544474&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544474 ] ASF GitHub Bot logged work on CLI-254: -- Author: ASF GitHub Bot

[GitHub] [commons-cli] coveralls commented on pull request #58: CLI-254: "test" gets parsed as test, quotes die :-(

2021-01-29 Thread GitBox
coveralls commented on pull request #58: URL: https://github.com/apache/commons-cli/pull/58#issuecomment-770027092 [![Coverage Status](https://coveralls.io/builds/36709530/badge)](https://coveralls.io/builds/36709530) Coverage increased (+0.03%) to 96.385% when pulling **14e7d40

[jira] [Resolved] (IO-522) Symbolic links get followed in deleteQuietly

2021-01-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-522. Fix Version/s: 2.9.0 Resolution: Fixed > Symbolic links get followed in deleteQuietly >

[jira] [Work logged] (IO-711) Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-711?focusedWorklogId=544308&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544308 ] ASF GitHub Bot logged work on IO-711: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on pull request #196: [IO-711] Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread GitBox
boris-unckel commented on pull request #196: URL: https://github.com/apache/commons-io/pull/196#issuecomment-769871226 @garydgregory - Fixed the formatting (is there a official eclipse configuration you can recommend?) - Removed single parameter checks in case of direct usage, -

[jira] [Work logged] (IO-711) Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-711?focusedWorklogId=544287&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544287 ] ASF GitHub Bot logged work on IO-711: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on a change in pull request #196: [IO-711] Use Objects.requireNotNull for fail fast method/constructors

2021-01-29 Thread GitBox
boris-unckel commented on a change in pull request #196: URL: https://github.com/apache/commons-io/pull/196#discussion_r566852479 ## File path: src/main/java/org/apache/commons/io/FileUtils.java ## @@ -866,6 +868,8 @@ public static void copyFile(final File srcFile, final File

[jira] [Work logged] (IO-708) Utilize more java.nio for FileUtils and friends

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-708?focusedWorklogId=544276&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544276 ] ASF GitHub Bot logged work on IO-708: - Author: ASF GitHub Bot Cre

[jira] [Closed] (IO-708) Utilize more java.nio for FileUtils and friends

2021-01-29 Thread Boris Unckel (Jira)
[ https://issues.apache.org/jira/browse/IO-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Unckel closed IO-708. --- Resolution: Won't Fix > Utilize more java.nio for FileUtils and friends > ---

[jira] [Work logged] (IO-708) Utilize more java.nio for FileUtils and friends

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-708?focusedWorklogId=544277&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544277 ] ASF GitHub Bot logged work on IO-708: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on pull request #193: [IO-708] Refactor o.a.c.io.FileUtils to NIO

2021-01-29 Thread GitBox
boris-unckel commented on pull request #193: URL: https://github.com/apache/commons-io/pull/193#issuecomment-769817501 Smaller refactorings startet here [https://github.com/apache/commons-io/commit/4caff5d7b7f114d3ca300abb76b6e275167794c6](https://github.com/apache/commons-io/commit/4caff5d

[GitHub] [commons-io] boris-unckel closed pull request #193: [IO-708] Refactor o.a.c.io.FileUtils to NIO

2021-01-29 Thread GitBox
boris-unckel closed pull request #193: URL: https://github.com/apache/commons-io/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Commented] (IO-522) Symbolic links get followed in deleteQuietly

2021-01-29 Thread Boris Unckel (Jira)
[ https://issues.apache.org/jira/browse/IO-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274393#comment-17274393 ] Boris Unckel commented on IO-522: - This has been solved [https://github.com/apache/commons-i

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #157: Solve the problem of download huge file

2021-01-29 Thread GitBox
garydgregory commented on a change in pull request #157: URL: https://github.com/apache/commons-vfs/pull/157#discussion_r566763843 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java ## @@ -248,6 +250,22 @@ public Integ

[jira] [Closed] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread Boris Unckel (Jira)
[ https://issues.apache.org/jira/browse/IO-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Unckel closed IO-710. --- Resolution: Won't Fix > Utilize java.io.UncheckedIOException, rethrow SecurityException > ---

[jira] [Work logged] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-710?focusedWorklogId=544226&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544226 ] ASF GitHub Bot logged work on IO-710: - Author: ASF GitHub Bot Cre

[jira] [Work logged] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-710?focusedWorklogId=544225&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544225 ] ASF GitHub Bot logged work on IO-710: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on pull request #195: [IO-710] Utilize java.io.UncheckedIOException; rethrow SecurityException

2021-01-29 Thread GitBox
boris-unckel commented on pull request #195: URL: https://github.com/apache/commons-io/pull/195#issuecomment-769752005 Some portions are now here: [https://github.com/apache/commons-io/commit/c48ccaf1e60eb91b7849cba8d081f71bb9da630d](https://github.com/apache/commons-io/commit/c48ccaf1e60eb

[GitHub] [commons-io] boris-unckel closed pull request #195: [IO-710] Utilize java.io.UncheckedIOException; rethrow SecurityException

2021-01-29 Thread GitBox
boris-unckel closed pull request #195: URL: https://github.com/apache/commons-io/pull/195 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Work logged] (IO-712) SecurityExceptions are hidden instead of breaking the regular flow

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-712?focusedWorklogId=544221&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544221 ] ASF GitHub Bot logged work on IO-712: - Author: ASF GitHub Bot Cre

[jira] [Updated] (IO-712) SecurityExceptions are hidden instead of breaking the regular flow

2021-01-29 Thread Boris Unckel (Jira)
[ https://issues.apache.org/jira/browse/IO-712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Unckel updated IO-712: Labels: Security SecurityManager (was: ) > SecurityExceptions are hidden instead of breaking the regular flow

[GitHub] [commons-io] boris-unckel opened a new pull request #197: [IO-712] SecurityExceptions are hidden instead of breaking the regular …

2021-01-29 Thread GitBox
boris-unckel opened a new pull request #197: URL: https://github.com/apache/commons-io/pull/197 …flow Fixes https://issues.apache.org/jira/browse/IO-712 SecurityExceptions are rethrown now. This is an automated mess

[jira] [Created] (IO-712) SecurityExceptions are hidden instead of breaking the regular flow

2021-01-29 Thread Boris Unckel (Jira)
Boris Unckel created IO-712: --- Summary: SecurityExceptions are hidden instead of breaking the regular flow Key: IO-712 URL: https://issues.apache.org/jira/browse/IO-712 Project: Commons IO Issue Ty

[jira] [Created] (LANG-1642) NumberUtils.isCreatable failed to check weather a string is number

2021-01-29 Thread Jean-Pierre (Jira)
Jean-Pierre created LANG-1642: - Summary: NumberUtils.isCreatable failed to check weather a string is number Key: LANG-1642 URL: https://issues.apache.org/jira/browse/LANG-1642 Project: Commons Lang

[GitHub] [commons-configuration] jansohn commented on pull request #76: CONFIGURATION-794: add test which demonstrates unclosed file handle

2021-01-29 Thread GitBox
jansohn commented on pull request #76: URL: https://github.com/apache/commons-configuration/pull/76#issuecomment-769720508 > > > > Well, someone already did upload a version 2.8.0 for commons-io on Maven Central and Bintray: > > > > * https://repo1.maven.org/maven2/commons-i

[jira] [Commented] (CLI-254) "test" gets parsed as test, quotes die :-(

2021-01-29 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CLI-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274281#comment-17274281 ] Istvan Toth commented on CLI-254: - I propose the fix in https://github.com/apache/commons-c

[jira] [Work logged] (CLI-254) "test" gets parsed as test, quotes die :-(

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CLI-254?focusedWorklogId=544172&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544172 ] ASF GitHub Bot logged work on CLI-254: -- Author: ASF GitHub Bot

[GitHub] [commons-cli] stoty opened a new pull request #58: CLI-254: "test" gets parsed as test, quotes die :-(

2021-01-29 Thread GitBox
stoty opened a new pull request #58: URL: https://github.com/apache/commons-cli/pull/58 add a new constructor parameter to DefaultParser that disables quote processing on option arguments This is an automated message from

[jira] [Commented] (CLI-275) Cannot get a full quoted argument through

2021-01-29 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/CLI-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274272#comment-17274272 ] Istvan Toth commented on CLI-275: - Looks like a duplicate of CLI-254 > Cannot get a full qu

[jira] [Work logged] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-710?focusedWorklogId=544162&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544162 ] ASF GitHub Bot logged work on IO-710: - Author: ASF GitHub Bot Cre

[jira] [Work logged] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-710?focusedWorklogId=544163&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544163 ] ASF GitHub Bot logged work on IO-710: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on a change in pull request #195: [IO-710] Utilize java.io.UncheckedIOException; rethrow SecurityException

2021-01-29 Thread GitBox
boris-unckel commented on a change in pull request #195: URL: https://github.com/apache/commons-io/pull/195#discussion_r566680956 ## File path: src/main/java/org/apache/commons/io/FileUtils.java ## @@ -1232,12 +1233,16 @@ public static boolean deleteQuietly(final File file) {

[GitHub] [commons-io] boris-unckel commented on a change in pull request #195: [IO-710] Utilize java.io.UncheckedIOException; rethrow SecurityException

2021-01-29 Thread GitBox
boris-unckel commented on a change in pull request #195: URL: https://github.com/apache/commons-io/pull/195#discussion_r566680956 ## File path: src/main/java/org/apache/commons/io/FileUtils.java ## @@ -1232,12 +1233,16 @@ public static boolean deleteQuietly(final File file) {

[jira] [Work logged] (IO-710) Utilize java.io.UncheckedIOException, rethrow SecurityException

2021-01-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-710?focusedWorklogId=544148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544148 ] ASF GitHub Bot logged work on IO-710: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] boris-unckel commented on a change in pull request #195: [IO-710] Utilize java.io.UncheckedIOException; rethrow SecurityException

2021-01-29 Thread GitBox
boris-unckel commented on a change in pull request #195: URL: https://github.com/apache/commons-io/pull/195#discussion_r566680956 ## File path: src/main/java/org/apache/commons/io/FileUtils.java ## @@ -1232,12 +1233,16 @@ public static boolean deleteQuietly(final File file) {