[GitHub] [commons-fileupload] jochenw merged pull request #95: Bump commons-io from 2.8.0 to 2.9.0

2021-05-26 Thread GitBox
jochenw merged pull request #95: URL: https://github.com/apache/commons-fileupload/pull/95 -- 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

[jira] [Created] (MATH-1585) Benchmarks for transforms

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1585: - Summary: Benchmarks for transforms Key: MATH-1585 URL: https://issues.apache.org/jira/browse/MATH-1585 Project: Commons Math Issue Type: Wish

[jira] [Created] (MATH-1586) Clean up "o.a.c.math4.legacy.util" package

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1586: - Summary: Clean up "o.a.c.math4.legacy.util" package Key: MATH-1586 URL: https://issues.apache.org/jira/browse/MATH-1586 Project: Commons Math Issue Type:

[jira] [Comment Edited] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351895#comment-17351895 ] Gilles Sadowski edited comment on MATH-1587 at 5/26/21, 4:26 PM: - I can't

[GitHub] [commons-text] aherbert commented on a change in pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
aherbert commented on a change in pull request #233: URL: https://github.com/apache/commons-text/pull/233#discussion_r640025272 ## File path: src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java ## @@ -58,7 +58,48 @@ public Integer apply(final

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602494=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602494 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[GitHub] [commons-collections] anantdamle opened a new pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
anantdamle opened a new pull request #238: URL: https://github.com/apache/commons-collections/pull/238 [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602460=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602460 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640040301 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to

[GitHub] [commons-pool] arturobernalg opened a new pull request #77: Simplify Assertions in tests

2021-05-26 Thread GitBox
arturobernalg opened a new pull request #77: URL: https://github.com/apache/commons-pool/pull/77 Change assertions with simpler but equivalent calls. -- 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-pool] arturobernalg opened a new pull request #78: Replace explicit with <>

2021-05-26 Thread GitBox
arturobernalg opened a new pull request #78: URL: https://github.com/apache/commons-pool/pull/78 -- 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

[jira] [Commented] (FILEUPLOAD-211) [fileupload] fails with transfer-encoding: chunked when multi-part file section includes chunked data

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351917#comment-17351917 ] Arturo Bernal commented on FILEUPLOAD-211: -- HI [~robsmart] Would you be able to provide a

[GitHub] [commons-pool] dependabot[bot] closed pull request #75: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-26 Thread GitBox
dependabot[bot] closed pull request #75: URL: https://github.com/apache/commons-pool/pull/75 -- 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-pool] dependabot[bot] commented on pull request #75: Bump actions/cache from 2.1.4 to 2.1.5

