[jira] [Commented] (GEOMETRY-110) 3D Convex Hull

2024-04-27 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841554#comment-17841554 ] Matt Juntunen commented on GEOMETRY-110: [~agoss], I've merged the implementation you provided

Re: (commons-geometry) branch master updated: GEOMETRY-110: add ConvexHull3D using Quickhull algorithm

2024-04-27 Thread Matt Juntunen
I apologize for that. I merged this through the GitHub UI (and will likely never do so again). We can amend the message to remove all of the noise but that would involve using `git push --force`, which is not something I've ever done with an Apache repo. -Matt On Sat, Apr 27, 2024 at 8:42 PM

[jira] [Commented] (GEOMETRY-110) 3D Convex Hull

2023-11-03 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782582#comment-17782582 ] Matt Juntunen commented on GEOMETRY-110: Awesome! Thanks, [~agoss]! I'll plan on taking a look

[jira] [Commented] (GEOMETRY-155) Implement getMidpoint(Vector x)

2023-07-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743605#comment-17743605 ] Matt Juntunen commented on GEOMETRY-155: This can be done by multiplying the vector by 0.5

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743601#comment-17743601 ] Matt Juntunen commented on GEOMETRY-150: I believe this method is general enough and useful

[jira] [Commented] (GEOMETRY-154) Implement divideVectorWithRatio(Vector x, double ratio)

2023-07-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743597#comment-17743597 ] Matt Juntunen commented on GEOMETRY-154: [~dimitrios.efthymiou], I'm not sold on the idea

[jira] [Commented] (GEOMETRY-154) Implement divideVectorWithRatio(Vector x, double ratio)

2023-07-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743573#comment-17743573 ] Matt Juntunen commented on GEOMETRY-154: What would be a use case for this method? I'm

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743185#comment-17743185 ] Matt Juntunen commented on GEOMETRY-150: A few comments: - {{Vectors}} is in the {{internal

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

2023-02-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17690953#comment-17690953 ] Matt Juntunen commented on GEOMETRY-144: Sounds great! Thank you for your contributions

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

2023-02-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17687515#comment-17687515 ] Matt Juntunen commented on GEOMETRY-144: bq. i think that is a good proposition. At least

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

2023-02-05 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17684354#comment-17684354 ] Matt Juntunen commented on GEOMETRY-144: [~agoss], I've looked over your PR and it's looking

Re: [GEOMETRY] Quickhull Implementation

2023-01-31 Thread Matt Juntunen
clone. If someone could give me a code review and point out areas to > > > improve the code or errors i would be very thankful. > > > > Thank you for tackling this issue. > > It was part of a broader discussion about the API around the hull > > functionality. >

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

2023-01-31 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17682847#comment-17682847 ] Matt Juntunen commented on GEOMETRY-144: I still believe we should just go with one algorithm

Re: Re: [geometry] How to get the intersection face from two overlaping ConvexPolygon3D instances?

2022-09-18 Thread Matt Juntunen
se). Commons > > Geometry is the best 3D lib i can find in java world. > > > > Thanks again for your work! > > > Regards, > Bai Song > > At 2022-09-17 10:58:33, "Matt Juntunen" wrote: > >Hello, > > > >Alex is correct in that th

Re: [geometry] How to get the intersection face from two overlaping ConvexPolygon3D instances?

2022-09-16 Thread Matt Juntunen
Hello, Alex is correct in that the intersection operation you are attempting to perform will only work in 2D. When you constructed bsp1 and bsp2 from the faces, what you ended up with was 2 half spaces of infinite size. List list1 = new ArrayList<>(); list1.add(face1);

Re: Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-08-05 Thread Matt Juntunen
...@gmail.com)> wrote: > > > Yeah, there is code that looks odd for 2022, like a custom Closeable > > > interface instead of reusing the JRE's. I'll take a look. > > > > > > Gary > > > > > > On Sun, Jul 17, 2022 at 2:32 PM Matt Juntunen > &g

