[COMMONS COMPRESS] COMPRESS-650 - lz4 compress throws IndexOutOfBoundsException

2023-11-09 Thread Chad Preisler
Hello, I've created JIRA COMPRESS-650 for a bug I found while doing lz4 compression. I also created a pull request with a fix for this bug. Please let me know what you think. https://github.com/apache/commons-compress/pull/436 Thanks, Chad Preisler

Re: Multi Tenant Connection Pool

2023-11-09 Thread Jesse Harris
The downside of a map of pools is that it is not as dynamic as a design that just "prefers" affinity with an arbitrary key. The map of pools works well when you are connection rich and tenant poor, however when you have a scenario where you may be facing 2x tenants to db connections with sparse

Re: [CRYPTO] Drop support for OpenSSL < 1.1 ?

2023-11-09 Thread sebb
We don't do that before bumping the minimum Java version ... On Thu, 9 Nov 2023 at 10:26, Gary Gregory wrote: > > Maybe post this on the user's ML just in case? > > Gary > > On Wed, Nov 8, 2023, 8:13 PM Alex Remily wrote: > > > +1 > > > > On Wed, Nov 8, 2023, 7:24 PM sebb wrote: > > > > > I

Re: [CRYPTO] Drop support for OpenSSL < 1.1 ?

2023-11-09 Thread Gary Gregory
Maybe post this on the user's ML just in case? Gary On Wed, Nov 8, 2023, 8:13 PM Alex Remily wrote: > +1 > > On Wed, Nov 8, 2023, 7:24 PM sebb wrote: > > > I would really like to drop support for the oldest versions of SSL, i.e. > > 1.0.x > > These are seriously out of date. > > Can we even