[jira] [Commented] (IO-735) 2.9.0 breaks OSGi with new Import-Package header

2021-06-01 Thread Mark Derricutt (Jira)
[ https://issues.apache.org/jira/browse/IO-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355359#comment-17355359 ] Mark Derricutt commented on IO-735: --- Ewps - my bad for not spotting the duplicate. Have build commons-io

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

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

[jira] [Created] (MATH-1601) Simplify "CorrelatedRandomVectorGenerator"

2021-06-01 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1601: - Summary: Simplify "CorrelatedRandomVectorGenerator" Key: MATH-1601 URL: https://issues.apache.org/jira/browse/MATH-1601 Project: Commons Math Issue Type:

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

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

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

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

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

2021-06-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=604900=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604900 ] 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-06-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=604901=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604901 ] ASF GitHub Bot logged work on COLLECTIONS-795: -- Author: ASF

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

2021-06-01 Thread GitBox
anantdamle commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643602621 ## File path: src/test/java/org/apache/commons/collections4/PairedIterableTest.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache

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

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

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

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

[jira] [Commented] (MATH-1600) "NormalizedRandomGenerator" is-a "DoubleSupplier"

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355437#comment-17355437 ] Gilles Sadowski commented on MATH-1600: --- Thanks for the PR but that interface is likely going away

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

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

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

2021-06-01 Thread GitBox
anantdamle commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643575137 ## File path: src/main/java/org/apache/commons/collections4/iterators/PairedIterator.java ## @@ -0,0 +1,171 @@ +/* + * Licensed to the

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

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

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

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

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

2021-06-01 Thread GitBox
anantdamle commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643575137 ## File path: src/main/java/org/apache/commons/collections4/iterators/PairedIterator.java ## @@ -0,0 +1,171 @@ +/* + * Licensed to the

[jira] [Created] (JEXL-348) Parsing error when mixing namespaces with conditional expressions

2021-06-01 Thread Cameron Samak (Jira)
Cameron Samak created JEXL-348: -- Summary: Parsing error when mixing namespaces with conditional expressions Key: JEXL-348 URL: https://issues.apache.org/jira/browse/JEXL-348 Project: Commons JEXL

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

2021-06-01 Thread GitBox
anantdamle commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643602080 ## File path: src/main/java/org/apache/commons/collections4/IteratorUtils.java ## @@ -907,6 +908,20 @@ public static NodeListIterator

[jira] [Resolved] (MATH-1598) Remove "UniformRandomGenerator"

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1598. --- Resolution: Done Commit 536ee3f6450db46f6aaf603d4e6392e0ff92d074 ("master" branch). > Remove

[jira] [Resolved] (MATH-1601) Simplify "CorrelatedRandomVectorGenerator"

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1601. --- Resolution: Fixed Commit 456de1bf98e87d18588fe76b623b5ed1bd4d715b ("master" branch). >

[jira] [Commented] (DBCP-448) Disable password exposure via JMX.

