Re: [all][parent] Re: [vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-19 Thread Gary Gregory
On Tue, Aug 18, 2015 at 10:19 PM, Bernd Eckenfels wrote: > Hello, > > I found out that animal-sniffer-maven-plugin 1.14 depends on ASM 5 and > works with Java 8. In commons-parent we currently have (conditionally) > defined 1.13 (for Java7+). > > I could add a java8 profile, howerver it seems tha

Re: [all][parent] Re: [vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-19 Thread sebb
On 19 August 2015 at 06:19, Bernd Eckenfels wrote: > Hello, > > I found out that animal-sniffer-maven-plugin 1.14 depends on ASM 5 and > works with Java 8. In commons-parent we currently have (conditionally) > defined 1.13 (for Java7+). > > I could add a java8 profile, howerver it seems that 1.14

[all][parent] Re: [vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-18 Thread Bernd Eckenfels
Hello, I found out that animal-sniffer-maven-plugin 1.14 depends on ASM 5 and works with Java 8. In commons-parent we currently have (conditionally) defined 1.13 (for Java7+). I could add a java8 profile, howerver it seems that 1.14 works for Java 7 and Java 8. So I propose to update animal-sniff

[vfs] animal sniffer and java 8 build VM (IllegalArgumentException in ASM class reader)

2015-08-12 Thread Bernd Eckenfels
Hello, we had the problem before that aninal sniffer does fail, when it is invoked from a Java 8 maven VM. However I am not quite sure what the outcome was. I think it was an old ASM dependency which has been dragged into the maven classpath by some other plugin, but I am not sure. VFS uses anim