Re: [pool] 2.12.0 update

2023-09-09 Thread Gary Gregory
Thanks for the update, no need to apologize :-) Gary On Sat, Sep 9, 2023, 6:31 PM Phil Steitz wrote: > Sorry I got busy. I will they to get final changes in tomorrow or > convince myself it is ok to release without them. Apologies for the delay > > > On Sep 9, 2023, at 6:41 AM, Gary Gregory

Re: [pool] 2.12.0 update

2023-09-09 Thread Phil Steitz
Sorry I got busy. I will they to get final changes in tomorrow or convince myself it is ok to release without them. Apologies for the delay > On Sep 9, 2023, at 6:41 AM, Gary Gregory wrote: > > Hi Phil, > > Where are we on a 2.12.0 release candidate? > > Gary > >> On Mon, Jul 31, 2023 at

[CRYPTO] test failures with JNA

2023-09-09 Thread sebb
Some of the test runs fail when testing with the class: org.apache.commons.crypto.jna.OpenSslJna It looks like all the OSes complete the test OK if the default JNA library is used. However for some reason its version does not always agree with the default openSSL version. This library can be

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

2023-09-09 Thread Rob Tompkins
Builds on java 8,11, 17 signatures good Rat good all other reports good. +1 > On Sep 9, 2023, at 8:46 AM, Gary Gregory wrote: > > We have fixed one (Java JPMS >= 9) bug since Apache Commons DbUtils > 1.8.0 was released, so I would like to release Apache Commons DbUtils > 1.8.1. > > Apache

Re: [pool] 2.12.0 update

2023-09-09 Thread Gary Gregory
Hi Phil, Where are we on a 2.12.0 release candidate? Gary On Mon, Jul 31, 2023 at 10:33 PM Phil Steitz wrote: > > OK, I found the source of the performance hit. In the POOL-411 changes, we > had inadvertently forced every register to acquire a write lock from the > keylock. I think I also

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

2023-09-09 Thread Henri Biestro
Vote [ +1 ] Site builds correctly (jdk8), reports are ok. Tidbits: some Checkstyle and Javadoc (jdk17) errors could be addressed Check build using: mvn -s "$HOME/.m2/commons-settings.xml" With: Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home:

[VOTE] Release Apache Commons DbUtils 1.8.1 based on RC1

2023-09-09 Thread Gary Gregory
We have fixed one (Java JPMS >= 9) bug since Apache Commons DbUtils 1.8.0 was released, so I would like to release Apache Commons DbUtils 1.8.1. Apache Commons DbUtils 1.8.1 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/dbutils/1.8.1-RC1 (svn revision 63886)

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Elliotte Rusty Harold
+1 LGTM On Sat, Sep 9, 2023 at 11:57 AM Gary Gregory wrote: > > Maven coordinates changed because the package name changed per our > conventions. > > Gary > > On Sat, Sep 9, 2023, 7:53 AM Elliotte Rusty Harold > wrote: > > > To be clear, not just the Maven coordinates but also the package names

[ANNOUNCEMENT] Apache Commons Compress 1.24.0

2023-09-09 Thread Gary Gregory
The Apache Commons Team announces Apache Commons Compress 1.24.0. Apache Commons Compress defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio,

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Gary Gregory
Maven coordinates changed because the package name changed per our conventions. Gary On Sat, Sep 9, 2023, 7:53 AM Elliotte Rusty Harold wrote: > To be clear, not just the Maven coordinates but also the package names > have changed (to fileupload2) in this release? If so, this should be > fine.

Re: [ANNOUNCE] Apache Commons FileUpload 2.0.0-M1

2023-09-09 Thread Elliotte Rusty Harold
To be clear, not just the Maven coordinates but also the package names have changed (to fileupload2) in this release? If so, this should be fine. I just want to double check because this step is often missed, with real much client pain resulting. On Fri, Sep 8, 2023 at 10:19 PM sebb wrote: > >