Re: [geometry] PointMap and PointSet

2022-03-15 Thread Matt Juntunen
Hello, I've made the following changes to the PR: - removed the "resolveKey" method from PointMap - renamed PointMap.resolveEntry to PointMap.getEntry and PointSet.resolve to PointSet.get - added an entry on PointMap/PointSet to the user guide - addressed Github comments (thanks, Bruno!) I ran

Re: [geometry] PointMap and PointSet

2022-03-15 Thread Gilles Sadowski
Hi. Le mar. 15 mars 2022 à 00:47, Matt Juntunen a écrit : > > Hello, > > > Do I understand correctly that the "resolveEntry" method which > you added behaves as my above "getEntry"? > > Correct. > > > If so, the latter can > replace both "resolve" methods, for a (c)leaner API. > > That would

Re: [All] New JIRA fields

2022-03-15 Thread Gilles Sadowski
Hello. FTR: I've asked on the d...@community.apache.org" ML[1] whether it would be more appropriate to add those additional fields to the COMDEV JIRA project, but no clear feedback there either... In the absence of a clarification or alternative suggestions, I'll assume "lazy consensus", and ask

Re: [DBCP] archive versions prior to Java 7

2022-03-15 Thread Bruno Kinoshita
+1 to archiving <7 versions. Thanks On Wed, 16 Mar 2022, 00:33 Gary Gregory, wrote: > Hi Sebb, > > I don't plan on supporting pre-Java 8 versions, others may feel different > of course. I say: go for it. > > Gary > > On Tue, Mar 15, 2022, 07:06 sebb wrote: > > > The DBCP versions for Java 6

Re: [DBCP] archive versions prior to Java 7

2022-03-15 Thread Gary Gregory
Hi Sebb, I don't plan on supporting pre-Java 8 versions, others may feel different of course. I say: go for it. Gary On Tue, Mar 15, 2022, 07:06 sebb wrote: > The DBCP versions for Java 6 and earlier are still published via the > mirrors. > > Do we still support them? > > If not, I think they

[DBCP] archive versions prior to Java 7

2022-03-15 Thread sebb
The DBCP versions for Java 6 and earlier are still published via the mirrors. Do we still support them? If not, I think they should be archived and documented as such. That would leave versions for JDBC 4.1 (Java 7) and JDBC 4.2 (Java 8). [The web page needs tidying anyway to remove references

[ANNOUNCEMENT] Commons Daemon 1.3.0 Released

2022-03-15 Thread Mark Thomas
The Apache Commons Team is pleased to announce the availability of Apache Commons Daemon 1.3.0. The Apache Commons Daemon software library provides a generic Daemon (unix) or Service (Windows) wrapper for Java code. Version 1.3.0 is a mainly bugfix release but also increases the minimum Java

[VOTE][RESULT] Release Apache Commons Daemon 1.3.0 based on RC1

2022-03-15 Thread Mark Thomas
The following votes were cast: Binding: +1: ggregory, markt, kinow No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark On 11/03/2022 13:32, Mark Thomas wrote: Since the 1.2.4 release, the minimum Java version has been updated to