[GitHub] [commons-text] kinow closed pull request #237: Bump mockito-inline from 3.11.0 to 3.11.1

2021-06-14 Thread GitBox
kinow closed pull request #237: URL: https://github.com/apache/commons-text/pull/237 -- 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 to the specific comment. For queries about this service,

[GitHub] [commons-text] dependabot[bot] commented on pull request #237: Bump mockito-inline from 3.11.0 to 3.11.1

2021-06-14 Thread GitBox
dependabot[bot] commented on pull request #237: URL: https://github.com/apache/commons-text/pull/237#issuecomment-861196248 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or

[GitHub] [commons-imaging] dependabot[bot] commented on pull request #153: Bump commons-io from 2.9.0 to 2.10.0

2021-06-14 Thread GitBox
dependabot[bot] commented on pull request #153: URL: https://github.com/apache/commons-imaging/pull/153#issuecomment-861192826 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or

[GitHub] [commons-imaging] kinow closed pull request #153: Bump commons-io from 2.9.0 to 2.10.0

2021-06-14 Thread GitBox
kinow closed pull request #153: URL: https://github.com/apache/commons-imaging/pull/153 -- 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 to the specific comment. For queries about this service,

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363317#comment-17363317 ] Matt Juntunen commented on NUMBERS-163: --- Ok, I think I see what you're doing here. We don't need

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363285#comment-17363285 ] Gilles Sadowski commented on NUMBERS-163: - bq. Can you flesh out the API you're proposing? In

[jira] [Comment Edited] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363222#comment-17363222 ] Alex Herbert edited comment on RNG-145 at 6/14/21, 9:23 PM: h2. Fixing the test

[jira] [Commented] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363222#comment-17363222 ] Alex Herbert commented on RNG-145: -- h2. Fixing the test for an open interval I tried the obvious solution

[jira] [Resolved] (MATH-1610) Remove "nextUniform(double,double)" from "RandomUtils"

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1610. --- Resolution: Done > Remove "nextUniform(double,double)" from "RandomUtils" >

[jira] [Created] (MATH-1611) Remove "nextUniform(long,long)" from "RandomUtils"

2021-06-14 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1611: - Summary: Remove "nextUniform(long,long)" from "RandomUtils" Key: MATH-1611 URL: https://issues.apache.org/jira/browse/MATH-1611 Project: Commons Math

[jira] [Created] (MATH-1610) Remove "nextUniform(double,double)" from "RandomUtils"

2021-06-14 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1610: - Summary: Remove "nextUniform(double,double)" from "RandomUtils" Key: MATH-1610 URL: https://issues.apache.org/jira/browse/MATH-1610 Project: Commons Math

[GitHub] [commons-lang] coveralls commented on pull request #770: Removed use of restricted identifier

2021-06-14 Thread GitBox
coveralls commented on pull request #770: URL: https://github.com/apache/commons-lang/pull/770#issuecomment-860954287 [![Coverage Status](https://coveralls.io/builds/40572785/badge)](https://coveralls.io/builds/40572785) Coverage remained the same at 94.976% when pulling

[GitHub] [commons-lang] fykidwai opened a new pull request #770: Removed use of restricted identifier

2021-06-14 Thread GitBox
fykidwai opened a new pull request #770: URL: https://github.com/apache/commons-lang/pull/770 Modified variable name from 'var' to 'key' to avoid confusion in future with java 11+ versions -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Work logged] (LANG-341) Add number to byte array methods

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-341?focusedWorklogId=610863=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610863 ] ASF GitHub Bot logged work on LANG-341: --- Author: ASF GitHub Bot

[GitHub] [commons-lang] yurelle commented on pull request #219: LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion

2021-06-14 Thread GitBox
yurelle commented on pull request #219: URL: https://github.com/apache/commons-lang/pull/219#issuecomment-860932390 I never thought about using boolean; that's a good idea. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Work logged] (TEXT-208) refine RandomStringGenerator to not check if random==null each time.also add a function for getting secured RandomStringGenerator conveniently.

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TEXT-208?focusedWorklogId=610843=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610843 ] ASF GitHub Bot logged work on TEXT-208: --- Author: ASF GitHub Bot

