[jira] [Work logged] (LANG-1444) NumberUtils.createNumber() does not create BigDecimal for decimal fractions tending to zero

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1444?focusedWorklogId=524865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524865 ] ASF GitHub Bot logged work on LANG-1444: Author: ASF GitHub Bot

[GitHub] [commons-lang] bndhanush commented on pull request #675: LANG-1444

2020-12-15 Thread GitBox
bndhanush commented on pull request #675: URL: https://github.com/apache/commons-lang/pull/675#issuecomment-745846181 Hi @garydgregory, I have fixed the formatting issue. I see it is ok for the 16-ea build to fail, is that correct understanding? I am pretty new to OS, can you ple

[GitHub] [commons-compress] coveralls commented on pull request #158: Bump org.apache.felix.framework from 6.0.3 to 6.0.4

2020-12-15 Thread GitBox
coveralls commented on pull request #158: URL: https://github.com/apache/commons-compress/pull/158#issuecomment-745812935 [![Coverage Status](https://coveralls.io/builds/35753243/badge)](https://coveralls.io/builds/35753243) Coverage remained the same at 87.273% when pulling **3

[jira] [Created] (POOL-391) GenericKeyedObjectPool is not thread safe when invoke method `borrowObject` and `destroy` simultaneously

2020-12-15 Thread Codievilky August (Jira)
Codievilky August created POOL-391: -- Summary: GenericKeyedObjectPool is not thread safe when invoke method `borrowObject` and `destroy` simultaneously Key: POOL-391 URL: https://issues.apache.org/jira/browse/POO

[GitHub] [commons-compress] dependabot[bot] opened a new pull request #158: Bump org.apache.felix.framework from 6.0.3 to 6.0.4

2020-12-15 Thread GitBox
dependabot[bot] opened a new pull request #158: URL: https://github.com/apache/commons-compress/pull/158 Bumps org.apache.felix.framework from 6.0.3 to 6.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org

[GitHub] [commons-logging] dependabot[bot] opened a new pull request #32: Bump logkit from 1.0.1 to 2.0

2020-12-15 Thread GitBox
dependabot[bot] opened a new pull request #32: URL: https://github.com/apache/commons-logging/pull/32 Bumps logkit from 1.0.1 to 2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=logkit:logkit&package-manage

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

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-429?focusedWorklogId=524811&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524811 ] ASF GitHub Bot logged work on IO-429: - Author: ASF GitHub Bot Cre

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

2020-12-15 Thread GitBox
garydgregory commented on pull request #175: URL: https://github.com/apache/commons-io/pull/175#issuecomment-745740037 Why would you use a real file? Just test with a `InfiniteCircularInputStream`. This is an automated messa

[jira] [Commented] (DAEMON-427) Lack of JvmOptions causes crash

2020-12-15 Thread Grzegorz Niemirowski (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250011#comment-17250011 ] Grzegorz Niemirowski commented on DAEMON-427: - My mistake. The affected versi

[jira] [Updated] (DAEMON-427) Lack of JvmOptions causes crash

2020-12-15 Thread Grzegorz Niemirowski (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Niemirowski updated DAEMON-427: Affects Version/s: (was: 1.2.2) 1.2.3 > Lack of JvmOptio

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

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-429?focusedWorklogId=524660&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524660 ] ASF GitHub Bot logged work on IO-429: - Author: ASF GitHub Bot Cre

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

2020-12-15 Thread GitBox
leskin-in commented on pull request #175: URL: https://github.com/apache/commons-io/pull/175#issuecomment-745514116 Adding a test for this change (e.g. to [`IOUtilsTestCase`](https://github.com/apache/commons-io/blob/5dd0f87c8e37c7838ef336e20307caf24b61c329/src/test/java/org/apache/commons/

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

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-429?focusedWorklogId=524659&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524659 ] ASF GitHub Bot logged work on IO-429: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] leskin-in opened a new pull request #175: IO-429: Check for long streams in IOUtils.toByteArray

2020-12-15 Thread GitBox
leskin-in opened a new pull request #175: URL: https://github.com/apache/commons-io/pull/175 Throw an `IllegalArgumentException` when an `InputStream` provided to `IOUtils.toByteArray()` is longer than `Integer.MAX_VALUE` bytes. Processing of such long arrays is not possible, as arrays wit

[GitHub] [commons-logging] elharo commented on pull request #26: [LOGGING-173] remove Apache Avalon, defunct for over a decade

2020-12-15 Thread GitBox
elharo commented on pull request #26: URL: https://github.com/apache/commons-logging/pull/26#issuecomment-745424842 My personal thoughts are that this project has run its course. java.util.logging and SLF4J between them seem to serve the market. If it's not moving forward, then it's probab

