[GitHub] [commons-jcs] CAIWan1998 opened a new pull request, #92: Improve performance in the Test phase

2022-04-23 Thread GitBox
CAIWan1998 opened a new pull request, #92: URL: https://github.com/apache/commons-jcs/pull/92 Maven will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork more test VM by setting `1.5C`.

[jira] [Commented] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-23 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526929#comment-17526929 ] Gary D. Gregory commented on DBCP-585: -- [~Kurtcebe Eroglu] Please see Phil's previous comment,

[jira] [Commented] (DBCP-585) Connection level JMX queries result in concurrent access to connection objects, causing errors

2022-04-23 Thread Phil Steitz (Jira)
[ https://issues.apache.org/jira/browse/DBCP-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526928#comment-17526928 ] Phil Steitz commented on DBCP-585: -- [~ggregory] sorry I missed this.  There is a small javadoc error in

[GitHub] [commons-io] garydgregory commented on pull request #347: Add @SuppressWarnings("unchecked").

2022-04-23 Thread GitBox
garydgregory commented on PR #347: URL: https://github.com/apache/commons-io/pull/347#issuecomment-1107636086 Hi @arturobernalg Thank you for the PR. I'm not 100% sure how we should handle these warnings because these can indeed cause a CCE. So maybve we should at least document this

[GitHub] [commons-io] garydgregory commented on pull request #349: Configure Maven Fork Test parameters

2022-04-23 Thread GitBox
garydgregory commented on PR #349: URL: https://github.com/apache/commons-io/pull/349#issuecomment-1107534624 I don't see a need for this, all builds are already green on Windows, macOS, and Linux. We want consistency and 1 VM gives us that. -- This is an automated message from the

[GitHub] [commons-io] CAIWan1998 opened a new pull request, #349: Configure Maven Fork Test parameters

2022-04-23 Thread GitBox
CAIWan1998 opened a new pull request, #349: URL: https://github.com/apache/commons-io/pull/349 Maven will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork more test VM by setting `1.5C`.

[GitHub] [commons-validator] garydgregory merged pull request #74: Bump maven-antrun-plugin from 3.0.0 to 3.1.0

2022-04-23 Thread GitBox
garydgregory merged PR #74: URL: https://github.com/apache/commons-validator/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. To unsubscribe, e-mail:

[GitHub] [commons-logging] garydgregory merged pull request #85: Replace comparisons String.indexOf() with String.contains() method.

2022-04-23 Thread GitBox
garydgregory merged PR #85: URL: https://github.com/apache/commons-logging/pull/85 -- 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. To unsubscribe, e-mail:

[jira] [Comment Edited] (GEOMETRY-144) Review API in "hull" module

2022-04-23 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526836#comment-17526836 ] Matt Juntunen edited comment on GEOMETRY-144 at 4/23/22 11:57 AM: -- The

[jira] [Commented] (GEOMETRY-144) Review API in "hull" module

2022-04-23 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526836#comment-17526836 ] Matt Juntunen commented on GEOMETRY-144: The current implementation uses an algorithm-specific

[jira] [Commented] (GEOMETRY-146) PointSet/Map closest points

2022-04-23 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526835#comment-17526835 ] Matt Juntunen commented on GEOMETRY-146: PR is in:

[GitHub] [commons-geometry] darkma773r opened a new pull request, #195: GEOMETRY-146: adding near/far methods to PointMap and PointSet

2022-04-23 Thread GitBox
darkma773r opened a new pull request, #195: URL: https://github.com/apache/commons-geometry/pull/195 Adding nearest/farthest and nearToFar/farToNear methods to PointMap and PointSet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to