[GitHub] [commons-text] coveralls commented on pull request #238: [TEXT-208]refine RandomStringGenerator to not check if random==null each time.also add a function for getting secured RandomStringGene

2021-06-14 Thread GitBox
coveralls commented on pull request #238: URL: https://github.com/apache/commons-text/pull/238#issuecomment-860916464 [![Coverage Status](https://coveralls.io/builds/40570644/badge)](https://coveralls.io/builds/40570644) Coverage increased (+0.02%) to 97.982% when pulling

[GitHub] [commons-csv] coveralls edited a comment on pull request #130: Minor Improvement:

2021-06-14 Thread GitBox
coveralls edited a comment on pull request #130: URL: https://github.com/apache/commons-csv/pull/130#issuecomment-766590441 [![Coverage Status](https://coveralls.io/builds/40569758/badge)](https://coveralls.io/builds/40569758) Coverage remained the same at 98.463% when pulling

[GitHub] [commons-daemon] arturobernalg opened a new pull request #31: MInor Changes:

2021-06-14 Thread GitBox
arturobernalg opened a new pull request #31: URL: https://github.com/apache/commons-daemon/pull/31 * Simplify expressions * Use java array style * Replace Explicit with <> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [commons-text] XenoAmess edited a comment on pull request #239: Remove use of restricted identifier

2021-06-14 Thread GitBox
XenoAmess edited a comment on pull request #239: URL: https://github.com/apache/commons-text/pull/239#issuecomment-860886113 lgtm. `var` have some other meanings in 11+ so change it is a good point. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [commons-text] XenoAmess commented on pull request #239: Remove use of restricted identifier

2021-06-14 Thread GitBox
XenoAmess commented on pull request #239: URL: https://github.com/apache/commons-text/pull/239#issuecomment-860886113 lgtm. var have some other meanings in 11+ so change it is a good point. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (TEXT-208) refine RandomStringGenerator to not check if random==null each time.also add a function for getting secured RandomStringGenerator conveniently.

2021-06-14 Thread Jin Xu (Jira)
Jin Xu created TEXT-208: --- Summary: refine RandomStringGenerator to not check if random==null each time.also add a function for getting secured RandomStringGenerator conveniently. Key: TEXT-208 URL:

[GitHub] [commons-text] fykidwai opened a new pull request #239: Remove use of restricted identifier

2021-06-14 Thread GitBox
fykidwai opened a new pull request #239: URL: https://github.com/apache/commons-text/pull/239 Modified variable name from 'var' to 'key' to avoid confusion in future -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [commons-text] XenoAmess opened a new pull request #238: refine RandomStringGenerator to not check if random==null each time.

2021-06-14 Thread GitBox
XenoAmess opened a new pull request #238: URL: https://github.com/apache/commons-text/pull/238 also add a function for getting secured RandomStringGenerator conveniently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363112#comment-17363112 ] Alex Herbert commented on RNG-145: -- The change to the sampler was valid but the test used {{>=}} and {{<=}}

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #459: (doc): Document public RandomStringUtils exploit

2021-06-14 Thread GitBox
XenoAmess edited a comment on pull request #459: URL: https://github.com/apache/commons-lang/pull/459#issuecomment-860857383 Why not change to use `java.security.SecureRandom` here? Is there be any reason for not using it instead? What about adding a configuration boolean

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #459: (doc): Document public RandomStringUtils exploit

2021-06-14 Thread GitBox
XenoAmess edited a comment on pull request #459: URL: https://github.com/apache/commons-lang/pull/459#issuecomment-860857383 Why not change to use `java.security.SecureRandom` here? Is there be any reason for not using it instead? What about adding a configuration about it?

[GitHub] [commons-lang] XenoAmess commented on pull request #459: (doc): Document public RandomStringUtils exploit

