[jira] [Updated] (BEANUTILS-544) Generic method to check if a CharSequence is emnpry

2021-01-09 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated BEANUTILS-544: Description: In order to duplicate always the same cheek  in the class 

[jira] [Updated] (BEANUTILS-544) Generic method to check if a CharSequence is emnpry

2021-01-09 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated BEANUTILS-544: Component/s: Bean / Property Utils > Generic method to check if a CharSequence is

[jira] [Created] (BEANUTILS-544) Generic method to check if a CharSequence is emnpry

2021-01-09 Thread Arturo Bernal (Jira)
Arturo Bernal created BEANUTILS-544: --- Summary: Generic method to check if a CharSequence is emnpry Key: BEANUTILS-544 URL: https://issues.apache.org/jira/browse/BEANUTILS-544 Project: Commons

[GitHub] [commons-beanutils] arturobernalg opened a new pull request #65: [BEANUTILS-533] - If expression contains ")", DefaultResolver #getKey

2021-01-09 Thread GitBox
arturobernalg opened a new pull request #65: URL: https://github.com/apache/commons-beanutils/pull/65 In DefaultResolver #getKey(String expression), if the expression contains a ")", the returned value is incorrect because the algorithm stops at the first ")" character (#indefOf is used).

[GitHub] [commons-digester] nhojpatrick closed pull request #6: enable dependabot

2021-01-09 Thread GitBox
nhojpatrick closed pull request #6: URL: https://github.com/apache/commons-digester/pull/6 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

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

2021-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-540?focusedWorklogId=533905=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533905 ] 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

2021-01-09 Thread GitBox
PeterAlfredLee commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-757086817 Thanks @theobisproject for your hard work! This is an automated message from the Apache Git

[GitHub] [commons-rng] coveralls edited a comment on pull request #79: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #79: URL: https://github.com/apache/commons-rng/pull/79#issuecomment-708471218 [![Coverage Status](https://coveralls.io/builds/36207332/badge)](https://coveralls.io/builds/36207332) Coverage remained the same at 99.508% when pulling

[GitHub] [commons-dbutils] coveralls edited a comment on pull request #51: Bump checkstyle from 8.37 to 8.39

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #51: URL: https://github.com/apache/commons-dbutils/pull/51#issuecomment-753267337 [![Coverage Status](https://coveralls.io/builds/36194762/badge)](https://coveralls.io/builds/36194762) Coverage remained the same at 65.619% when pulling

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

2021-01-09 Thread GitBox
PeterAlfredLee merged pull request #113: URL: https://github.com/apache/commons-compress/pull/113 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-crypto] arturobernalg closed pull request #129: Minor Improvements:

2021-01-09 Thread GitBox
arturobernalg closed pull request #129: URL: https://github.com/apache/commons-crypto/pull/129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

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

[GitHub] [commons-math] coveralls commented on pull request #170: Shutdown execution services (in test classes) once the results are taken

2021-01-09 Thread GitBox
coveralls commented on pull request #170: URL: https://github.com/apache/commons-math/pull/170#issuecomment-757382242 [![Coverage Status](https://coveralls.io/builds/36207216/badge)](https://coveralls.io/builds/36207216) Coverage increased (+0.008%) to 90.713% when pulling

[GitHub] [commons-io] garydgregory commented on pull request #47: Check the return value of lockFile.delete().

2021-01-09 Thread GitBox
garydgregory commented on pull request #47: URL: https://github.com/apache/commons-io/pull/47#issuecomment-756865884 Note that this PR would contradict the class' Javadoc: ``` /** * FileWriter that will create and honor lock files to allow simple * cross thread file lock

[jira] [Work logged] (IO-279) Tailer erroneously considers file as new

2021-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-279?focusedWorklogId=533751=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533751 ] ASF GitHub Bot logged work on IO-279: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory closed pull request #40: IO-279: Added ignoreNew parameter on instantiating Tailer.

