Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-29 Thread Gary Gregory
Note that as of EasyMock 4.0.1, our Java 11 problems are no longer. Details are here: https://github.com/easymock/easymock/issues/230#issuecomment-434065370 I've updated svn trunk to EasyMock 4.0.1. Gary On Sun, Oct 28, 2018 at 9:15 AM Gary Gregory wrote: > I updated from EasyMock 3.6 to 4.0,

Re: [RESULT][VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-29 Thread Gary Gregory
Thank you Rob for shepherding this release! Gary On Mon, Oct 29, 2018 at 5:35 AM Rob Tompkins wrote: > This [VOTE] thread passes with votes from (in order of appearance): > > Gary Gregory: +1, > Rob Tompkins: +1, and > Bruno Kinoshita: +1. > > I will perform the release activities now and will

[RESULT][VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-29 Thread Rob Tompkins
This [VOTE] thread passes with votes from (in order of appearance): Gary Gregory: +1, Rob Tompkins: +1, and Bruno Kinoshita: +1. I will perform the release activities now and will send the release announcement tomorrow. Many thanks for the validations, -Rob > On Oct 23, 2018, at 10:10 PM, Ro

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-28 Thread Bruno P. Kinoshita
From: Gary Gregory To: Commons Developers List Sent: Monday, 29 October 2018 3:35 AM Subject: Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2 May at least one more PMC member review this release candidate please? Gary On Tue, Oct 23, 2018 at 8

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-28 Thread Gary Gregory
I updated from EasyMock 3.6 to 4.0, but now there is a different, problem, see the same https://github.com/easymock/easymock/issues/230 Gary On Fri, Oct 26, 2018 at 1:57 PM Gary Gregory wrote: > Feel free to comment here: https://github.com/easymock/easymock/issues/230 > > On Fri, Oct 26, 2018

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-28 Thread Gary Gregory
May at least one more PMC member review this release candidate please? Gary On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Configuration 2.3 was released, so I would like to > release Apache Com

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Rob Tompkins
I’ll throw in my +1 just to keep the ball rolling. But it was the trivial +1. -Rob > On Oct 26, 2018, at 10:12 PM, Gary Gregory wrote: > > A reminder that we need more votes ;-) > > Gary > >> On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: >> >> We have fixed quite a few bugs and added

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
A reminder that we need more votes ;-) Gary On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Configuration 2.3 was released, so I would like to > release Apache Commons Configuration 2.4. > > Apac

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
Feel free to comment here: https://github.com/easymock/easymock/issues/230 On Fri, Oct 26, 2018 at 11:39 AM Gary Gregory wrote: > Indeed: > > java.lang.IllegalArgumentException: Unsupported class file major version 55 > at org.easymock.asm.ClassReader.(ClassReader.java:166) > at org.easymock.asm

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
+1 (see other thread.) Gary On Fri, Oct 26, 2018 at 7:59 AM Gary Gregory wrote: > Ping? Anybody see this as well? > > Gary > > On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory > wrote: > >> From src zip: ASC, SHA256, SHA512 OK. >> >> Building OK with 'mvn -V clean package site' using >> >> Apache

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
So that's a +1 from me. Nothing we can do about EasyMock/ASM/cglib. Gary On Fri, Oct 26, 2018 at 11:39 AM Gary Gregory wrote: > Indeed: > > java.lang.IllegalArgumentException: Unsupported class file major version 55 > at org.easymock.asm.ClassReader.(ClassReader.java:166) > at org.easymock.asm.

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Gary Gregory
Indeed: java.lang.IllegalArgumentException: Unsupported class file major version 55 at org.easymock.asm.ClassReader.(ClassReader.java:166) at org.easymock.asm.ClassReader.(ClassReader.java:148) at org.easymock.asm.ClassReader.(ClassReader.java:136) at org.easymock.asm.ClassReader.(ClassReader.java

Re: [CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Pascal Schumacher
I would guess this is caused by a byte code manipulation library like ASM which does not support Java 11 yet. Am 26.10.2018 um 16:28 schrieb Rob Tompkins: Yes…those failures happen in 11, but not 10. Thoughts? On Oct 26, 2018, at 9:59 AM, Gary Gregory wrote: Ping? Anybody see this as well?

[CONFIGURATION] 2.4 RC2 test failures with java 11 (Was: [VOTE] Release Apache Commons Configuration 2.4 based on RC2)

2018-10-26 Thread Rob Tompkins
Yes…those failures happen in 11, but not 10. Thoughts? > On Oct 26, 2018, at 9:59 AM, Gary Gregory wrote: > > Ping? Anybody see this as well? > > Gary > > On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory wrote: > >> From src zip: ASC, SHA256, SHA512 OK. >> >> Building OK with 'mvn -V clean pack

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-26 Thread Gary Gregory
Ping? Anybody see this as well? Gary On Thu, Oct 25, 2018 at 9:27 AM Gary Gregory wrote: > From src zip: ASC, SHA256, SHA512 OK. > > Building OK with 'mvn -V clean package site' using > > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; > 2018-06-17T12:33:14-06:00) > Maven home: C:

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-25 Thread Gary Gregory
>From src zip: ASC, SHA256, SHA512 OK. Building OK with 'mvn -V clean package site' using Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T12:33:14-06:00) Maven home: C:\Java\apache-maven-3.5.4\bin\.. Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-25 Thread Gary Gregory
On Thu, Oct 25, 2018 at 6:08 AM Mark Struberg wrote: > Looks like a glitch. > The class looks exactly the same like in 2.3. > Rob: Let's update the RN's post release then. Gary > > LieGrue, > strub > > > Am 25.10.2018 um 00:11 schrieb Gary Gregory : > > > > I do not understand why Clirr is sh

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-25 Thread Mark Struberg
Looks like a glitch. The class looks exactly the same like in 2.3. LieGrue, strub > Am 25.10.2018 um 00:11 schrieb Gary Gregory : > > I do not understand why Clirr is showing one error here: > https://dist.apache.org/repos/dist/dev/commons/configuration/2.4-RC2/site/clirr-report.html > > Could

Re: [VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-24 Thread Gary Gregory
I do not understand why Clirr is showing one error here: https://dist.apache.org/repos/dist/dev/commons/configuration/2.4-RC2/site/clirr-report.html Could this be a false positive? Gary On Tue, Oct 23, 2018 at 8:10 PM Rob Tompkins wrote: > We have fixed quite a few bugs and added some signific

[VOTE] Release Apache Commons Configuration 2.4 based on RC2

2018-10-23 Thread Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Configuration 2.3 was released, so I would like to release Apache Commons Configuration 2.4. Apache Commons Configuration 2.4 RC2 is available for review here: https://dist.apache.org/repos/dist/dev/c