2021-06-14 Thread GitBox
XenoAmess commented on pull request #459: URL: https://github.com/apache/commons-lang/pull/459#issuecomment-860857383 Why not change to use java.security.SecureRandom here? Is there be any reason for not using it instead? -- This is an automated message from the Apache Git

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=610763=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610763 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-06-14 Thread GitBox
coveralls edited a comment on pull request #560: URL: https://github.com/apache/commons-lang/pull/560#issuecomment-650483751 [![Coverage Status](https://coveralls.io/builds/40565919/badge)](https://coveralls.io/builds/40565919) Coverage decreased (-0.007%) to 94.969% when

[jira] [Work logged] (IO-724) FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory

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

[GitHub] [commons-io] coveralls commented on pull request #245: IO-724 deleteDirectory exception javadoc inaccurate update

2021-06-14 Thread GitBox
coveralls commented on pull request #245: URL: https://github.com/apache/commons-io/pull/245#issuecomment-860819880 [![Coverage Status](https://coveralls.io/builds/40565329/badge)](https://coveralls.io/builds/40565329) Coverage remained the same at 89.25% when pulling

[jira] [Work logged] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?focusedWorklogId=610754=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610754 ] ASF GitHub Bot logged work on NUMBERS-163: -- Author: ASF GitHub Bot

[GitHub] [commons-numbers] coveralls edited a comment on pull request #95: NUMBERS-163: Accumulator classes

2021-06-14 Thread GitBox
coveralls edited a comment on pull request #95: URL: https://github.com/apache/commons-numbers/pull/95#issuecomment-860599924 [![Coverage Status](https://coveralls.io/builds/40564790/badge)](https://coveralls.io/builds/40564790) Coverage increased (+0.003%) to 99.665% when

[jira] [Commented] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363044#comment-17363044 ] Alex Herbert commented on RNG-145: -- Pushed a change in commit 81b07fadbfba6d6afe7bb74ec3e8a5a43a40c343 that

[jira] [Work logged] (IO-724) FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory

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

[jira] [Work logged] (IO-724) FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory

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

[GitHub] [commons-io] liran2000 edited a comment on pull request #245: IO-724 deleteDirectory exception javadoc inaccurate update

2021-06-14 Thread GitBox
liran2000 edited a comment on pull request #245: URL: https://github.com/apache/commons-io/pull/245#issuecomment-860778084 > Thinng about this will be better when after we apply JSR305 > > If my memory be correct, there be a branch adding these annotations to suggest Nullable or

[GitHub] [commons-io] liran2000 commented on pull request #245: IO-724 deleteDirectory exception javadoc inaccurate update

2021-06-14 Thread GitBox
liran2000 commented on pull request #245: URL: https://github.com/apache/commons-io/pull/245#issuecomment-860778084 > Thinng about this will be better when after we apply JSR305 > > If my memory be correct, there be a branch adding these annotations to suggest Nullable or NotNull.

[jira] [Commented] (RNG-140) nextLong(long lo, long hi)

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/RNG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363024#comment-17363024 ] Gilles Sadowski commented on RNG-140: - bq. return an instance of the class from the factory constructor

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363020#comment-17363020 ] Matt Juntunen commented on NUMBERS-163: --- bq. ... we should perhaps encapsulate the (extended

[jira] [Commented] (RNG-140) nextLong(long lo, long hi)

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363018#comment-17363018 ] Alex Herbert commented on RNG-140: -- I can put the LongSampler and the implementation of UniformLongSampler

[jira] [Work logged] (LANG-341) Add number to byte array methods

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-341?focusedWorklogId=610715=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610715 ] ASF GitHub Bot logged work on LANG-341: --- Author: ASF GitHub Bot

[jira] [Work logged] (LANG-341) Add number to byte array methods

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-341?focusedWorklogId=610710=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610710 ] ASF GitHub Bot logged work on LANG-341: --- Author: ASF GitHub Bot

[jira] [Work logged] (LANG-341) Add number to byte array methods

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-341?focusedWorklogId=610711=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610711 ] ASF GitHub Bot logged work on LANG-341: --- Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #219: LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion

