[GitHub] [commons-configuration] dependabot[bot] opened a new pull request #72: Bump commons-pool2 from 2.8.1 to 2.9.0

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #72: URL: https://github.com/apache/commons-configuration/pull/72 Bumps commons-pool2 from 2.8.1 to 2.9.0. [![Dependabot compatibility

[GitHub] [commons-dbcp] dependabot[bot] opened a new pull request #67: Bump commons-pool2 from 2.8.1 to 2.9.0

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #67: URL: https://github.com/apache/commons-dbcp/pull/67 Bumps commons-pool2 from 2.8.1 to 2.9.0. [![Dependabot compatibility

[GitHub] [commons-collections] akiyamaneko closed pull request #185: prevent setCollection API In FixedSizeList

2020-09-28 Thread GitBox
akiyamaneko closed pull request #185: URL: https://github.com/apache/commons-collections/pull/185 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-collections] akiyamaneko opened a new pull request #185: prevent setCollection API In FixedSizeList

2020-09-28 Thread GitBox
akiyamaneko opened a new pull request #185: URL: https://github.com/apache/commons-collections/pull/185 prevent `setCollection` API In FixedSizeList `setCollection` can replace the whole list, it is better not to support the api. ```java List initList = new ArrayList()

[jira] [Resolved] (COMMONSSITE-137) commons-build:all ignores commons.release.hash settings

2020-09-28 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/COMMONSSITE-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMMONSSITE-137. -- Fix Version/s: 1.12 Resolution: Fixed commit 96ec268853a28ae6c536133d08d690e7a65e11cc

[jira] [Updated] (COMMONSSITE-137) commons-build:all ignores commons.release.hash settings

2020-09-28 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/COMMONSSITE-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated COMMONSSITE-137: - Assignee: Sebb > commons-build:all ignores commons.release.hash settings >

[jira] [Created] (COMMONSSITE-137) commons-build:all ignores commons.release.hash settings

2020-09-28 Thread Sebb (Jira)
Sebb created COMMONSSITE-137: Summary: commons-build:all ignores commons.release.hash settings Key: COMMONSSITE-137 URL: https://issues.apache.org/jira/browse/COMMONSSITE-137 Project: Apache Commons All

[jira] [Resolved] (COMMONSSITE-135) For CSV - CSVFormat - withIgnoreEmptyLines() unworking for CSV files.

2020-09-28 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/COMMONSSITE-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMMONSSITE-135. -- Resolution: Invalid This is not the correct JIRA for CSV, and the description gives no clue as to

[jira] [Updated] (IO-690) IOUtils.toByteArray(null) no longer throws a NullPointerException

2020-09-28 Thread Chris Heisterkamp (Jira)
[ https://issues.apache.org/jira/browse/IO-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Heisterkamp updated IO-690: - Description: The javadoc for IOUtils.toByteArray still says {{Throws:}} {{ NullPointerException -

[jira] [Created] (IO-690) IOUtils.toByteArray(null) no longer throws a NullPointerException

2020-09-28 Thread Chris Heisterkamp (Jira)
Chris Heisterkamp created IO-690: Summary: IOUtils.toByteArray(null) no longer throws a NullPointerException Key: IO-690 URL: https://issues.apache.org/jira/browse/IO-690 Project: Commons IO

[jira] [Created] (CONFIGURATION-793) Error reading a list from JSON after 2.3

2020-09-28 Thread Cliff Evans (Jira)
Cliff Evans created CONFIGURATION-793: - Summary: Error reading a list from JSON after 2.3 Key: CONFIGURATION-793 URL: https://issues.apache.org/jira/browse/CONFIGURATION-793 Project: Commons

[jira] [Commented] (CONFIGURATION-753) Handling of interpolation is inconsistent

2020-09-28 Thread Peter (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17203222#comment-17203222 ] Peter commented on CONFIGURATION-753: - Any chance of an update on this? I'm happy to work on

[jira] [Work logged] (COMPRESS-540) Random access on Tar archive

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-540?focusedWorklogId=491944=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491944 ] ASF GitHub Bot logged work on COMPRESS-540: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] PeterAlfredLee commented on pull request #113: COMPRESS-540: Implement TarFile to allow random access to tar files

2020-09-28 Thread GitBox
PeterAlfredLee commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-699962152 IMO, it's OK to have a random access for Tar - even through it would be slower as we read the `tar archive` to get the positions of entries. But I think we should

[jira] [Closed] (COMPRESS-556) Decompression fails with java.util.zip.ZipException

