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: [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: [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: [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