2021-06-14 Thread GitBox
XenoAmess edited a comment on pull request #219: URL: https://github.com/apache/commons-lang/pull/219#issuecomment-860747593 -- 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 to the specific comment.

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #219: LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion

2021-06-14 Thread GitBox
XenoAmess edited a comment on pull request #219: URL: https://github.com/apache/commons-lang/pull/219#issuecomment-860747593 @yurelle ``` throw new IllegalArgumentException("Input data is longer than size of 'double' primitive ("+SIZE+" bytes)"); ``` tips: next time when

[GitHub] [commons-lang] XenoAmess commented on pull request #219: LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion

2021-06-14 Thread GitBox
XenoAmess commented on pull request #219: URL: https://github.com/apache/commons-lang/pull/219#issuecomment-860747593 @yurelle ``` throw new IllegalArgumentException("Input data is longer than size of 'double' primitive ("+SIZE+" bytes)"); ``` tips: next time when you wanna

[jira] [Commented] (RNG-140) nextLong(long lo, long hi)

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/RNG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363000#comment-17363000 ] Gilles Sadowski commented on RNG-140: - bq. I suggest [...] {{LongSampler}} I'd have favoured

[jira] [Work logged] (IO-724) FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory

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

[GitHub] [commons-io] XenoAmess commented on pull request #245: IO-724 deleteDirectory exception javadoc inaccurate update

2021-06-14 Thread GitBox
XenoAmess commented on pull request #245: URL: https://github.com/apache/commons-io/pull/245#issuecomment-860728365 Thinng about this will be better when after we apply JSR305 If my memory be correct, there be a branch adding these annotations to suggest Nullable or NotNull.

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362985#comment-17362985 ] Gilles Sadowski commented on NUMBERS-163: - I would have suggested the {{Accumulator}} inner

[jira] [Work logged] (POOL-396) Exceptions in validation can cause an object's lifecycle to be stuck in EVICTION state

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-396?focusedWorklogId=610694=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610694 ] ASF GitHub Bot logged work on POOL-396: --- Author: ASF GitHub Bot

[GitHub] [commons-pool] coveralls commented on pull request #85: POOL-396: Handle validation exceptions during eviction.

2021-06-14 Thread GitBox
coveralls commented on pull request #85: URL: https://github.com/apache/commons-pool/pull/85#issuecomment-860714291 [![Coverage Status](https://coveralls.io/builds/40561036/badge)](https://coveralls.io/builds/40561036) Coverage increased (+0.03%) to 84.03% when pulling

[jira] [Commented] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362980#comment-17362980 ] Alex Herbert commented on RNG-145: -- I am OK with this. I think this is valid: {code:java} public static

[jira] [Commented] (RNG-140) nextLong(long lo, long hi)

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362965#comment-17362965 ] Alex Herbert commented on RNG-140: -- It could. But for the {{int}} case we have a sampler in the sampling

[jira] [Commented] (POOL-396) Exceptions in validation can cause an object's lifecycle to be stuck in EVICTION state

2021-06-14 Thread Jeremy Kong (Jira)
[ https://issues.apache.org/jira/browse/POOL-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362952#comment-17362952 ] Jeremy Kong commented on POOL-396: -- I have proposed a fix in

[jira] [Created] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

2021-06-14 Thread Gilles Sadowski (Jira)
Gilles Sadowski created RNG-145: --- Summary: "ContinuousUniformSampler" with both bounds excluded Key: RNG-145 URL: https://issues.apache.org/jira/browse/RNG-145 Project: Commons RNG Issue Type:

[jira] [Work logged] (POOL-396) Exceptions in validation can cause an object's lifecycle to be stuck in EVICTION state

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/POOL-396?focusedWorklogId=610663=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610663 ] ASF GitHub Bot logged work on POOL-396: --- Author: ASF GitHub Bot

[GitHub] [commons-pool] jeremyk-91 opened a new pull request #85: POOL-396: Handle validation exceptions during eviction.

