[GitHub] [commons-cli] mincong-h commented on issue #30: Docs: Replace OptionBuilder in usage page

2019-09-23 Thread GitBox
mincong-h commented on issue #30: Docs: Replace OptionBuilder in usage page URL: https://github.com/apache/commons-cli/pull/30#issuecomment-533994252 Hi @garydgregory , any update on this one? This is an automated message from

[GitHub] [commons-collections] Claudenw commented on issue #83: WIP: Initial bloom filter code contribution

2019-09-23 Thread GitBox
Claudenw commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-534003695 I think the initial code is ready. It does not include indexing code but Adina and I will look into what we can do about that in

[jira] [Created] (FILEUPLOAD-300) Create request wrapper

2019-09-23 Thread Jochen Wiedmann (Jira)
Jochen Wiedmann created FILEUPLOAD-300: -- Summary: Create request wrapper Key: FILEUPLOAD-300 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-300 Project: Commons FileUpload Issue T

[GitHub] [commons-fileupload] jochenw commented on issue #22: Adding capability to take max upload size per request.Fileupload 1 3 1

2019-09-23 Thread GitBox
jochenw commented on issue #22: Adding capability to take max upload size per request.Fileupload 1 3 1 URL: https://github.com/apache/commons-fileupload/pull/22#issuecomment-534054259 Please close in favour of [FILEUPLOAD-300](https://issues.apache.org/jira/browse/FILEUPLOAD-300). ---

[GitHub] [commons-pool] psteitz commented on issue #25: POOL-356 and POOL-376

2019-09-23 Thread GitBox
psteitz commented on issue #25: POOL-356 and POOL-376 URL: https://github.com/apache/commons-pool/pull/25#issuecomment-534073666 Nice work on the patch. Here is a unit test that fails (with NPE) before this fix, illustrating the problem and succeeds after. ``` /** * POOL-

[jira] [Work logged] (POOL-356) deadlock if borrowObject gets called to fast and maxIdle is 0

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-356?focusedWorklogId=316621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316621 ] ASF GitHub Bot logged work on POOL-356: --- Author: ASF GitHub Bot

[GitHub] [commons-lang] verhas commented on a change in pull request #446: LANG-1480 getAbbreviatedName refactored to create appropriate length …

2019-09-23 Thread GitBox
verhas commented on a change in pull request #446: LANG-1480 getAbbreviatedName refactored to create appropriate length … URL: https://github.com/apache/commons-lang/pull/446#discussion_r327104320 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -

[jira] [Work logged] (LANG-1480) ClassUtils. getAbbreviatedName(String ,int) returns too long result

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1480?focusedWorklogId=316645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316645 ] ASF GitHub Bot logged work on LANG-1480: Author: ASF GitHub Bot

[jira] [Work logged] (POOL-356) deadlock if borrowObject gets called to fast and maxIdle is 0

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-356?focusedWorklogId=316657&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316657 ] ASF GitHub Bot logged work on POOL-356: --- Author: ASF GitHub Bot

[GitHub] [commons-lang] verhas commented on a change in pull request #446: LANG-1480 getAbbreviatedName refactored to create appropriate length …

2019-09-23 Thread GitBox
verhas commented on a change in pull request #446: LANG-1480 getAbbreviatedName refactored to create appropriate length … URL: https://github.com/apache/commons-lang/pull/446#discussion_r327104320 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -

[GitHub] [commons-pool] sazzad16 commented on issue #25: POOL-356 and POOL-376

2019-09-23 Thread GitBox
sazzad16 commented on issue #25: POOL-356 and POOL-376 URL: https://github.com/apache/commons-pool/pull/25#issuecomment-534099514 @psteitz Thanks for the test. I've added it. This is an automated message from the Apache Git Se

[jira] [Work logged] (LANG-1480) ClassUtils. getAbbreviatedName(String ,int) returns too long result

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1480?focusedWorklogId=316658&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316658 ] ASF GitHub Bot logged work on LANG-1480: Author: ASF GitHub Bot

[jira] [Work logged] (POOL-356) deadlock if borrowObject gets called to fast and maxIdle is 0

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-356?focusedWorklogId=31&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31 ] ASF GitHub Bot logged work on POOL-356: --- Author: ASF GitHub Bot

[GitHub] [commons-pool] coveralls edited a comment on issue #25: POOL-356 and POOL-376

2019-09-23 Thread GitBox
coveralls edited a comment on issue #25: POOL-356 and POOL-376 URL: https://github.com/apache/commons-pool/pull/25#issuecomment-533857380 [![Coverage Status](https://coveralls.io/builds/25869037/badge)](https://coveralls.io/builds/25869037) Coverage decreased (-0.1%) to 84.204% w

[jira] [Updated] (FILEUPLOAD-300) Create request wrapper

2019-09-23 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann updated FILEUPLOAD-300: --- External issue URL: https://github.com/apache/commons-fileupload/pull/22 Remai

