Re: [CRYPTO] Progress with macOS and Windows

2022-07-04 Thread sebb
On Mon, 4 Jul 2022 at 17:20, sebb wrote: > > The JNA code should now be able to support all combinations of methods. > > Also JNA supports the property jna.library.path when loading the crypto > library. > This allows one to override the default which may not be the same as > the default OpenSSL

Re: [numbers][gsoc] GSoC 2022 - NUMBERS-186 Proposal

2022-07-04 Thread Sumanth Rajkumar
Thanks Alex for PR feedback. I have incorporated the majority of the requested changes to the PR. I would like to discuss the remaining points here. > In commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/ComplexUnaryOperator.java: > Note that by making this a default that

Re: [collections] JMH results for IndexedLinkedList

2022-07-04 Thread Matt Juntunen
Thanks, rodde! I should have some time this week to take a closer look. I plan on playing with the benchmarks a bit on my own. I'll let you know what I find. Regards, Matt J On Mon, Jul 4, 2022 at 4:53 AM Rodion Efremov wrote: > > Hi Matt and community, > > I have compiled the benchmark result

[CRYPTO] Progress with macOS and Windows

2022-07-04 Thread sebb
The JNA code should now be able to support all combinations of methods. Also JNA supports the property jna.library.path when loading the crypto library. This allows one to override the default which may not be the same as the default OpenSSL version. e.g. the GH action builds default to OpenSSL

[ANNOUNCEMENT] Apache Commons Configuration Version 2.8.0 Released

2022-07-04 Thread Matt Juntunen
The Apache Commons Team is pleased to announce the availability of version 2.8.0 of "Apache Commons Configuration". Apache Commons Configuration contains tools to assist in the reading of configuration/preferences files in various formats. Changes in this version include: New features: o

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-04 Thread Matt Juntunen
Hello Alex, That would remove those files from the javadoc completely. As of now, the generated files are included in the javadoc [1]. These files are part of the public API (per previous releases) so I don't believe we would want them undocumented. Regards, Matt J [1]

Re: [commons-dbcp] branch master updated: org.apache.commons.dbcp2.datasources.UserPassKey should be Serializable (SpotBugs)

2022-07-04 Thread Gary Gregory
Could be, I see that my git autocrlf setting is false for that repo on my Windows box. Gary On Mon, Jul 4, 2022, 05:32 Mark Thomas wrote: > Gary, > > A couple of your DBCP commits seem to be much bigger than they should > be. Is there some sort of line ending issue going on? > > Mark > > > >

Re: [commons-dbcp] branch master updated: LifetimeExceededException should extend SQLException.

2022-07-04 Thread Gary Gregory
Fixed, TY! Gary On Mon, Jul 4, 2022, 06:05 Mark Thomas wrote: > On 03/07/2022 15:37, ggreg...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > ggregory pushed a commit to branch master > > in repository

Re: [collections] JMH results for IndexedLinkedList

2022-07-04 Thread Rodion Efremov
Hi Matt and community, I have compiled the benchmark result data into 3 tables [1] (three different load sizes) [2]. If nothing else, IndexedLiinkedList (called RoddeList in output) is faster than both java.util.LinkedList and TreeList. If, for further discussion, you require something else,

Re: [VOTE] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-04 Thread Alex Herbert
On Mon, 4 Jul 2022 at 03:41, Matt Juntunen wrote: > I'm not sure what to do > about the javadoc warnings on the generated classes. From the comments > in the pom, this seems to have been an issue since v2.4. > **/generated/*.java Or whatever path is suitable [1]. Alex [1]