Re: [Math][Statistics] Beta release?

2022-07-26 Thread Matt Juntunen
+1 It would be great to get this code out to developers. Regards, Matt J On Mon, Jul 25, 2022 at 11:46 AM Gilles Sadowski wrote: > > Le lun. 25 juil. 2022 à 16:38, Alex Herbert a > écrit : > > > > On Mon, 25 Jul 2022 at 14:37, Gilles Sadowski wrote: > > > > > Hello. > > > > > > How about

Re: SBOM Generation

2022-07-21 Thread Matt Juntunen
tive SBOMs published to Maven > > Central similar to what DropWizard is doing. > > > > https://repo1.maven.org/maven2/io/dropwizard/dropwizard-core/2.1.1/ > > > > Non-authorative SBOMs may be on the roadmap for Maven Central. > > > > > > —Steve > > > &g

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Matt Juntunen
gt; On Sun, Jul 17, 2022 at 10:49 AM Matt Juntunen > wrote: > > > > I am going to put the 2.0.0-beta1 release on my TODO list. I am > > currently working toward a release of commons-text, so I can't be sure > > on a timeline. If anyone has questions or time to pick thi

Re: [all] SBOM Generation

2022-07-17 Thread Matt Juntunen
wrote: > > > > On Sun, 17 Jul 2022 at 15:45, Matt Juntunen > > wrote: > > > > > > Hello all, > > > > > > Steve Springett recently created a PR [1] for commons-parent that > > > introduces the generation of software bill of materials (

SBOM Generation

2022-07-17 Thread Matt Juntunen
Hello, The Apache Commons project recently received a PR [1] for our parent POM that includes the generation of software bill of materials (SBOM) artifacts during the build. During the following discussion [2] on our dev mailing list, it was suggested that this mailing list would be the

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-17 Thread Matt Juntunen
I am going to put the 2.0.0-beta1 release on my TODO list. I am currently working toward a release of commons-text, so I can't be sure on a timeline. If anyone has questions or time to pick this up, please let me know. Regards, Matt J On Fri, Jul 15, 2022 at 12:35 PM Matt Juntunen wrote

[all] SBOM Generation

2022-07-17 Thread Matt Juntunen
Hello all, Steve Springett recently created a PR [1] for commons-parent that introduces the generation of software bill of materials (SBOM) artifacts into the build process. First of all, thank you, Steve. Secondly, I believe this is an important topic that should be addressed by our community.

[jira] [Resolved] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-17 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved CONFIGURATION-817. - Resolution: Done > Upgrade to JUni

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-17 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17567643#comment-17567643 ] Matt Juntunen commented on CONFIGURATION-817: - Done in commits

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-15 Thread Matt Juntunen
org/releases/versioning.html > > Sorry, I must have been thinking of a different project. > > Sebb > > On Wed, 13 Jul 2022 at 01:36, Gary Gregory wrote: > > > > A beta is a good idea IMO. > > > > Gary > > > > On Tue, Jul 12, 2022, 17:19 Matt Juntune

Re: Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-12 Thread Matt Juntunen
Based on what I'm hearing, I'm thinking a beta release might be appropriate. That would give consumers a chance to move away from the previous version while giving us a chance to test and fine-tune the API. Thoughts? Regards, Matt J On Tue, Jul 12, 2022 at 4:15 PM Christoph Grüninger wrote: > >

Re: [collections] JMH results for IndexedLinkedList

2022-07-12 Thread Matt Juntunen
t regards, > rodde > > ti 12.7.2022 klo 22.49 Matt Juntunen kirjoitti: > > > Thanks! We should be ready for you to put together a PR for this. Have > > we cleared any licensing or copyright issues on this algorithm? I > > can't recall. > > > > Regards, >

Re: [collections] JMH results for IndexedLinkedList

2022-07-12 Thread Matt Juntunen
Thanks! We should be ready for you to put together a PR for this. Have we cleared any licensing or copyright issues on this algorithm? I can't recall. Regards, Matt J On Tue, Jul 12, 2022 at 2:06 AM Rodion Efremov wrote: > > Hello, > > I have added the benchmark data (both my and Matt's) to the