2021-06-14 Thread GitBox
jeremyk-91 opened a new pull request #85: URL: https://github.com/apache/commons-pool/pull/85 This addresses https://issues.apache.org/jira/browse/POOL-396. I think the CLA isn't needed under clause 5, but happy to sign it if needed. Thanks! -- This is an automated message from

[jira] [Commented] (RNG-140) nextLong(long lo, long hi)

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/RNG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362947#comment-17362947 ] Gilles Sadowski commented on RNG-140: - Could the method be added to the {{UniformRandomProvider}}

[jira] [Created] (MATH-1609) "RandomUtils" unit tests are not run

2021-06-14 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1609: - Summary: "RandomUtils" unit tests are not run Key: MATH-1609 URL: https://issues.apache.org/jira/browse/MATH-1609 Project: Commons Math Issue Type: Task

[jira] [Resolved] (MATH-1608) Remove "nextHexString" from "RandomUtils"

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1608. --- Fix Version/s: (was: 4.0) Resolution: Done > Remove "nextHexString" from

[jira] [Created] (POOL-396) Exceptions in validation can cause an object's lifecycle to be stuck in EVICTION state

2021-06-14 Thread Jeremy Kong (Jira)
Jeremy Kong created POOL-396: Summary: Exceptions in validation can cause an object's lifecycle to be stuck in EVICTION state Key: POOL-396 URL: https://issues.apache.org/jira/browse/POOL-396 Project:

[jira] [Updated] (MATH-1375) BOBYQAOptimizer Seems to Sometimes Enter Endless Loop

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski updated MATH-1375: -- Fix Version/s: (was: 4.0) 4.X > BOBYQAOptimizer Seems to Sometimes Enter

[jira] [Commented] (MATH-1375) BOBYQAOptimizer Seems to Sometimes Enter Endless Loop

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362926#comment-17362926 ] Gilles Sadowski commented on MATH-1375: --- bq. And such a loop must be impossible in any productive

[jira] [Commented] (VFS-806) org.apache.commons.vfs2.FileContent.getLastModifiedTime() is losing milliseconds (always ends in 000)

2021-06-14 Thread Gary Kuntsevich (Jira)
[ https://issues.apache.org/jira/browse/VFS-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362920#comment-17362920 ] Gary Kuntsevich commented on VFS-806: - Tried version 2.8.0 - got the same result: lastmodifiedtime =

[jira] [Resolved] (MATH-1315) MultiKMeansPlusPlusClusterer buggy for alternative evaluators

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1315. --- Fix Version/s: (was: 4.0) Resolution: Cannot Reproduce Code has changed, rendering

[jira] [Commented] (COMPRESS-514) SevenZFile fails with encoded header over 2GiB

2021-06-14 Thread A Kelday (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362915#comment-17362915 ] A Kelday commented on COMPRESS-514: --- Hi, I see there's a new github comment about rebasing the

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362908#comment-17362908 ] Alex Herbert commented on NUMBERS-163: -- {quote}There is (surprisingly perhaps) no performance loss

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362906#comment-17362906 ] Gilles Sadowski commented on NUMBERS-163: -

[jira] [Commented] (TEXT-207) Include DoubleFormats utility from commons-geometry

2021-06-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/TEXT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362903#comment-17362903 ] Matt Juntunen commented on TEXT-207: Thanks, [~kinow]! I'll be working on this here:

[jira] [Commented] (NUMBERS-77) Move utilities from "Commons Geometry"

2021-06-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362902#comment-17362902 ] Matt Juntunen commented on NUMBERS-77: -- Created TEXT-207 for moving {{DoubleFormats}} to

[jira] [Commented] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17362900#comment-17362900 ] Matt Juntunen commented on NUMBERS-163: --- I've made a PR with the changes I was picturing here:

[jira] [Work logged] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?focusedWorklogId=610630=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610630 ] ASF GitHub Bot logged work on NUMBERS-163: -- Author: ASF GitHub Bot

[GitHub] [commons-numbers] coveralls commented on pull request #95: NUMBERS-163: Accumulator classes

2021-06-14 Thread GitBox
coveralls commented on pull request #95: URL: https://github.com/apache/commons-numbers/pull/95#issuecomment-860599924 [![Coverage Status](https://coveralls.io/builds/40556505/badge)](https://coveralls.io/builds/40556505) Coverage increased (+0.002%) to 99.665% when pulling

[jira] [Work logged] (NUMBERS-163) Summation and LinearCombination Accumulators

2021-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-163?focusedWorklogId=610629=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-610629 ] ASF GitHub Bot logged work on NUMBERS-163: -- Author: ASF GitHub Bot