2021-01-09 Thread GitBox
garydgregory closed pull request #40: URL: https://github.com/apache/commons-io/pull/40 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

[GitHub] [commons-numbers] coveralls edited a comment on pull request #86: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #86: URL: https://github.com/apache/commons-numbers/pull/86#issuecomment-708470874 [![Coverage Status](https://coveralls.io/builds/36207334/badge)](https://coveralls.io/builds/36207334) Coverage remained the same at 99.637% when pulling

[GitHub] [commons-math] coveralls edited a comment on pull request #160: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #160: URL: https://github.com/apache/commons-math/pull/160#issuecomment-708474521 [![Coverage Status](https://coveralls.io/builds/36207345/badge)](https://coveralls.io/builds/36207345) Coverage remained the same at 90.705% when pulling

[GitHub] [commons-math] asfgit closed pull request #170: Shutdown execution services (in test classes) once the results are taken

2021-01-09 Thread GitBox
asfgit closed pull request #170: URL: https://github.com/apache/commons-math/pull/170 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-crypto] nhojpatrick commented on pull request #107: JUnit v4.13.1

2021-01-09 Thread GitBox
nhojpatrick commented on pull request #107: URL: https://github.com/apache/commons-crypto/pull/107#issuecomment-757368148 Hi @arturobernalg yep just spotted sometime in the last 3 months it's been upgrade This is an

[GitHub] [commons-io] garydgregory commented on pull request #66: Avoid Code Duplication: Reuse Sleep from ThreadMonitor

2021-01-09 Thread GitBox
garydgregory commented on pull request #66: URL: https://github.com/apache/commons-io/pull/66#issuecomment-756862696 > Hi @DaGeRe ! > > Agree that code duplication is bad. But the change could perhaps be changed a little bit to make it easier to accept it in my opinion. > >

[jira] [Work logged] (IO-429) ByteArrayOutputStream can overflow

2021-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-429?focusedWorklogId=533682=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533682 ] ASF GitHub Bot logged work on IO-429: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-279) Tailer erroneously considers file as new

2021-01-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-279?focusedWorklogId=533681=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533681 ] ASF GitHub Bot logged work on IO-279: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] garydgregory commented on a change in pull request #175: IO-429: Check for long streams in IOUtils.toByteArray

2021-01-09 Thread GitBox
garydgregory commented on a change in pull request #175: URL: https://github.com/apache/commons-io/pull/175#discussion_r544754329 ## File path: pom.xml ## @@ -384,7 +384,7 @@ file comparators, endian transformation classes, and much more. 1 false

[GitHub] [commons-io] garydgregory commented on pull request #40: IO-279: Added ignoreNew parameter on instantiating Tailer.

2021-01-09 Thread GitBox
garydgregory commented on pull request #40: URL: https://github.com/apache/commons-io/pull/40#issuecomment-756877640 No activity since 2017, closing. This is an automated message from the Apache Git Service. To respond

[GitHub] [commons-dbutils] coveralls edited a comment on pull request #43: hamcrest v2.2

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #43: URL: https://github.com/apache/commons-dbutils/pull/43#issuecomment-707539896 [![Coverage Status](https://coveralls.io/builds/36207289/badge)](https://coveralls.io/builds/36207289) Coverage remained the same at 65.619% when pulling

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

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

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

2021-01-09 Thread GitBox
theobisproject commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-757223321 Thank you all for taking the time to review this change! This is an automated message from the

[GitHub] [commons-crypto] arturobernalg commented on a change in pull request #129: Minor Improvements:

2021-01-09 Thread GitBox
arturobernalg commented on a change in pull request #129: URL: https://github.com/apache/commons-crypto/pull/129#discussion_r553881334 ## File path: src/main/java/org/apache/commons/crypto/random/OsCryptoRandom.java ## @@ -74,7 +76,7 @@ public OsCryptoRandom(final Properties

