[GitHub] [commons-scxml] dependabot[bot] opened a new pull request #41: Bump jaxb-impl from 2.3.6 to 3.0.2

2022-03-13 Thread GitBox
dependabot[bot] opened a new pull request #41: URL: https://github.com/apache/commons-scxml/pull/41 Bumps jaxb-impl from 2.3.6 to 3.0.2. [![Dependabot compatibility

[GitHub] [commons-scxml] dependabot[bot] opened a new pull request #40: Bump junit-jupiter-engine from 5.4.2 to 5.8.2

2022-03-13 Thread GitBox
dependabot[bot] opened a new pull request #40: URL: https://github.com/apache/commons-scxml/pull/40 Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.4.2 to 5.8.2. Release notes Sourced from

[GitHub] [commons-scxml] dependabot[bot] opened a new pull request #39: Bump jackson-core from 2.9.3 to 2.13.2

2022-03-13 Thread GitBox
dependabot[bot] opened a new pull request #39: URL: https://github.com/apache/commons-scxml/pull/39 Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.9.3 to 2.13.2. Commits

[jira] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186 ] Raving deleted comment on NUMBERS-186: was (Author: JIRAUSER286480): Class : Node # prev : Node // A pointer to the previous data # next : Node // A pointer to the next data # real :

[jira] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186 ] Raving deleted comment on NUMBERS-186: was (Author: JIRAUSER286480): Class : ComplexList Node head; Node tail; int size; int capacity; Node[] nums; > GSoC 2022 > - > >

[jira] [Commented] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Sumanth Sulur Rajkumar (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505932#comment-17505932 ] Sumanth Sulur Rajkumar commented on NUMBERS-186: Hi, I had sent an email to the dev mail

[jira] [Commented] (COMPRESS-613) Write ZIP extra time fields automatically

2022-03-13 Thread Andre Brait (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505926#comment-17505926 ] Andre Brait commented on COMPRESS-613: -- [~ggregory]  I'd say it's unlikely. Extra fields are part

[jira] [Work logged] (CLI-313) StringIndexOutOfBoundsException thrown by CommandLineParser.parse() on invalid input

2022-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CLI-313?focusedWorklogId=740588=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-740588 ] ASF GitHub Bot logged work on CLI-313: -- Author: ASF GitHub Bot

[GitHub] [commons-cli] garydgregory commented on a change in pull request #95: CLI-313: adding new test to properly handling negative case of invali…

2022-03-13 Thread GitBox
garydgregory commented on a change in pull request #95: URL: https://github.com/apache/commons-cli/pull/95#discussion_r825512651 ## File path: src/main/java/org/apache/commons/cli/DefaultParser.java ## @@ -580,7 +580,7 @@ private boolean isArgument(final String token) {

[jira] [Commented] (COMPRESS-612) Support atime/ctime and higher time precision for TAR

2022-03-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505919#comment-17505919 ] Gary D. Gregory commented on COMPRESS-612: -- Sounds good. We definitely want to keep API

[jira] [Commented] (COMPRESS-613) Write ZIP extra time fields automatically

2022-03-13 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505918#comment-17505918 ] Gary D. Gregory commented on COMPRESS-613: -- This sounds reasonable. Is there any chance that

[GitHub] [commons-geometry] darkma773r commented on pull request #194: GEOMETRY-142: PointMap and PointSet

2022-03-13 Thread GitBox
darkma773r commented on pull request #194: URL: https://github.com/apache/commons-geometry/pull/194#issuecomment-1066117860 Thanks for the review, @kinow! Your feedback is invaluable. I'll make the changes you suggested as soon as I get some time. -- This is an automated message from

[GitHub] [commons-geometry] darkma773r commented on a change in pull request #194: GEOMETRY-142: PointMap and PointSet

2022-03-13 Thread GitBox
darkma773r commented on a change in pull request #194: URL: https://github.com/apache/commons-geometry/pull/194#discussion_r825459403 ## File path: commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/PointMap2DImpl.java ## @@ -0,0 +1,151 @@ +/* + *

[GitHub] [commons-geometry] darkma773r commented on a change in pull request #194: GEOMETRY-142: PointMap and PointSet

2022-03-13 Thread GitBox
darkma773r commented on a change in pull request #194: URL: https://github.com/apache/commons-geometry/pull/194#discussion_r825459133 ## File path: commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/PointMap3DImpl.java ## @@ -0,0 +1,174 @@ +/* + *

[GitHub] [commons-geometry] darkma773r commented on a change in pull request #194: GEOMETRY-142: PointMap and PointSet

2022-03-13 Thread GitBox
darkma773r commented on a change in pull request #194: URL: https://github.com/apache/commons-geometry/pull/194#discussion_r825458882 ## File path: commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/PointMapAsSetAdapter.java ## @@ -0,0 +1,89 @@ +/*

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

2022-03-13 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen updated GEOMETRY-146: --- Fix Version/s: 1.1 > PointSet/Map closest points > --- > >

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

2022-03-13 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-146: -- Summary: PointSet/Map closest points Key: GEOMETRY-146 URL: https://issues.apache.org/jira/browse/GEOMETRY-146 Project: Commons Geometry Issue Type: New

[jira] [Commented] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505837#comment-17505837 ] Gilles Sadowski commented on NUMBERS-186: - bq. Can I design [...] Please subscribe to the

[jira] [Comment Edited] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505419#comment-17505419 ] Raving edited comment on NUMBERS-186 at 3/13/22, 10:33 AM: --- Class :

[jira] [Commented] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505420#comment-17505420 ] Raving commented on NUMBERS-186: Can I design the data architecture this way? > GSoC 2022 > - >

[jira] [Commented] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505419#comment-17505419 ] Raving commented on NUMBERS-186: Class : ComplexList Node head; Node tail; int size; int capacity; List

[jira] [Commented] (NUMBERS-186) GSoC 2022

2022-03-13 Thread Raving (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505417#comment-17505417 ] Raving commented on NUMBERS-186: Class : Node # prev : Node // A pointer to the previous data # next