[GitHub] [commons-numbers] darkma773r opened a new pull request #95: NUMBERS-163: Accumulator classes

2021-06-14 Thread GitBox
darkma773r opened a new pull request #95: URL: https://github.com/apache/commons-numbers/pull/95 Adding Summation.Accumulator and LinearCombination.Accumulator. -- 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] [Updated] (JEXL-352) Possible memory leak regarding parser jjtree nodes in jexl 3.2

2021-06-14 Thread Jira
[ https://issues.apache.org/jira/browse/JEXL-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Horneland updated JEXL-352: -- Summary: Possible memory leak regarding parser jjtree nodes in jexl 3.2 (was: Possible memory

[jira] [Updated] (JEXL-352) Possible memory leak regarding parser jjtree nodes in JEXL 3.2

2021-06-14 Thread Jira
[ https://issues.apache.org/jira/browse/JEXL-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Horneland updated JEXL-352: -- Summary: Possible memory leak regarding parser jjtree nodes in JEXL 3.2 (was: Possible memory

[jira] [Updated] (JEXL-352) Possible memory leak regarind parser jjtree nodes in jexl 3.2

2021-06-14 Thread Jira
[ https://issues.apache.org/jira/browse/JEXL-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Horneland updated JEXL-352: -- Environment: * JEXL 3.2 * Java 11 * Jetty 9.4.41.v20210516   was: JEXL 3.2 Java 11 Jetty

[jira] [Created] (JEXL-352) Possible memory leak regarind parser jjtree nodes in jexl 3.2

2021-06-14 Thread Jira
Øyvind Horneland created JEXL-352: - Summary: Possible memory leak regarind parser jjtree nodes in jexl 3.2 Key: JEXL-352 URL: https://issues.apache.org/jira/browse/JEXL-352 Project: Commons JEXL

[GitHub] [commons-compress] garydgregory commented on pull request #160: Bump org.apache.felix.framework from 6.0.3 to 7.0.0

2021-06-14 Thread GitBox
garydgregory commented on pull request #160: URL: https://github.com/apache/commons-compress/pull/160#issuecomment-859983980 -- 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 to the specific comment.

[GitHub] [commons-compress] dependabot[bot] opened a new pull request #204: Bump mockito-core from 3.8.0 to 3.11.1

2021-06-14 Thread GitBox
dependabot[bot] opened a new pull request #204: URL: https://github.com/apache/commons-compress/pull/204 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.11.1. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's

[GitHub] [commons-geometry] darkma773r opened a new pull request #173: using commons-numbers Norm enum

2021-06-14 Thread GitBox
darkma773r opened a new pull request #173: URL: https://github.com/apache/commons-geometry/pull/173 -- 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 to the specific comment. For queries about

[GitHub] [commons-compress] coveralls edited a comment on pull request #160: Bump org.apache.felix.framework from 6.0.3 to 7.0.0

2021-06-14 Thread GitBox
coveralls edited a comment on pull request #160: URL: https://github.com/apache/commons-compress/pull/160#issuecomment-751601803 -- 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 to the specific

[GitHub] [commons-dbcp] dependabot[bot] opened a new pull request #114: Bump mockito-core from 3.11.0 to 3.11.1

2021-06-14 Thread GitBox
dependabot[bot] opened a new pull request #114: URL: https://github.com/apache/commons-dbcp/pull/114 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [commons-compress] coveralls commented on pull request #206: Minor change:

2021-06-14 Thread GitBox
coveralls commented on pull request #206: URL: https://github.com/apache/commons-compress/pull/206#issuecomment-860017962 [![Coverage Status](https://coveralls.io/builds/40531976/badge)](https://coveralls.io/builds/40531976) Coverage increased (+0.02%) to 86.833% when pulling

[GitHub] [commons-fileupload] coveralls commented on pull request #101: Bump commons-io from 2.9.0 to 2.10.0

2021-06-14 Thread GitBox
coveralls commented on pull request #101: URL: https://github.com/apache/commons-fileupload/pull/101#issuecomment-860402813 [![Coverage Status](https://coveralls.io/builds/40548322/badge)](https://coveralls.io/builds/40548322) Coverage remained the same at 78.117% when pulling

[GitHub] [commons-text] kinow closed pull request #235: Bump checkstyle from 8.42 to 8.43

2021-06-14 Thread GitBox
kinow closed pull request #235: URL: https://github.com/apache/commons-text/pull/235 -- 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 to the specific comment. For queries about this service,

[GitHub] [commons-csv] coveralls commented on pull request #155: Bump mockito-core from 3.7.7 to 3.11.1

2021-06-14 Thread GitBox
coveralls commented on pull request #155: URL: https://github.com/apache/commons-csv/pull/155#issuecomment-860404300 [![Coverage Status](https://coveralls.io/builds/40548396/badge)](https://coveralls.io/builds/40548396) Coverage remained the same at 98.463% when pulling

[GitHub] [commons-compress] coveralls commented on pull request #204: Bump mockito-core from 3.8.0 to 3.11.1

2021-06-14 Thread GitBox
coveralls commented on pull request #204: URL: https://github.com/apache/commons-compress/pull/204#issuecomment-859976577 [![Coverage Status](https://coveralls.io/builds/40529819/badge)](https://coveralls.io/builds/40529819) Coverage decreased (-0.02%) to 86.812% when pulling

[GitHub] [commons-io] dependabot[bot] opened a new pull request #246: Bump mockito-inline from 3.11.0 to 3.11.1

2021-06-14 Thread GitBox
dependabot[bot] opened a new pull request #246: URL: https://github.com/apache/commons-io/pull/246 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-inline's releases.

[GitHub] [commons-dbcp] arturobernalg opened a new pull request #113: Simplify Assertions

2021-06-14 Thread GitBox
arturobernalg opened a new pull request #113: URL: https://github.com/apache/commons-dbcp/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 above to go to the specific comment. For queries about this

[GitHub] [commons-email] dependabot[bot] commented on pull request #47: Bump commons-io from 2.8.0 to 2.9.0

2021-06-14 Thread GitBox
dependabot[bot] commented on pull request #47: URL: https://github.com/apache/commons-email/pull/47#issuecomment-860401829 Superseded by #49. -- 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 to the

[GitHub] [commons-dbutils] dependabot[bot] commented on pull request #73: Bump mockito-core from 3.7.0 to 3.11.0

2021-06-14 Thread GitBox
dependabot[bot] commented on pull request #73: URL: https://github.com/apache/commons-dbutils/pull/73#issuecomment-860401506 Superseded by #74. -- 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 to

[GitHub] [commons-vfs] arturobernalg opened a new pull request #187: Simplify conditions and avoid extra checks

2021-06-14 Thread GitBox
arturobernalg opened a new pull request #187: URL: https://github.com/apache/commons-vfs/pull/187 -- 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 to the specific comment. For queries about this

[GitHub] [commons-geometry] asfgit merged pull request #172: improvements to DoubleFormats performance

2021-06-14 Thread GitBox
asfgit merged pull request #172: URL: https://github.com/apache/commons-geometry/pull/172 -- 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 to the specific comment. For queries about this service,

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

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

[GitHub] [commons-text] kinow closed pull request #236: Bump mockito-inline from 3.10.0 to 3.11.0

2021-06-14 Thread GitBox
kinow closed pull request #236: URL: https://github.com/apache/commons-text/pull/236 -- 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 to the specific comment. For queries about this service,

  1   2   >