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

2020-01-06 Thread Carl Hall
Thanks for the reviews, Gary and Bruno. And thanks, Gary, for giving such a sharp eye to the broader range of code. I'll work through the suggestions in this thread, and clear everything up for the next RC. > On Jan 6, 2020, at 8:21 AM, Gary Gregory wrote: > > I think we need a development

[ANNOUCEMENT] Apache Apache Commons Codec 1.14

2020-01-06 Thread Gary Gregory
The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. Feature and fix release. Changes in

Re: [ANNOUNCEMENT] Apache Apache Commons Codec 1.14

2020-01-06 Thread Gary Gregory
Dang! Sorry. Gary On Mon, Jan 6, 2020 at 2:14 PM sebb wrote: > On Sat, 4 Jan 2020 at 16:27, Gary Gregory wrote: > > > The Apache Commons Codec package contains simple encoder and decoders for > > various formats such as Base64 and Hexadecimal. In addition to these > > widely used encoders

Re: [ANNOUNCEMENT] Apache Apache Commons Codec 1.14

2020-01-06 Thread sebb
On Sat, 4 Jan 2020 at 16:27, Gary Gregory wrote: > The Apache Commons Codec package contains simple encoder and decoders for > various formats such as Base64 and Hexadecimal. In addition to these > widely used encoders and decoders, the codec package also maintains a > collection of phonetic

[VOTE] Release Apache Commons VFS Project 2.6.0 based on RC1

2020-01-06 Thread Gary Gregory
We have fixed a *compatibility bug* and added some minor enhancements since Apache Commons VFS Project 2.5.0 was released, so I would like to release Apache Commons VFS Project 2.6.0. Apache Commons VFS Project 2.6.0 RC1 is available for review here:

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

2020-01-06 Thread Gary Gregory
I think we need a development pass before we release. I see too many resource leaks under certain conditions. For example: Calling org.apache.commons.dbutils.QueryRunner.batch(String, Object[][]) with a null String or a null Object[][] will leak JDBC Connections. This should be fixed by

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

2020-01-06 Thread Gary Gregory
Hi Carl, The Javadocs need cleaning up: There are {@inheritDoc} where none should be. Gary On Sun, Jan 5, 2020 at 2:13 AM Carl Hall wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons DbUtils 1.7 was released, so I would like to release >

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

2020-01-06 Thread Gary Gregory
Carl, Release notes should and announcements must contain a link to the download page. I use the release notes as the text for the announcement email to hit 2 birds with one stone. IOW, add this to the bottom of each release notes section: Download page:

JDK 14 Early Access build 30 & JDK 15 Early Access build 4 are available.

2020-01-06 Thread Rory O'Donnell
Hi Benedikt, Happy New Year ! *Per the JDK 14 schedule , we are now in Rampdown Phase One* *Please advise if you have found any issues while testing the latest Early Access build. * * The overall feature set is frozen. o No further JEPs will be targeted to this release o For more

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

2020-01-06 Thread Bruno P. Kinoshita
Thanks Gary. @Carl, I think it might be better to prepare a new release? FWIW, I tested on JDK 13 Ubuntu LTS, and it built successfully. And the reports look good too (checkstyle went down from 591 to 4!). So I think everything else in this RC looked fine. Cheers Bruno On Monday, 6

Re: [VFS] Release 2.5.1 to address incompatibility

2020-01-06 Thread Bruno P. Kinoshita
Uh, glad it was reported soon and you can cut a new release Gary. Will try to monitor inbox to review the release once it's out. CheersBruno On Monday, 6 January 2020, 2:07:19 am NZDT, Gary Gregory wrote: Hi All: It looks like Commons VFS 2.5.0 contains an incompatibility for