[jira] [Work logged] (LANG-1409) Crashes when testing StringUtils and CharSequenceUtils

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1409?focusedWorklogId=524557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524557 ] ASF GitHub Bot logged work on LANG-1409: Author: ASF GitHub Bot

[GitHub] [commons-lang] subhamgupta26 opened a new pull request #676: LANG-1409 StringUtils fix

2020-12-15 Thread GitBox
subhamgupta26 opened a new pull request #676: URL: https://github.com/apache/commons-lang/pull/676 LANG-1409: StringUtils fix This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [commons-io] garydgregory edited a comment on pull request #174: Restructure moveDirectoryToDirectory

2020-12-15 Thread GitBox
garydgregory edited a comment on pull request #174: URL: https://github.com/apache/commons-io/pull/174#issuecomment-745411846 Hi @michielgkalkman Don't you mean ONE call to `exists()` is skipped instead of 2? This is

[GitHub] [commons-io] garydgregory commented on pull request #174: Restructure moveDirectoryToDirectory

2020-12-15 Thread GitBox
garydgregory commented on pull request #174: URL: https://github.com/apache/commons-io/pull/174#issuecomment-745411846 Hi @michielgkalkman Don't you mean ONE call to `exists()` skipped instead of 2? This is an automat

[GitHub] [commons-logging] dependabot[bot] closed pull request #10: Bump maven-checkstyle-plugin from 2.7 to 3.1.1

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

[GitHub] [commons-logging] garydgregory commented on pull request #10: Bump maven-checkstyle-plugin from 2.7 to 3.1.1

2020-12-15 Thread GitBox
garydgregory commented on pull request #10: URL: https://github.com/apache/commons-logging/pull/10#issuecomment-745399705 Done separately in git master. @dependabot close This is an automated message from the Apache Gi

[jira] [Closed] (LANG-1626) Correction in Javadoc of some methods