2020-09-28 Thread Attila Fodor (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Fodor closed COMPRESS-556. - Resolution: Not A Problem > Decompression fails with java.util.zip.ZipException >

[jira] [Commented] (COMPRESS-556) Decompression fails with java.util.zip.ZipException

2020-09-28 Thread Attila Fodor (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17203154#comment-17203154 ] Attila Fodor commented on COMPRESS-556: --- Hm yes, this is true. I extracted it on linux but did

[jira] [Commented] (COMPRESS-556) Decompression fails with java.util.zip.ZipException

2020-09-28 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17203109#comment-17203109 ] Peter Lee commented on COMPRESS-556: How is this zip archive created?   I tested to unzip it

[GitHub] [commons-collections] coveralls commented on pull request #184: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
coveralls commented on pull request #184: URL: https://github.com/apache/commons-collections/pull/184#issuecomment-699820970 [![Coverage Status](https://coveralls.io/builds/33760628/badge)](https://coveralls.io/builds/33760628) Coverage remained the same at 90.127% when pulling

[GitHub] [commons-lang] coveralls commented on pull request #621: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
coveralls commented on pull request #621: URL: https://github.com/apache/commons-lang/pull/621#issuecomment-699820248 [![Coverage Status](https://coveralls.io/builds/33760851/badge)](https://coveralls.io/builds/33760851) Coverage remained the same at 94.705% when pulling

[GitHub] [commons-release-plugin] coveralls commented on pull request #18: Bump checkstyle from 8.36.1 to 8.36.2

2020-09-28 Thread GitBox
coveralls commented on pull request #18: URL: https://github.com/apache/commons-release-plugin/pull/18#issuecomment-699818651 [![Coverage Status](https://coveralls.io/builds/33760833/badge)](https://coveralls.io/builds/33760833) Coverage remained the same at 74.936% when

[GitHub] [commons-dbutils] coveralls commented on pull request #38: Bump checkstyle from 8.35 to 8.36.2

2020-09-28 Thread GitBox
coveralls commented on pull request #38: URL: https://github.com/apache/commons-dbutils/pull/38#issuecomment-699815956 [![Coverage Status](https://coveralls.io/builds/33760701/badge)](https://coveralls.io/builds/33760701) Coverage increased (+0.02%) to 64.963% when pulling

[GitHub] [commons-collections] kinow merged pull request #184: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
kinow merged pull request #184: URL: https://github.com/apache/commons-collections/pull/184 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

[GitHub] [commons-text] kinow merged pull request #168: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
kinow merged pull request #168: URL: https://github.com/apache/commons-text/pull/168 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 go

[GitHub] [commons-release-plugin] dependabot[bot] opened a new pull request #18: Bump checkstyle from 8.36.1 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #18: URL: https://github.com/apache/commons-release-plugin/pull/18 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.1 to 8.36.2. Release notes Sourced from

[GitHub] [commons-lang] dependabot[bot] closed pull request #617: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] closed pull request #617: URL: https://github.com/apache/commons-lang/pull/617 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-vfs] dependabot[bot] opened a new pull request #132: Bump checkstyle from 8.36.1 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #132: URL: https://github.com/apache/commons-vfs/pull/132 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.1 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-text] dependabot[bot] commented on pull request #162: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] commented on pull request #162: URL: https://github.com/apache/commons-text/pull/162#issuecomment-699803925 Superseded by #168. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-text] dependabot[bot] opened a new pull request #168: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #168: URL: https://github.com/apache/commons-text/pull/168 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-vfs] dependabot[bot] opened a new pull request #131: Bump mockito-core from 3.4.4 to 3.5.13

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #131: URL: https://github.com/apache/commons-vfs/pull/131 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.5.13. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [commons-dbutils] dependabot[bot] opened a new pull request #38: Bump checkstyle from 8.35 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #38: URL: https://github.com/apache/commons-dbutils/pull/38 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.35 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-lang] dependabot[bot] opened a new pull request #621: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #621: URL: https://github.com/apache/commons-lang/pull/621 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-dbutils] dependabot[bot] closed pull request #34: Bump checkstyle from 8.35 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] closed pull request #34: URL: https://github.com/apache/commons-dbutils/pull/34 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-lang] dependabot[bot] commented on pull request #617: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] commented on pull request #617: URL: https://github.com/apache/commons-lang/pull/617#issuecomment-699804087 Superseded by #621. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-text] dependabot[bot] closed pull request #162: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] closed pull request #162: URL: https://github.com/apache/commons-text/pull/162 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-dbutils] dependabot[bot] commented on pull request #34: Bump checkstyle from 8.35 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] commented on pull request #34: URL: https://github.com/apache/commons-dbutils/pull/34#issuecomment-699803928 Superseded by #38. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-collections] dependabot[bot] opened a new pull request #184: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #184: URL: https://github.com/apache/commons-collections/pull/184 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-collections] dependabot[bot] closed pull request #182: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] closed pull request #182: URL: https://github.com/apache/commons-collections/pull/182 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [commons-collections] dependabot[bot] commented on pull request #182: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] commented on pull request #182: URL: https://github.com/apache/commons-collections/pull/182#issuecomment-699803573 Superseded by #184. This is an automated message from the Apache Git Service. To respond to

[GitHub] [commons-configuration] dependabot[bot] opened a new pull request #71: Bump checkstyle from 8.36 to 8.36.2

2020-09-28 Thread GitBox
dependabot[bot] opened a new pull request #71: URL: https://github.com/apache/commons-configuration/pull/71 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.36.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [commons-configuration] dependabot[bot] closed pull request #67: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] closed pull request #67: URL: https://github.com/apache/commons-configuration/pull/67 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [commons-configuration] dependabot[bot] commented on pull request #67: Bump checkstyle from 8.36 to 8.36.1

2020-09-28 Thread GitBox
dependabot[bot] commented on pull request #67: URL: https://github.com/apache/commons-configuration/pull/67#issuecomment-699803143 Superseded by #71. This is an automated message from the Apache Git Service. To respond to