2021-06-01 Thread Frank Gasdorf (Jira)
[ https://issues.apache.org/jira/browse/DBCP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17354927#comment-17354927 ] Frank Gasdorf commented on DBCP-448: Since JMX is used for monitoring as well in production

[jira] [Commented] (DBCP-562) Password should not be exposed via JMXBean

2021-06-01 Thread Frank Gasdorf (Jira)
[ https://issues.apache.org/jira/browse/DBCP-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17354928#comment-17354928 ] Frank Gasdorf commented on DBCP-562: For documentation: To export JMX bean the code has been

[jira] [Commented] (COMPRESS-581) Make getLocalHeaderOffset() public

2021-06-01 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17354964#comment-17354964 ] Peter Lee commented on COMPRESS-581: Hi [~franckval] I think it's not a good idea to make

[jira] [Updated] (DBCP-448) Disable password exposure via JMX.

2021-06-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated DBCP-448: - Fix Version/s: 2.9.0 > Disable password exposure via JMX. > -- > >

[jira] [Commented] (DBCP-573) DataSource implementations do not implement Wrapper interface correctly

2021-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/DBCP-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17354962#comment-17354962 ] Réda Housni Alaoui commented on DBCP-573: - Looks good to me. Thank you ! > DataSource

[jira] [Closed] (DBCP-573) DataSource implementations do not implement Wrapper interface correctly

2021-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/DBCP-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Réda Housni Alaoui closed DBCP-573. --- > DataSource implementations do not implement Wrapper interface correctly >

[jira] [Created] (NUMBERS-161) PlaneAngle Numerical Accuracy

2021-06-01 Thread Matt Juntunen (Jira)
Matt Juntunen created NUMBERS-161: - Summary: PlaneAngle Numerical Accuracy Key: NUMBERS-161 URL: https://issues.apache.org/jira/browse/NUMBERS-161 Project: Commons Numbers Issue Type:

[jira] [Updated] (IO-734) The OSGi manifest now contains sun.* packages in the Import-Package instruction

2021-06-01 Thread Eric Norman (Jira)
[ https://issues.apache.org/jira/browse/IO-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated IO-734: --- Affects Version/s: 2.9.0 > The OSGi manifest now contains sun.* packages in the Import-Package > instruction >

[jira] [Work logged] (MATH-1600) "NormalizedRandomGenerator" is-a "DoubleSupplier"

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

[GitHub] [commons-math] samyBadjoudj opened a new pull request #188: MATH-1600: NormalizedRandomGenerator as "DoubleSupplier

2021-06-01 Thread GitBox
samyBadjoudj opened a new pull request #188: URL: https://github.com/apache/commons-math/pull/188 -- 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] (MATH-1453) Mann-Whitney U Test returns maximum of U1 and U2

2021-06-01 Thread Amar Prakash Pandey (Jira)
[ https://issues.apache.org/jira/browse/MATH-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355272#comment-17355272 ] Amar Prakash Pandey commented on MATH-1453: --- [~erans] you have closed the issue. > Will you

[GitHub] [commons-math] samyBadjoudj opened a new pull request #189: MATH-1598: Remove UniformRandomGenerator, replaced by ContinuousUnifo…

2021-06-01 Thread GitBox
samyBadjoudj opened a new pull request #189: URL: https://github.com/apache/commons-math/pull/189 …rmSampler in rng -- 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

[jira] [Commented] (NUMBERS-161) PlaneAngle Numerical Accuracy

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355061#comment-17355061 ] Gilles Sadowski commented on NUMBERS-161: - bq. The current PlaneAngle class introduces

[jira] [Commented] (IO-735) 2.9.0 breaks OSGi with new Import-Package header

2021-06-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355054#comment-17355054 ] Gary D. Gregory commented on IO-735: Please try git master and see if the current code base meets your

[jira] [Closed] (IO-735) 2.9.0 breaks OSGi with new Import-Package header

2021-06-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed IO-735. -- Resolution: Fixed Please check Jira before create duplicate tickets. > 2.9.0 breaks OSGi with new

[jira] [Resolved] (MATH-1596) "RandomVectorGenerator" is-a "Supplier"

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved MATH-1596. --- Resolution: Fixed Interface removed in commit 787d42ef07e6dc8d7aa47a9156d851281a7f2954

[jira] [Commented] (NUMBERS-161) PlaneAngle Numerical Accuracy

2021-06-01 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355011#comment-17355011 ] Matt Juntunen commented on NUMBERS-161: --- Here is my thought for this API: {code:java} abstract

[jira] [Work logged] (MATH-1597) Low-discrepancy sequence

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

[GitHub] [commons-math] coveralls commented on pull request #187: MATH-1597: LowDiscrepancySequence supplier for Halton and Sobol proposal

2021-06-01 Thread GitBox
coveralls commented on pull request #187: URL: https://github.com/apache/commons-math/pull/187#issuecomment-852192805 [![Coverage Status](https://coveralls.io/builds/40205845/badge)](https://coveralls.io/builds/40205845) Coverage decreased (-0.01%) to 90.362% when pulling

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

2021-06-01 Thread GitBox
anantdamle commented on pull request #238: URL: https://github.com/apache/commons-collections/pull/238#issuecomment-852291238 What are the next steps? -- 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

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

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

[jira] [Work logged] (MATH-1598) Remove "UniformRandomGenerator"

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

[jira] [Work logged] (MATH-1597) Low-discrepancy sequence

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

[GitHub] [commons-math] samyBadjoudj closed pull request #187: MATH-1597: LowDiscrepancySequence supplier for Halton and Sobol proposal

2021-06-01 Thread GitBox
samyBadjoudj closed pull request #187: URL: https://github.com/apache/commons-math/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

[jira] [Work logged] (MATH-1597) Low-discrepancy sequence

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

[GitHub] [commons-math] samyBadjoudj opened a new pull request #190: MATH-1597: LowDiscrepancySequence supplier/jump for Halton and Sobol

2021-06-01 Thread GitBox
samyBadjoudj opened a new pull request #190: URL: https://github.com/apache/commons-math/pull/190 -- 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] [Work logged] (COLLECTIONS-795) provide a PairIterator to zip two iterators of different types.

2021-06-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-795?focusedWorklogId=604741=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604741 ] 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-06-01 Thread GitBox
garydgregory commented on a change in pull request #238: URL: https://github.com/apache/commons-collections/pull/238#discussion_r643425608 ## File path: src/main/java/org/apache/commons/collections4/iterators/PairedIterator.java ## @@ -0,0 +1,171 @@ +/* + * Licensed to the

[jira] [Commented] (MATH-1453) Mann-Whitney U Test returns maximum of U1 and U2

2021-06-01 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355277#comment-17355277 ] Gilles Sadowski commented on MATH-1453: --- bq. Shall I work on the above comment or not? You are

[jira] [Commented] (MATH-1453) Mann-Whitney U Test returns maximum of U1 and U2

2021-06-01 Thread Amar Prakash Pandey (Jira)
[ https://issues.apache.org/jira/browse/MATH-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17355297#comment-17355297 ] Amar Prakash Pandey commented on MATH-1453: --- Okay, that makes more sense. on it! > Mann-Whitney