[GitHub] [commons-fileupload] codecracker2014 commented on issue #22: Adding capability to take max upload size per request.Fileupload 1 3 1

2019-09-23 Thread GitBox
codecracker2014 commented on issue #22: Adding capability to take max upload size per request.Fileupload 1 3 1 URL: https://github.com/apache/commons-fileupload/pull/22#issuecomment-534131955 @jochenw i implemented current solution avoiding breaking changes for 1.3.1, but i agree with you

[GitHub] [commons-fileupload] codecracker2014 closed pull request #22: Adding capability to take max upload size per request.Fileupload 1 3 1

2019-09-23 Thread GitBox
codecracker2014 closed pull request #22: Adding capability to take max upload size per request.Fileupload 1 3 1 URL: https://github.com/apache/commons-fileupload/pull/22 This is an automated message from the Apache Git Servi

[jira] [Work logged] (LANG-1480) ClassUtils. getAbbreviatedName(String ,int) returns too long result

2019-09-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1480?focusedWorklogId=316796&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-316796 ] ASF GitHub Bot logged work on LANG-1480: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on issue #446: LANG-1480 getAbbreviatedName refactored to create appropriate length …

2019-09-23 Thread GitBox
coveralls edited a comment on issue #446: LANG-1480 getAbbreviatedName refactored to create appropriate length … URL: https://github.com/apache/commons-lang/pull/446#issuecomment-523879388 [![Coverage Status](https://coveralls.io/builds/25873539/badge)](https://coveralls.io/builds/2587

[jira] [Created] (RNG-116) RandomSource to expose supported functionality and seed size

2019-09-23 Thread Alex D Herbert (Jira)
Alex D Herbert created RNG-116: -- Summary: RandomSource to expose supported functionality and seed size Key: RNG-116 URL: https://issues.apache.org/jira/browse/RNG-116 Project: Commons RNG Issue

[GitHub] [commons-rng] aherbert opened a new pull request #67: RNG-116: RandomSource to expose supported interfaces and seed size.

2019-09-23 Thread GitBox
aherbert opened a new pull request #67: RNG-116: RandomSource to expose supported interfaces and seed size. URL: https://github.com/apache/commons-rng/pull/67 Added methods: public int getSeedByteSize(); public boolean isJumpable(); public boolean isLongJumpable(); ---

[GitHub] [commons-rng] coveralls commented on issue #67: RNG-116: RandomSource to expose supported interfaces and seed size.

2019-09-23 Thread GitBox
coveralls commented on issue #67: RNG-116: RandomSource to expose supported interfaces and seed size. URL: https://github.com/apache/commons-rng/pull/67#issuecomment-534260653 [![Coverage Status](https://coveralls.io/builds/25878525/badge)](https://coveralls.io/builds/25878525)

[jira] [Updated] (FILEUPLOAD-300) Create request wrapper

2019-09-23 Thread Jochen Wiedmann (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann updated FILEUPLOAD-300: --- Description:   As of this writing, there is no possibility to have request speci

[GitHub] [commons-rng] coveralls edited a comment on issue #67: RNG-116: RandomSource to expose supported interfaces and seed size.

2019-09-23 Thread GitBox
coveralls edited a comment on issue #67: RNG-116: RandomSource to expose supported interfaces and seed size. URL: https://github.com/apache/commons-rng/pull/67#issuecomment-534260653 [![Coverage Status](https://coveralls.io/builds/25879051/badge)](https://coveralls.io/builds/25879051)

[jira] [Created] (VALIDATOR-459) Allow UrlValidator/DomainValidator to skip the TLD validation

2019-09-23 Thread Jira
Christophe Lé created VALIDATOR-459: --- Summary: Allow UrlValidator/DomainValidator to skip the TLD validation Key: VALIDATOR-459 URL: https://issues.apache.org/jira/browse/VALIDATOR-459 Project: Comm

[jira] [Updated] (VALIDATOR-459) Allow UrlValidator/DomainValidator to skip the TLD validation

2019-09-23 Thread Jira
[ https://issues.apache.org/jira/browse/VALIDATOR-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Lé updated VALIDATOR-459: Description: Hello there, One of my applications is validating which can be on the inte

[jira] [Updated] (VALIDATOR-459) Allow UrlValidator/DomainValidator to skip the TLD validation

2019-09-23 Thread Jira
[ https://issues.apache.org/jira/browse/VALIDATOR-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Lé updated VALIDATOR-459: Description: Hello there, One of my applications is validating URLs which can be on the

[jira] [Updated] (VALIDATOR-459) Allow UrlValidator/DomainValidator to skip the TLD validation

2019-09-23 Thread Jira
[ https://issues.apache.org/jira/browse/VALIDATOR-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Lé updated VALIDATOR-459: Description: Hello there, One of my applications is validating URLs which can be on the