Re: [fileupload] Have a FileUpload release (after 3.5 years)

2022-07-11 Thread Matt Juntunen
Hello, Does anyone know what the state of 2.0 development is here? It looks like the last feature-related changes were from Sept 2021. Is there anything preventing a release? Regards, Matt J On Mon, Jul 11, 2022 at 9:51 AM Christoph Grüninger wrote: > > Dear Apaches! > > Apache FileUpload saw

[jira] [Comment Edited] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565221#comment-17565221 ] Matt Juntunen edited comment on CONFIGURATION-817 at 7/12/22 2:17 AM

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17565221#comment-17565221 ] Matt Juntunen commented on CONFIGURATION-817: - > How do we feel about using some m

Re: [collections] JMH results for IndexedLinkedList

2022-07-10 Thread Matt Juntunen
patient :) > > Cheers > -Bruno > > On Sun, 10 Jul 2022 at 17:03, Rodion Efremov wrote: > > > Hi Matt, > > > > It has been almost a week since your last response. Did you take a look at > > my work? > > > > Best regards, > > rodde > >

[jira] [Commented] (CONFIGURATION-817) Upgrade to JUnit 5

2022-07-10 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564768#comment-17564768 ] Matt Juntunen commented on CONFIGURATION-817: - Wow! I just wished for something out

CVE-2022-33980: Apache Commons Configuration insecure interpolation defaults

2022-07-06 Thread Matt Juntunen
Severity: Moderate Description: Apache Commons Configuration performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of

CVE-2022-33980: Apache Commons Configuration insecure interpolation defaults

2022-07-06 Thread Matt Juntunen
Severity: Moderate Description: Apache Commons Configuration performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of

[ANNOUNCEMENT] Apache Commons Configuration Version 2.8.0 Released

2022-07-04 Thread Matt Juntunen
st working only for List>String< #137. Thanks to cigaly. o Use final #141. Thanks to Arturo Bernal. o Replace test asserts by simpler but equivalent calls. #139 Thanks to Arturo Bernal. o CONFIGURATION-764: Single Variable Interpolation #182. Thanks to Ning Zhang, Matt Juntunen, Br

Re: [collections] JMH results for IndexedLinkedList

2022-07-04 Thread Matt Juntunen
regards, > rodde > > [1] https://github.com/coderodde/indexedLinkedList/#benchmark-with-jmh > [2] > https://github.com/coderodde/IndexedLinkedListBenchmark/blob/main/src/main/java/com/coderodde/IndexedLinkedListPerformance.java > > On Fri, Jul 1, 2022 at 6:11 AM Matt Junt

[ANNOUNCEMENT] Apache Commons Configuration Version 2.8.0 Released

2022-07-04 Thread Matt Juntunen
st working only for List>String< #137. Thanks to cigaly. o Use final #141. Thanks to Arturo Bernal. o Replace test asserts by simpler but equivalent calls. #139 Thanks to Arturo Bernal. o CONFIGURATION-764: Single Variable Interpolation #182. Thanks to Ning Zhang, Matt Juntunen, Br

[ANNOUNCEMENT] Apache Commons Configuration Version 2.8.0 Released

2022-07-04 Thread Matt Juntunen
st working only for List>String< #137. Thanks to cigaly. o Use final #141. Thanks to Arturo Bernal. o Replace test asserts by simpler but equivalent calls. #139 Thanks to Arturo Bernal. o CONFIGURATION-764: Single Variable Interpolation #182. Thanks to Ning Zhang, Matt Juntunen, Br