[GitHub] [commons-crypto] garydgregory commented on a change in pull request #129: Minor Improvements:

2021-01-09 Thread GitBox
garydgregory commented on a change in pull request #129: URL: https://github.com/apache/commons-crypto/pull/129#discussion_r553931692 ## File path: src/main/java/org/apache/commons/crypto/utils/ReflectionUtils.java ## @@ -30,7 +32,7 @@ */ public final class ReflectionUtils

[GitHub] [commons-crypto] nhojpatrick commented on pull request #108: enable dependabot

2021-01-09 Thread GitBox
nhojpatrick commented on pull request #108: URL: https://github.com/apache/commons-crypto/pull/108#issuecomment-756617184 Yeah @arturobernalg I've just spotted it was added 2 months after I raised this pr. There are probably other pr's that can be closed now, if committers are

[GitHub] [commons-math] asfgit closed pull request #170: Shutdown execution services (in test classes) once the results are taken

2021-01-09 Thread GitBox
asfgit closed pull request #170: URL: https://github.com/apache/commons-math/pull/170 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-math] coveralls edited a comment on pull request #160: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #160: URL: https://github.com/apache/commons-math/pull/160#issuecomment-708474521 [![Coverage Status](https://coveralls.io/builds/36207345/badge)](https://coveralls.io/builds/36207345) Coverage remained the same at 90.705% when pulling

[GitHub] [commons-rng] coveralls edited a comment on pull request #79: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #79: URL: https://github.com/apache/commons-rng/pull/79#issuecomment-708471218 [![Coverage Status](https://coveralls.io/builds/36207332/badge)](https://coveralls.io/builds/36207332) Coverage remained the same at 99.508% when pulling

[GitHub] [commons-numbers] coveralls edited a comment on pull request #86: enable dependabot

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #86: URL: https://github.com/apache/commons-numbers/pull/86#issuecomment-708470874 [![Coverage Status](https://coveralls.io/builds/36207334/badge)](https://coveralls.io/builds/36207334) Coverage remained the same at 99.637% when pulling

[GitHub] [commons-digester] nhojpatrick closed pull request #6: enable dependabot

2021-01-09 Thread GitBox
nhojpatrick closed pull request #6: URL: https://github.com/apache/commons-digester/pull/6 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-dbutils] coveralls edited a comment on pull request #43: hamcrest v2.2

2021-01-09 Thread GitBox
coveralls edited a comment on pull request #43: URL: https://github.com/apache/commons-dbutils/pull/43#issuecomment-707539896 [![Coverage Status](https://coveralls.io/builds/36207289/badge)](https://coveralls.io/builds/36207289) Coverage remained the same at 65.619% when pulling

[GitHub] [commons-math] coveralls commented on pull request #170: Shutdown execution services (in test classes) once the results are taken

2021-01-09 Thread GitBox
coveralls commented on pull request #170: URL: https://github.com/apache/commons-math/pull/170#issuecomment-757382242 [![Coverage Status](https://coveralls.io/builds/36207216/badge)](https://coveralls.io/builds/36207216) Coverage increased (+0.008%) to 90.713% when pulling

[GitHub] [commons-math] gliga opened a new pull request #170: Shutdown execution services (in test classes) once the results are taken

2021-01-09 Thread GitBox
gliga opened a new pull request #170: URL: https://github.com/apache/commons-math/pull/170 Depending on the (JUnit) runner used, the execution might never terminate without these extra shutdown calls. This is an automated

[GitHub] [commons-crypto] nhojpatrick commented on pull request #107: JUnit v4.13.1

2021-01-09 Thread GitBox
nhojpatrick commented on pull request #107: URL: https://github.com/apache/commons-crypto/pull/107#issuecomment-757368148 Hi @arturobernalg yep just spotted sometime in the last 3 months it's been upgrade This is an

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

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

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

2021-01-09 Thread GitBox
theobisproject commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-757223321 Thank you all for taking the time to review this change! This is an automated message from the