2021-05-26 Thread GitBox
dependabot[bot] commented on pull request #75: URL: https://github.com/apache/commons-pool/pull/75#issuecomment-849030512 Looks like actions/cache is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Samy Badjoudj (Jira)
[ https://issues.apache.org/jira/browse/MATH-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351922#comment-17351922 ] Samy Badjoudj commented on MATH-1587: - I exploded the legacy module outside in different modules and

[jira] [Updated] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread Anant Damle (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anant Damle updated COLLECTIONS-795: External issue URL: https://github.com/apache/commons-collections/pull/238 > provide

[GitHub] [commons-text] XenoAmess commented on a change in pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess commented on a change in pull request #233: URL: https://github.com/apache/commons-text/pull/233#discussion_r639807030 ## File path: src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java ## @@ -58,7 +58,48 @@ public Integer apply(final

[jira] [Commented] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Samy Badjoudj (Jira)
[ https://issues.apache.org/jira/browse/MATH-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351858#comment-17351858 ] Samy Badjoudj commented on MATH-1587: - Hi [~erans] here is a starting point I mentioned inĀ  1517 [

[jira] [Closed] (FILEUPLOAD-329) Fix multiples errors fileupload_checks.xml config file

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed FILEUPLOAD-329. Resolution: Fixed in master > Fix multiples errors fileupload_checks.xml config file

[jira] [Closed] (FILEUPLOAD-337) Reuse the byte array buffer

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed FILEUPLOAD-337. Resolution: Won't Do > Reuse the byte array buffer > > >

[jira] [Commented] (JEXL-346) namespace function syntax leads to strange error for "common case" of ternary operator

2021-05-26 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351777#comment-17351777 ] Henri Biestro commented on JEXL-346: Grammar related problems are the hard ones. Quick dev note:

[GitHub] [commons-text] XenoAmess commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848815825 Hi. Thanks for your pr. The thought is correct, it can save memory from n*m to 2* Math.min(n,m) in this way. As you refined this function, you can refine

[GitHub] [commons-text] XenoAmess edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848815825 @ali-ghanbari Hi. Thanks for your pr. The thought is correct, it can save memory from n*m to 2* Math.min(n,m) in this way. As you refined this function,

[GitHub] [commons-text] XenoAmess edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848815825 @ali-ghanbari Hi. Thanks for your pr. The thought is correct, it can save memory from n*m to 2* Math.min(n,m) in this way. As you refined this function,

[jira] [Commented] (NUMBERS-157) Move method "reduce" from Commons Math

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351832#comment-17351832 ] Gilles Sadowski commented on NUMBERS-157: - Method will be moved to module

[GitHub] [commons-text] XenoAmess commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848835856 There also be some very small problems. But I want you run some performance tests to see if it worthy to refine. see the review. -- This is an automated message

[jira] [Commented] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351895#comment-17351895 ] Gilles Sadowski commented on MATH-1587: --- I can't make much sense out of PR #178. * The refactoring

[GitHub] [commons-text] XenoAmess edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848815825 Hi. Thanks for your pr. The thought is correct, it can save memory from n*m to 2* Math.min(n,m) in this way. As you refined this function, you can refine

[jira] [Updated] (NUMBERS-157) Move method "reduce" from Commons Math

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski updated NUMBERS-157: Assignee: Gilles Sadowski > Move method "reduce" from Commons Math >

[jira] [Created] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1587: - Summary: Break "legacy" codes into several modules Key: MATH-1587 URL: https://issues.apache.org/jira/browse/MATH-1587 Project: Commons Math Issue Type:

[GitHub] [commons-text] XenoAmess commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848846227 Also, this pr worth a jira ticket. https://issues.apache.org/jira/projects/IO/issues/ -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (IO-726) Add MemoryMappedInputStream

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-726: --- Fix Version/s: (was: 2.9.0) 2.9.1 > Add MemoryMappedInputStream >

[jira] [Updated] (IO-584) Add a module info descriptor

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-584: --- Fix Version/s: (was: 2.9.0) 2.9.1 > Add a module info descriptor >

[jira] [Closed] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed FILEUPLOAD-327. Resolution: Fixed i > Solve SpotBug warning/errors > > >

[jira] [Closed] (FILEUPLOAD-310) Minor improvements

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed FILEUPLOAD-310. Resolution: Fixed in > Minor improvements > -- > >

[GitHub] [commons-text] XenoAmess edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848815825 @ali-ghanbari Hi. Thanks for your pr. The thought is correct, it can save memory from `n*m` to `2*Math.min(n,m)` in this way. As you refined this

[jira] [Comment Edited] (MATH-1587) Break "legacy" codes into several modules

2021-05-26 Thread Samy Badjoudj (Jira)
[ https://issues.apache.org/jira/browse/MATH-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351858#comment-17351858 ] Samy Badjoudj edited comment on MATH-1587 at 5/26/21, 3:28 PM: --- Hi [~erans]

[jira] [Commented] (FILEUPLOAD-241) SocketTimeoutException: Read timed out FileUpload with IE10/11 at 0KB File

2021-05-26 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351881#comment-17351881 ] Arturo Bernal commented on FILEUPLOAD-241: -- Hi [~joc...@apache.org] I think you can close

[jira] [Resolved] (NUMBERS-157) Move method "reduce" from Commons Math

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved NUMBERS-157. - Resolution: Done Commit 00f9f4ec702a428ac0e244a424a16e19a8afc71a (in "master" branch).

[GitHub] [commons-text] XenoAmess edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
XenoAmess edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-848846227 Also, this pr worth a jira ticket. https://issues.apache.org/jira/projects/TEXT/issues/ -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (MATH-1517) "Cluster" leaks internal data

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351848#comment-17351848 ] Gilles Sadowski commented on MATH-1517: --- bq. discussion belongs [in another report] cf. MATH-1587

[jira] [Created] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread Anant Damle (Jira)
Anant Damle created COLLECTIONS-795: --- Summary: provide a PairIterator to zip two iterators of different types. Key: COLLECTIONS-795 URL: https://issues.apache.org/jira/browse/COLLECTIONS-795

[jira] [Updated] (JEXL-347) Missing unsolvable property exception for reference when used with equals

2021-05-26 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-347: --- Assignee: Henri Biestro > Missing unsolvable property exception for reference when used with equals >

[jira] [Updated] (IO-555) Add a FileSystem enum to provide legal file names

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-555: --- Fix Version/s: (was: 2.9.0) 2.9.1 > Add a FileSystem enum to provide legal file

[jira] [Updated] (IO-592) Modified FileUtilsDirectoryContainsTestCase File

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-592: --- Fix Version/s: (was: 2.9.0) 2.9.1 > Modified FileUtilsDirectoryContainsTestCase

[jira] [Updated] (IO-568) AutoCloseInputStream sometimes breaks mark/reset contract

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-568: --- Fix Version/s: (was: 2.9.0) 2.9.1 > AutoCloseInputStream sometimes breaks

[jira] [Updated] (IO-678) FileUtils.copyFile does not maintain file permissions

2021-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-678: --- Fix Version/s: (was: 2.9.0) 2.9.1 > FileUtils.copyFile does not maintain file

[GitHub] [commons-pool] garydgregory merged pull request #70: Bump maven-bundle-plugin from 5.1.1 to 5.1.2

2021-05-26 Thread GitBox
garydgregory merged pull request #70: URL: https://github.com/apache/commons-pool/pull/70 -- 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-collections] kinow commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
kinow commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640141352 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] [commons-pool] coveralls commented on pull request #77: Simplify Assertions in tests

2021-05-26 Thread GitBox
coveralls commented on pull request #77: URL: https://github.com/apache/commons-pool/pull/77#issuecomment-849075950 [![Coverage Status](https://coveralls.io/builds/40056581/badge)](https://coveralls.io/builds/40056581) Coverage decreased (-0.03%) to 84.114% when pulling

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602583=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602583 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[GitHub] [commons-collections] garydgregory commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640134632 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602591=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602591 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[GitHub] [commons-pool] garydgregory merged pull request #76: Bump junit-bom from 5.7.1 to 5.7.2

2021-05-26 Thread GitBox
garydgregory merged pull request #76: URL: https://github.com/apache/commons-pool/pull/76 -- 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-pool] coveralls commented on pull request #78: Replace explicit with <>

2021-05-26 Thread GitBox
coveralls commented on pull request #78: URL: https://github.com/apache/commons-pool/pull/78#issuecomment-849085571 [![Coverage Status](https://coveralls.io/builds/40056995/badge)](https://coveralls.io/builds/40056995) Coverage decreased (-0.03%) to 84.114% when pulling

[GitHub] [commons-collections] kinow commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
kinow commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640108388 ## File path: src/main/java/org/apache/commons/collections4/iterators/ZippedTupleIterator.java ## @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] [commons-pool] garydgregory merged pull request #73: Bump spotbugs from 4.2.2 to 4.2.3

2021-05-26 Thread GitBox
garydgregory merged pull request #73: URL: https://github.com/apache/commons-pool/pull/73 -- 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-pool] garydgregory merged pull request #74: Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3

2021-05-26 Thread GitBox
garydgregory merged pull request #74: URL: https://github.com/apache/commons-pool/pull/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 the specific comment. For queries about this service,

[GitHub] [commons-pool] garydgregory merged pull request #67: Implement AbandonedConfig for GenericKeyedObjectPool

2021-05-26 Thread GitBox
garydgregory merged pull request #67: URL: https://github.com/apache/commons-pool/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 URL above to go to the specific comment. For queries about this service,

[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-849112355 Hi @XenoAmess , @aherbert , Thank you for all your suggestions and comments. I will look into them and update you in the up coming days. -- This is an automated

[GitHub] [commons-pool] garydgregory commented on pull request #77: Simplify Assertions in tests

2021-05-26 Thread GitBox
garydgregory commented on pull request #77: URL: https://github.com/apache/commons-pool/pull/77#issuecomment-849143174 @arturobernalg Please rebase on git master. TY. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [commons-pool] garydgregory commented on pull request #78: Replace explicit with <>

2021-05-26 Thread GitBox
garydgregory commented on pull request #78: URL: https://github.com/apache/commons-pool/pull/78#issuecomment-849143092 @arturobernalg Please rebase on git master. TY. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [commons-collections] kinow commented on a change in pull request #238: [COLLECTIONS-795] Add a new Iterator to allowing zipping over two iterators of different types

2021-05-26 Thread GitBox
kinow commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r640108528 ## File path: src/test/java/org/apache/commons/collections4/iterators/ZippedTupleIteratorTest.java ## @@ -0,0 +1,150 @@ +/* + * Licensed to the

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602563=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602563 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602562=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602562 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

[jira] [Created] (MATH-1588) "UnivariateFunction" is-a "DoubleUnaryOperator"

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1588: - Summary: "UnivariateFunction" is-a "DoubleUnaryOperator" Key: MATH-1588 URL: https://issues.apache.org/jira/browse/MATH-1588 Project: Commons Math Issue

[jira] [Created] (MATH-1589) Remove spurious "throws" clauses

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1589: - Summary: Remove spurious "throws" clauses Key: MATH-1589 URL: https://issues.apache.org/jira/browse/MATH-1589 Project: Commons Math Issue Type: Task

[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-849254619 Hi, Thanks a lot for the comments! I just applied the suggestions to the previous implementation and also refactored it, so that it is now matching the algorithm

[GitHub] [commons-text] ali-ghanbari commented on a change in pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
ali-ghanbari commented on a change in pull request #233: URL: https://github.com/apache/commons-text/pull/233#discussion_r640234601 ## File path: src/main/java/org/apache/commons/text/similarity/LongestCommonSubsequence.java ## @@ -58,7 +58,48 @@ public Integer apply(final

[GitHub] [commons-text] coveralls edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-05-26 Thread GitBox
coveralls edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-846470672 [![Coverage Status](https://coveralls.io/builds/40066616/badge)](https://coveralls.io/builds/40066616) Coverage decreased (-0.2%) to 97.772% when pulling

Re: [jira] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-05-26 Thread Chaitanya K
unsubscribe On Wed, May 26, 2021 at 11:56 AM ASF GitHub Bot (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=602494=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602494 > ] > > ASF GitHub Bot logged work on

[jira] [Created] (NUMBERS-158) Define "normalize" using "Reduce"

2021-05-26 Thread Gilles Sadowski (Jira)
Gilles Sadowski created NUMBERS-158: --- Summary: Define "normalize" using "Reduce" Key: NUMBERS-158 URL: https://issues.apache.org/jira/browse/NUMBERS-158 Project: Commons Numbers Issue

[jira] [Updated] (NUMBERS-158) Define "normalize" using "Reduce"

2021-05-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski updated NUMBERS-158: Component/s: angle > Define "normalize" using "Reduce" >

[GitHub] [commons-pool] arturobernalg commented on pull request #77: Simplify Assertions in tests

2021-05-26 Thread GitBox
arturobernalg commented on pull request #77: URL: https://github.com/apache/commons-pool/pull/77#issuecomment-849306365 > @arturobernalg > Please rebase on git master. > TY. HI @garydgregory Rebased TY -- This is an automated message from the Apache Git Service. To

[GitHub] [commons-pool] arturobernalg closed pull request #78: Replace explicit with <>

2021-05-26 Thread GitBox
arturobernalg closed pull request #78: URL: https://github.com/apache/commons-pool/pull/78 -- 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-pool] arturobernalg opened a new pull request #80: Replace C-style array declaration with Java style

2021-05-26 Thread GitBox
arturobernalg opened a new pull request #80: URL: https://github.com/apache/commons-pool/pull/80 -- 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-pool] coveralls commented on pull request #79: Replace explicit with <>

2021-05-26 Thread GitBox
coveralls commented on pull request #79: URL: https://github.com/apache/commons-pool/pull/79#issuecomment-849312174 [![Coverage Status](https://coveralls.io/builds/40069000/badge)](https://coveralls.io/builds/40069000) Coverage decreased (-0.1%) to 84.137% when pulling

[GitHub] [commons-csv] coveralls commented on pull request #152: Bump jmh-core from 1.5.2 to 1.32

2021-05-26 Thread GitBox
coveralls commented on pull request #152: URL: https://github.com/apache/commons-csv/pull/152#issuecomment-849335271 [![Coverage Status](https://coveralls.io/builds/40069994/badge)](https://coveralls.io/builds/40069994) Coverage remained the same at 98.463% when pulling

[GitHub] [commons-lang] coveralls commented on pull request #763: Bump jmh.version from 1.27 to 1.32

2021-05-26 Thread GitBox
coveralls commented on pull request #763: URL: https://github.com/apache/commons-lang/pull/763#issuecomment-849334741 [![Coverage Status](https://coveralls.io/builds/40069942/badge)](https://coveralls.io/builds/40069942) Coverage decreased (-0.006%) to 94.97% when pulling

[GitHub] [commons-pool] arturobernalg commented on pull request #78: Replace explicit with <>

2021-05-26 Thread GitBox
arturobernalg commented on pull request #78: URL: https://github.com/apache/commons-pool/pull/78#issuecomment-849306884 > @arturobernalg > Please rebase on git master. > TY. Done -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-pool] arturobernalg opened a new pull request #79: Replace explicit with <>

2021-05-26 Thread GitBox
arturobernalg opened a new pull request #79: URL: https://github.com/apache/commons-pool/pull/79 -- 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-pool] coveralls edited a comment on pull request #77: Simplify Assertions in tests

2021-05-26 Thread GitBox
coveralls edited a comment on pull request #77: URL: https://github.com/apache/commons-pool/pull/77#issuecomment-849075950 [![Coverage Status](https://coveralls.io/builds/40068973/badge)](https://coveralls.io/builds/40068973) Coverage decreased (-0.06%) to 84.201% when pulling

[GitHub] [commons-pool] coveralls commented on pull request #80: Replace C-style array declaration with Java style

2021-05-26 Thread GitBox
coveralls commented on pull request #80: URL: https://github.com/apache/commons-pool/pull/80#issuecomment-849314714 [![Coverage Status](https://coveralls.io/builds/40069100/badge)](https://coveralls.io/builds/40069100) Coverage decreased (-0.1%) to 84.137% when pulling

[GitHub] [commons-pool] arturobernalg opened a new pull request #81: Improvements:

2021-05-26 Thread GitBox
arturobernalg opened a new pull request #81: URL: https://github.com/apache/commons-pool/pull/81 Use Objects.equals() Use Anonymous type Use method reference instead Lambda Replace Loop with Collection.removeIf() -- This is an automated message from the Apache Git Service. To

[GitHub] [commons-lang] dependabot[bot] opened a new pull request #763: Bump jmh.version from 1.27 to 1.32

2021-05-26 Thread GitBox
dependabot[bot] opened a new pull request #763: URL: https://github.com/apache/commons-lang/pull/763 Bumps `jmh.version` from 1.27 to 1.32. Updates `jmh-core` from 1.27 to 1.32 Updates `jmh-generator-annprocess` from 1.27 to 1.32 Dependabot will resolve any conflicts

[GitHub] [commons-lang] dependabot[bot] closed pull request #753: Bump jmh.version from 1.27 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] closed pull request #753: URL: https://github.com/apache/commons-lang/pull/753 -- 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-lang] dependabot[bot] commented on pull request #753: Bump jmh.version from 1.27 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] commented on pull request #753: URL: https://github.com/apache/commons-lang/pull/753#issuecomment-849330651 Superseded by #763. -- 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-csv] dependabot[bot] closed pull request #147: Bump jmh-generator-annprocess from 1.5.2 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] closed pull request #147: URL: https://github.com/apache/commons-csv/pull/147 -- 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-csv] dependabot[bot] opened a new pull request #152: Bump jmh-core from 1.5.2 to 1.32

2021-05-26 Thread GitBox
dependabot[bot] opened a new pull request #152: URL: https://github.com/apache/commons-csv/pull/152 Bumps jmh-core from 1.5.2 to 1.32. [![Dependabot compatibility

[GitHub] [commons-csv] dependabot[bot] commented on pull request #147: Bump jmh-generator-annprocess from 1.5.2 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] commented on pull request #147: URL: https://github.com/apache/commons-csv/pull/147#issuecomment-849331473 Superseded by #151. -- 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-csv] dependabot[bot] opened a new pull request #151: Bump jmh-generator-annprocess from 1.5.2 to 1.32

2021-05-26 Thread GitBox
dependabot[bot] opened a new pull request #151: URL: https://github.com/apache/commons-csv/pull/151 Bumps jmh-generator-annprocess from 1.5.2 to 1.32. [![Dependabot compatibility

[GitHub] [commons-io] dependabot[bot] opened a new pull request #237: Bump jmh.version from 1.27 to 1.32

2021-05-26 Thread GitBox
dependabot[bot] opened a new pull request #237: URL: https://github.com/apache/commons-io/pull/237 Bumps `jmh.version` from 1.27 to 1.32. Updates `jmh-core` from 1.27 to 1.32 Updates `jmh-generator-annprocess` from 1.27 to 1.32 Dependabot will resolve any conflicts with

[GitHub] [commons-csv] dependabot[bot] closed pull request #146: Bump jmh-core from 1.5.2 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] closed pull request #146: URL: https://github.com/apache/commons-csv/pull/146 -- 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-csv] dependabot[bot] commented on pull request #146: Bump jmh-core from 1.5.2 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] commented on pull request #146: URL: https://github.com/apache/commons-csv/pull/146#issuecomment-849331493 Superseded by #152. -- 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-io] dependabot[bot] commented on pull request #231: Bump jmh.version from 1.27 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] commented on pull request #231: URL: https://github.com/apache/commons-io/pull/231#issuecomment-849331640 Superseded by #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

[GitHub] [commons-io] dependabot[bot] closed pull request #231: Bump jmh.version from 1.27 to 1.31

2021-05-26 Thread GitBox
dependabot[bot] closed pull request #231: URL: https://github.com/apache/commons-io/pull/231 -- 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-csv] coveralls commented on pull request #151: Bump jmh-generator-annprocess from 1.5.2 to 1.32

2021-05-26 Thread GitBox
coveralls commented on pull request #151: URL: https://github.com/apache/commons-csv/pull/151#issuecomment-849333933 [![Coverage Status](https://coveralls.io/builds/40069956/badge)](https://coveralls.io/builds/40069956) Coverage remained the same at 98.463% when pulling

[GitHub] [commons-io] coveralls commented on pull request #237: Bump jmh.version from 1.27 to 1.32

2021-05-26 Thread GitBox
coveralls commented on pull request #237: URL: https://github.com/apache/commons-io/pull/237#issuecomment-849341226 [![Coverage Status](https://coveralls.io/builds/40070269/badge)](https://coveralls.io/builds/40070269) Coverage decreased (-0.1%) to 89.265% when pulling