Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC1

2020-01-05 Thread Carl Hall
Nice find! I’ve added a commit to address this, but will wait a bit for more review before cutting RC2. > On Jan 5, 2020, at 5:04 AM, Gary Gregory wrote: > > Good find Bruno! That a blocker IMO, simple to fix at least. I should have > time to review over the next day or so. > > Gary > > On Su

Re: [dbutils] 2_0 branch discussion

2020-01-05 Thread Carl Hall
Thanks for merging that in. Since 2.0 RC1 was cut, there have been a few releases on the 1.x line. Is 2_0 up to date with everything? > On Dec 30, 2019, at 4:35 PM, William Speirs wrote: > > I just merged the code from my fork ( > https://github.com/wspeirs/sop4j-dbutils/ >

Re: [Geometry] Class "Equivalency"

2020-01-05 Thread Matt Juntunen
Gilles, > I thought that it was short for "equals", so this is indeed confusing and the > method should actually be named "equivalent". You can consider it as short for "equals". It doesn't really matter, just as long as the distinction is made with strict "equals". > However, are there unit t

Re: [compress] What to do with Pack200?

2020-01-05 Thread Stefan Bodewig
On 2020-01-05, Gary Gregory wrote: > Is Pack200 100% Java? Even if not, I think it would be neat to bring it in > from Apache Harmony as a new module. What Emmanuel says. > I think we should consider converting compress into a multi-module > project and avoid hard dependencies. For folks who wan

Re: [compress] What to do with Pack200?

2020-01-05 Thread Gary Gregory
Phone, top post, sorry. Yes you can build on J8 and test on J14 using a Maven toochain. But it might be easier to use GitHub actions and Travis to do it all on one at a time and all Java versions. Gary On Sun, Jan 5, 2020, 09:04 Emmanuel Bourg wrote: > Le 05/01/2020 à 14:09, Gary Gregory a écri

Re: [compress] What to do with Pack200?

2020-01-05 Thread Emmanuel Bourg
Le 05/01/2020 à 14:09, Gary Gregory a écrit : > Is Pack200 100% Java? In OpenJDK the pack200 encoder is 100% Java, and there are two decoder implementations in Java and in C. The native decoder is 5 times faster than the Java one. > I think it would be neat to bring it in from Apache Harmony T

Re: [compress] What to do with Pack200?

2020-01-05 Thread Gary Gregory
Is Pack200 100% Java? Even if not, I think it would be neat to bring it in from Apache Harmony as a new module. I think we should consider converting compress into a multi-module project and avoid hard dependencies. For folks who want everything, we can create a BOM POM. For the test, the simplest

[VFS] Release 2.5.1 to address incompatibility

2020-01-05 Thread Gary Gregory
Hi All: It looks like Commons VFS 2.5.0 contains an incompatibility for existing provider implementations. Therefore, an RC for 2.5.1 will be coming soon (maybe tonight.) https://issues.apache.org/jira/browse/VFS-750 Gary

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC1

2020-01-05 Thread Gary Gregory
Good find Bruno! That a blocker IMO, simple to fix at least. I should have time to review over the next day or so. Gary On Sun, Jan 5, 2020 at 4:49 AM Bruno P. Kinoshita wrote: > Hi, > > > Not sure if a blocker, but the NOTICE.txt files need the 2019 -> 2020 > update. Will have time to review

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC1

2020-01-05 Thread Bruno P. Kinoshita
Hi, Not sure if a blocker, but the NOTICE.txt files need the 2019 -> 2020 update. Will have time to review this one tomorrow NZ time I think. CheersBruno On Sunday, 5 January 2020, 8:13:51 pm NZDT, Carl Hall wrote: We have fixed quite a few bugs and added some significant enhancem