2020-12-15 Thread Kanak Sony (Jira)
[ https://issues.apache.org/jira/browse/LANG-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanak Sony closed LANG-1626. Closing as its done. > Correction in Javadoc of some methods > -- > >

[jira] [Updated] (LANG-1626) Correction in Javadoc of some methods

2020-12-15 Thread Kanak Sony (Jira)
[ https://issues.apache.org/jira/browse/LANG-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kanak Sony updated LANG-1626: - Labels: Javadocs (was: ) > Correction in Javadoc of some methods > -

[jira] [Commented] (LANG-1626) Correction in Javadoc of some methods

2020-12-15 Thread Kanak Sony (Jira)
[ https://issues.apache.org/jira/browse/LANG-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249767#comment-17249767 ] Kanak Sony commented on LANG-1626: -- Looks good, We can close this ticket. > Correction i

[GitHub] [commons-beanutils] melloware commented on pull request #27: [BEANUTILS-539] use Concurrent(Weak)HashMap (or anything both faster and have better thread safety) insteadof WeakFastHashMap

2020-12-15 Thread GitBox
melloware commented on pull request #27: URL: https://github.com/apache/commons-beanutils/pull/27#issuecomment-745369049 No problem. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [commons-beanutils] XenoAmess edited a comment on pull request #27: [BEANUTILS-539] use Concurrent(Weak)HashMap (or anything both faster and have better thread safety) insteadof WeakFastHashM

2020-12-15 Thread GitBox
XenoAmess edited a comment on pull request #27: URL: https://github.com/apache/commons-beanutils/pull/27#issuecomment-745361987 > @XenoAmess I think you are safe to close this PR as its subsumed by #37 @melloware Well, I'd rather close this pr AFTER #37 is merged. --

[GitHub] [commons-beanutils] XenoAmess commented on pull request #27: [BEANUTILS-539] use Concurrent(Weak)HashMap (or anything both faster and have better thread safety) insteadof WeakFastHashMap

2020-12-15 Thread GitBox
XenoAmess commented on pull request #27: URL: https://github.com/apache/commons-beanutils/pull/27#issuecomment-745361987 > @XenoAmess I think you are safe to close this PR as its subsumed by #37 @melloware Well ,I think it is safe to close AFTER #37 is merged. --

[jira] [Work logged] (IO-670) IOUtils.contentEquals is of low performance. I will refine it.

2020-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-670?focusedWorklogId=524505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524505 ] ASF GitHub Bot logged work on IO-670: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] XenoAmess commented on pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-12-15 Thread GitBox
XenoAmess commented on pull request #118: URL: https://github.com/apache/commons-io/pull/118#issuecomment-745358426 > I think would like to/will soon-ish bring in the underlying `Unsynchronized*` classes first since they seem like useful general building blocks. Then this PR can be rebased

[GitHub] [commons-logging] garydgregory merged pull request #27: Bump servlet-api from 2.3 to 2.5

2020-12-15 Thread GitBox
garydgregory merged pull request #27: URL: https://github.com/apache/commons-logging/pull/27 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-logging] garydgregory commented on pull request #6: refine travis-ci scripts

2020-12-15 Thread GitBox
garydgregory commented on pull request #6: URL: https://github.com/apache/commons-logging/pull/6#issuecomment-745346037 Done in git master. This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [commons-logging] garydgregory closed pull request #6: refine travis-ci scripts

2020-12-15 Thread GitBox
garydgregory closed pull request #6: URL: https://github.com/apache/commons-logging/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 to

[GitHub] [commons-logging] garydgregory commented on pull request #10: Bump maven-checkstyle-plugin from 2.7 to 3.1.1

2020-12-15 Thread GitBox
garydgregory commented on pull request #10: URL: https://github.com/apache/commons-logging/pull/10#issuecomment-745344885 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-logging] garydgregory merged pull request #30: Bump maven-assembly-plugin from 2.5 to 3.3.0

2020-12-15 Thread GitBox
garydgregory merged pull request #30: URL: https://github.com/apache/commons-logging/pull/30 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-logging] garydgregory commented on pull request #26: [LOGGING-173] remove Apache Avalon, defunct for over a decade

2020-12-15 Thread GitBox
garydgregory commented on pull request #26: URL: https://github.com/apache/commons-logging/pull/26#issuecomment-745339289 Well, I have no plans ATM to do so. But... if we release a new version that breaks binary compatibility, then we will have to change the package name and Maven coordi

[GitHub] [commons-logging] garydgregory merged pull request #28: Bump maven-pmd-plugin from 3.3 to 3.14.0

2020-12-15 Thread GitBox
garydgregory merged pull request #28: URL: https://github.com/apache/commons-logging/pull/28 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-logging] garydgregory merged pull request #29: Bump maven-dependency-plugin from 2.4 to 3.1.2

2020-12-15 Thread GitBox
garydgregory merged pull request #29: URL: https://github.com/apache/commons-logging/pull/29 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-logging] garydgregory merged pull request #31: Bump maven-failsafe-plugin from 2.12 to 2.22.2

2020-12-15 Thread GitBox
garydgregory merged pull request #31: URL: https://github.com/apache/commons-logging/pull/31 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] [Commented] (DAEMON-427) Lack of JvmOptions causes crash

2020-12-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249664#comment-17249664 ] Gary D. Gregory commented on DAEMON-427: What happens if you try version 1.2.3?

[GitHub] [commons-vfs] garydgregory commented on pull request #150: Call `refresh` by default in `AbstractFileObject.onChange`

2020-12-15 Thread GitBox
garydgregory commented on pull request #150: URL: https://github.com/apache/commons-vfs/pull/150#issuecomment-745262520 Hi @boris-petrov Run a local build before you create a PR, as this would have show you this change breaks the build. I am not sure of the semantics, needs studying.

[GitHub] [commons-vfs] boris-petrov opened a new pull request #150: Call `refresh` by default in `AbstractFileObject.onChange`

2020-12-15 Thread GitBox
boris-petrov opened a new pull request #150: URL: https://github.com/apache/commons-vfs/pull/150 I think this is a good default. Most providers won't do anything different than this. I guess? @garydgregory thoughts? This is

[GitHub] [commons-io] michielgkalkman opened a new pull request #174: Restructure moveDirectoryToDirectory

2020-12-15 Thread GitBox
michielgkalkman opened a new pull request #174: URL: https://github.com/apache/commons-io/pull/174 I think this version performs better, especially when the directory to move to already exists (2 calls to exists are skipped). ---

[GitHub] [commons-imaging] coveralls commented on pull request #113: Minor improvement - Fix JavaDoc

2020-12-15 Thread GitBox
coveralls commented on pull request #113: URL: https://github.com/apache/commons-imaging/pull/113#issuecomment-745185062 [![Coverage Status](https://coveralls.io/builds/35723502/badge)](https://coveralls.io/builds/35723502) Coverage remained the same at 76.43% when pulling **079

[jira] [Created] (DAEMON-427) Lack of JvmOptions causes crash

2020-12-15 Thread Grzegorz Niemirowski (Jira)
Grzegorz Niemirowski created DAEMON-427: --- Summary: Lack of JvmOptions causes crash Key: DAEMON-427 URL: https://issues.apache.org/jira/browse/DAEMON-427 Project: Commons Daemon Issue Ty