[VOTE][RESULT] Release Apache Commons Configuration 2.8.0 based on RC3

2022-07-03 Thread Matt Juntunen
This vote passes with the following votes: - Bruno Kinoshita +1 (binding) - Gary Gregory +1 (binding) - Matt Juntunen +1 (binding) I will begin finalizing the release shortly. Regards, Matt J On Sun, Jul 3, 2022 at 10:40 PM Matt Juntunen wrote: > > Thanks, Bruno and Gary! > > Gary, > I think

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

2022-07-03 Thread Matt Juntunen
Thanks, Bruno and Gary! Gary, I think the unit tests as a whole could use some upgrading. I'm picturing a conversion to JUnit 5, during which we could ensure compatibility with the latest JDK versions. I'm not sure what to do about the javadoc warnings on the generated classes. From the comments

Re: [CRYPTO] Drop support for OpenSSL < 1.1.x

2022-07-03 Thread Gary Gregory
"Right now, we are (in my opinion) basically unable to create a new release." Uh? I did the previous release so "we" means what exactly? Gary On Sun, Jul 3, 2022, 15:49 Jochen Wiedmann wrote: > On Wed, Jun 29, 2022 at 7:08 PM Gary Gregory > wrote: > > > > An important aspect to consider is

Re: [CRYPTO] Drop support for OpenSSL < 1.1.x

2022-07-03 Thread Gary Gregory
There is no reason to drop macOS. Gary On Sun, Jul 3, 2022, 15:49 Jochen Wiedmann wrote: > On Wed, Jun 29, 2022 at 7:08 PM Gary Gregory > wrote: > > > > An important aspect to consider is compatibility, we do not want to break > > anything within a major version. > > True, but nothing

Re: [jira] [Resolved] (CRYPTO-158) Illegal reflective access

2022-07-03 Thread Jochen Wiedmann
Has this really been resolved? My understanding is, that Gary's remark applies to the comment by Matthew L. only, but not to the original reporters issue. Just asking, because I have recently learned to use method handles as a solution for this kind of messages. Jochen On Thu, Jun 30, 2022 at

Re: [CRYPTO] Drop support for OpenSSL < 1.1.x

2022-07-03 Thread Jochen Wiedmann
On Wed, Jun 29, 2022 at 7:08 PM Gary Gregory wrote: > > An important aspect to consider is compatibility, we do not want to break > anything within a major version. True, but nothing prevents us from incrementing the major version number at this point. That would also enable us, to address more

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

2022-07-03 Thread Gary Gregory
+1 Based on the source zip file. Builds OK on Java 8 and Java 11 on macOS SHA and ASC files OK Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 1.8.0_322, vendor: Homebrew, runtime:

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

2022-07-03 Thread Gary Gregory
Note that the tests do not pass with Java 18 because EasyMock does not support Java 18: [ERROR] Tests run: 11, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.007 s <<< FAILURE! - in org.apache.commons.configuration2.reloading.TestFileHandlerReloadingDetector [ERROR]

Re: [Math] Review of "genetic algorithm" module

2022-07-03 Thread Avijit Basak
Hi All Please find my responses. Sorry for the delay. > Comments related to new model: >> >> 1) Hierarchy of GeneticOperator: In the proposed model the genetic >> operators are designed hierarchically implementing a common interface and >> operators are accepted as a list. >> This