[jira] [Closed] (CONFIGURATION-803) java8 lambda improvements

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-803. --- v2.8.0 released > java8 lambda improveme

[jira] [Closed] (CONFIGURATION-801) Remove redundant initializer

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-801. --- v2.8.0 released > Remove redundant initiali

[jira] [Closed] (CONFIGURATION-808) DefaultListDelimiterHandler.escapeList working only for List

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-808. --- v2.8.0 released > DefaultListDelimiterHandler.escapeList working only for L

[jira] [Closed] (CONFIGURATION-804) Redundant local variable

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-804. --- v2.8.0 released > Redundant local varia

[jira] [Closed] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-813. --- v2.8.0 released > Support javamail 2.0 in Configuration (package renamed, ja

[jira] [Closed] (CONFIGURATION-800) Minor improvements

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-800. --- v2.8.0 released > Minor improveme

[jira] [Closed] (CONFIGURATION-789) Add ImmutableConfiguration.getEnum() methods

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-789. --- v2.8.0 released > Add ImmutableConfiguration.getEnum() meth

[jira] [Closed] (CONFIGURATION-805) Use try with resource

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-805. --- v2.8.0 released > Use try with resou

[jira] [Closed] (CONFIGURATION-802) Use final

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-802. --- v2.8.0 released > Use final > - > > Key: C

[jira] [Closed] (CONFIGURATION-794) Unclosed file handle when reading config from JAR file URL

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-794. --- v2.8.0 released > Unclosed file handle when reading config from JAR file

[jira] [Closed] (CONFIGURATION-790) Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.1

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-790. --- v2.8.0 released > Update optional com.fasterxml.jackson.core:jackson-datab

[jira] [Closed] (CONFIGURATION-787) Update from Apache Commons Lang 3.9 to 3.11.

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-787. --- v2.8.0 released > Update from Apache Commons Lang 3.9 to 3

[jira] [Closed] (CONFIGURATION-764) Default date lookup can not work for some specific format

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-764. --- v2.8.0 released > Default date lookup can not work for some specific for

[jira] [Closed] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-07-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen closed CONFIGURATION-753. --- v2.8.0 released > Handling of interpolation is inconsist

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-04 Thread Matt Juntunen
://commons.apache.org/proper/commons-configuration/apidocs/index.html On Mon, Jul 4, 2022 at 3:14 AM Alex Herbert wrote: > > On Mon, 4 Jul 2022 at 03:41, Matt Juntunen > wrote: > > > I'm not sure what to do > > about the javadoc warnings on the generated classes. From the comments > >

[VOTE][RESULT] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Matt Juntunen
This vote passes with the following votes: - Bruno Kinoshita +1 (binding) - Gary Gregory +1 (binding) - Matt Juntunen +1 (binding) I will begin finalizing the release shortly. Regards, Matt J On Sun, Jul 3, 2022 at 10:40 PM Matt Juntunen wrote: > > Thanks, Bruno and Gary! > > Gar

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Matt Juntunen
mac os x", version: "12.4", arch: "x86_64", family: "mac" > > Darwin *** 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 > PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 > > Gary > > On Thu, Jun 30, 2022 at 12:23 AM Matt J

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-02 Thread Matt Juntunen
ers/garydgregory/Downloads/cc/commons-configuration2-2.8.0-src/target/generated-sources/javacc/org/apache/commons/configuration2/plist/Token.java:117: > > warning: no @return > > [WARNING] public static Token newToken(int ofKind, String image) > > [WARNING] ^ > > [WARNING] &g

Re: [collections] JMH results for IndexedLinkedList

2022-06-30 Thread Matt Juntunen
feedback: > https://markmail.org/message/y3tozjdke2ivz3dr > > > > > Best regards, > > rodde > > > > to 23.6.2022 klo 19.06 Matt Juntunen kirjoitti: > > > > > Hello, > > > > > > Thanks for providing the data here. I will hopefully

[VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-06-29 Thread Matt Juntunen
ons/configuration/2.8.0-RC3/site/rat-report.html KEYS: https://www.apache.org/dist/commons/KEYS Please review the release candidate and vote. This vote will close no sooner than 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ]

[CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-26 Thread Matt Juntunen
https://dist.apache.org/repos/dist/dev/commons/configuration/2.8-RC2/site/userguide/upgradeto2_0.html > ? > > Gary > > On Tue, Jun 21, 2022 at 11:47 PM Matt Juntunen > wrote: > > > > We have fixed quite a few bugs and added some significant enhancements > >

Re: [collections] JMH results for IndexedLinkedList

2022-06-23 Thread Matt Juntunen
Hello, Thanks for providing the data here. I will hopefully have time to take a look at this over the weekend. Send me a ping here on the dev list if you don't hear back from me (or someone else) within a week. Regards, Matt J On Tue, Jun 21, 2022 at 7:22 AM Rodion Efremov wrote: > > Hi, > >

Re: [CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-22 Thread Matt Juntunen
45 AM Gary Gregory wrote: > > Please use 2.8.0, I've been using the 3 part version format for all recent > releases. I think it would be nice to follow this naming here. > > Gary > > On Tue, Jun 21, 2022, 22:30 Matt Juntunen wrote: > > > Thanks, Bruno! I'm going to go

[VOTE] Release Apache Commons Configuration 2.8 based on RC2

2022-06-21 Thread Matt Juntunen
rat-report.html KEYS: https://www.apache.org/dist/commons/KEYS Please review the release candidate and vote. This vote will close no sooner than 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppos

[CANCELLED] [VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-21 Thread Matt Juntunen
; happens in other projects (I think CSV had a non-utf readme or release note > too). > > Site reports look great. > > Tested signatures from Maven and from dist area, found no issues. > > [x] +1 Release these artifacts (if the README issue is not a blocker) > > Thanks! >

[VOTE] Release Apache Commons Configuration 2.8 based on RC1

2022-06-20 Thread Matt Juntunen
han 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thank you, Matt Juntunen, Release Manager (using key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A) For following is intended as a helper and refresher for re

Re: [commons-configuration] 02/02: updating release docs

2022-06-20 Thread Matt Juntunen
gt; > > This is an automated email from the ASF dual-hosted git repository. > > > > mattjuntunen pushed a commit to branch 2.8.0-release > > in repository > > https://gitbox.apache.org/repos/asf/commons-configuration.git > > > > commit 6434507226c639a41d45af3b

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-20 Thread Matt Juntunen
t; some effort. > As such, they need to mentioned in release notes, and the level of > change needed should be reflected in the version numbering. > e.g. if only a recompile is needed, then a patch version bump would be > sufficient. > Otherwise at least a minor version bump

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-19 Thread Matt Juntunen
Is someone able to confirm that the METHOD_NO_LONGER_THROWS_CHECKED_EXCEPTION japicmp compatibility change is something we're ok with between releases? Note that this is a binary compatible change but not a source compatible one. Regards, Matt J On Sun, Jun 19, 2022 at 10:50 AM Matt Juntunen

Re: [commons-configuration] branch master updated: fixing binary incompatibilities with v2.7

2022-06-19 Thread Matt Juntunen
nch master > > in repository > > https://gitbox.apache.org/repos/asf/commons-configuration.git > > > > > > The following commit(s) were added to refs/heads/master by this push: > > new 2e39ef6b fixing binary incompatibilities with v2.7 > > 2e39ef6b is des

[configuration] preparing 2.8.0-rc1

2022-06-15 Thread Matt Juntunen
Hello, All planned changes for commons-configuration 2.8.0 are now in master so I am going to start preparing RC1. I haven't released this project before so I'm hoping that I won't run into any issues and will be able to have an RC out to vote on within the next few days. Let me know if you have

[jira] [Updated] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-06-13 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen updated CONFIGURATION-813: Fix Version/s: 2.8.0 > Support javamail 2.0 in Configuration (pack

[jira] [Resolved] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-06-13 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved CONFIGURATION-813. - Resolution: Done > Support javamail 2.0 in Configuration (package rena

[jira] [Commented] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-06-13 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17553863#comment-17553863 ] Matt Juntunen commented on CONFIGURATION-813: - Added in commit

[jira] [Commented] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-06-13 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17553858#comment-17553858 ] Matt Juntunen commented on CONFIGURATION-813: - After the discussion on the mailing

Re: [configuration] Jakarta mailapi 2.0.1

2022-06-11 Thread Matt Juntunen
I'm glad I asked this question :-) Bruno actually submitted a PR with support for both the old and new namespaces [1] but we decided not to go with it since it felt like too much to support both versions of the API. However, this discussion is making me rethink that choice. For one, dropping

Re: [numbers][gsoc] GSoC 2022 - NUMBERS-186 Proposal

2022-06-11 Thread Matt Juntunen
Hello, Good discussion here! This is great! I lost track of what the overall goal here is while reading through the conversation. The goal of NUMBERS-186 is to "allow operations to be performed on lists of complex numbers". My first thought when looking at this is "how are we going to represent

Re: [collections] Add a list/deque faster than TreeList?

2022-06-11 Thread Matt Juntunen
Hello, I agree that this looks interesting. I personally would like to see the following before weighing in on whether or not to include it in commons: 1. A list of use cases where this data structure would be potentially more performant or useful than existing data structures. 2. A set of

[configuration] Jakarta mailapi 2.0.1

2022-06-09 Thread Matt Juntunen
Hello, We are slowly getting closer to a 2.8.0 release for commons-configuration. One remaining item on the list is a PR [1] for bumping the com.sun.mail:mailapi optional dependency from 1.6.7 to 2.0.1. I'd like to get community input on this change since it involves a package name change in the

[jira] [Commented] (CONFIGURATION-813) Support javamail 2.0 in Configuration (package renamed, javax -> jakarta)

2022-06-09 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17552490#comment-17552490 ] Matt Juntunen commented on CONFIGURATION-813: - I've replaced the PR above

Re: [ALL] components still using Travis

2022-05-27 Thread Matt Juntunen
+1 as well. Thanks, Alex! I have spent quite a bit of time refreshing the Travis build page over and over waiting for my builds to start, so this will be a welcome change :-) -Matt J On Thu, May 26, 2022 at 3:55 PM Bruno Kinoshita wrote: > > +1 > > Thanks Alex! > > On Fri, 27 May 2022, 3:13 am

Re: [configuration] 2.8.0 Release Prep

2022-05-23 Thread Matt Juntunen
Please hold off on an RC. I should be able to address a specific issue over > the weekend. Contact me on the private PMC list if you have any questions. > > Gary > > On Mon, May 9, 2022, 22:50 Matt Juntunen wrote: > > > Hello, > > > > I'm getting ready t

[jira] [Commented] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-05-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539898#comment-17539898 ] Matt Juntunen commented on CONFIGURATION-753: - Done in commit

[jira] [Resolved] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-05-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved CONFIGURATION-753. - Resolution: Fixed > Handling of interpolation is inconsist

[jira] [Commented] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-05-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539897#comment-17539897 ] Matt Juntunen commented on CONFIGURATION-753: - No problem! I'm hoping to have the next

Re: [ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Matt Juntunen
Congrats, guys! Well earned. -Matt J On Thu, May 19, 2022 at 7:38 AM Gary Lucas wrote: > > My next step will be to update the demonstration code from the > Gridfour software package to use the new API. I'm also going to update the > article on Elevation GeoTIFFs and Shaded Relief Rendering >

[configuration] CONFIGURATION-753 Interpolation Consistency

2022-05-15 Thread Matt Juntunen
Hello, I've made a new PR [1] for CONFIGURATION-753 as part of my preparations for the next release. I'd like to get another pair of eyes on it if possible since it adds to the public API. The primary cause of the issue is that DefaultConversionHandler and ConfigurationInterpolator use different

Re: [VOTE] Release Apache Commons Imaging 1.0-alpha3 based on RC2

2022-05-15 Thread Matt Juntunen
Hello. - Signatures and hashes look good on distribution and maven repo. - Builds with "maven clean install site" from source distribution with Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /home/matt/tools/maven/apache-maven-3.8.4 Java version: 11.0.14.1, vendor:

[jira] [Commented] (CONFIGURATION-764) Default date lookup can not work for some specific format

2022-05-15 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537247#comment-17537247 ] Matt Juntunen commented on CONFIGURATION-764: - I've submitted a new PR (https

[jira] [Commented] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-05-15 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17537236#comment-17537236 ] Matt Juntunen commented on CONFIGURATION-753: - I've added a new PR (https://github.com

[jira] [Commented] (CONFIGURATION-753) Handling of interpolation is inconsistent

2022-05-11 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17534850#comment-17534850 ] Matt Juntunen commented on CONFIGURATION-753: - Coming in late to this discussion

[configuration] 2.8.0 Release Prep

2022-05-09 Thread Matt Juntunen
Hello, I'm getting ready to create the commons-configuration 2.8.0 release and am currently trying to clear some of the outstanding GitHub PRs. Are there any out of the current set of PRs that we definitely do or do not want to include in 2.8.0? Regards, Matt J

Re: [parent][rng] japicmp binary compatibility for interface default methods

2022-05-09 Thread Matt Juntunen
Sounds reasonable to me. Are there any arguments against this change other than the fact that it is not a japicmp default setting? -Matt J On Mon, May 9, 2022 at 8:59 AM Alex Herbert wrote: > > I would like to change some current interface methods in Commons RNG to > have a default

Re: [compress] broken test or main for TarFileTest.testDirectoryWithLongNameEndsWithSlash()

2022-05-05 Thread Matt Juntunen
Hello, I've created a PR with a fix for that test. However, I'm not familiar enough with the tar format to know if this is all that's needed or if there is a deeper issue that needs to be addressed. Regards, Matt J On Thu, May 5, 2022 at 8:41 PM Gary Gregory wrote: > > Hi All, > > I discovered

[jira] [Resolved] (CONFIGURATION-810) Refactor DummyLayout in TestPropertiesConfiguration to improve test design

2022-05-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved CONFIGURATION-810. - Resolution: Won't Fix > Refactor DummyLay

[jira] [Commented] (CONFIGURATION-810) Refactor DummyLayout in TestPropertiesConfiguration to improve test design

2022-05-04 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/CONFIGURATION-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532005#comment-17532005 ] Matt Juntunen commented on CONFIGURATION-810: - Thank you for your PR! Your rationale

Re: Commons Configuration Release Plan

2022-05-04 Thread Matt Juntunen
Hello, I could go ahead and try to release this. It will have to be after this weekend, however, since I will be busy with family. (It's Mother's Day in the US.) Regards, Matt J On Wed, May 4, 2022 at 8:19 AM Gary Gregory wrote: > > Different components have different levels of maturity and

[jira] [Resolved] (GEOMETRY-147) BoundsXD Linecastable

2022-05-03 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Juntunen resolved GEOMETRY-147. Resolution: Done > BoundsXD Linecastable > - > >

[jira] [Commented] (GEOMETRY-147) BoundsXD Linecastable

2022-05-03 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531473#comment-17531473 ] Matt Juntunen commented on GEOMETRY-147: Merged in commit

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

2022-05-01 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17530519#comment-17530519 ] Matt Juntunen commented on GEOMETRY-144: I'm thinking it would be useful to apply the builder

  1   2   3   4   5   6   7   8   9   10   >