Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Robert Scholte
Seems all is fine now (and it actually wasn't a bug :) ) Robert On Sun, 06 May 2018 13:13:33 +0200, Tibor Digana wrote: We have a problem [1] with old version of plexus-java:0.9.3 and ASM library. We should use plexus-java:0.9.7 which is dependent on ASM 6.1.1.

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Christian Stein
Thanks a lot. Karl Heinz Marbaise schrieb am Mo., 7. Mai 2018, 17:52: > Hi, > > Release plexus-java 0.9.8... > > now available via Maven Central.. > > Kind regards > Karl Heinz Marbaise > On 07/05/18 10:39, Karl Heinz Marbaise wrote: > > Hi, > > > > On 07/05/18 10:23,

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Karl Heinz Marbaise
Hi, Release plexus-java 0.9.8... now available via Maven Central.. Kind regards Karl Heinz Marbaise On 07/05/18 10:39, Karl Heinz Marbaise wrote: Hi, On 07/05/18 10:23, Christian Stein wrote: Nit: plexus-java:0.9.7 refers to ASM 6.1 which was superseded by ASM 6.1.1 So, an upgrade to ASM

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Tibor Digana
@Karl, thx that you will release new plexus-java:0.9.8. @Christian, yesterday I came late, but I concentrated on permanent issue on Windows Jenkins nodes. The issues is that java compiles won't compile and I guess it is again because on windows paths. The problem appears only on windows-2012-3. I

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Tibor Digana
@Karl, thx that you will release new plexus-java:0.9.8. @Christian, yesterday I came late, but I concentrated on permanent issue on Windows Jenkins nodes. The issues is that java compiles won't compile and I guess it is again because on windows paths. The problem appears only on windows-2012-3. I

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Karl Heinz Marbaise
Hi, On 07/05/18 10:23, Christian Stein wrote: Nit: plexus-java:0.9.7 refers to ASM 6.1 which was superseded by ASM 6.1.1 So, an upgrade to ASM 6.1.1 in plexus-java:0.9.8 would be great as that version [1] fixed two bugs in ClassReader. [1] http://asm.ow2.io/versions.html Created issue[1]

Re: ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-07 Thread Christian Stein
Nit: plexus-java:0.9.7 refers to ASM 6.1 which was superseded by ASM 6.1.1 So, an upgrade to ASM 6.1.1 in plexus-java:0.9.8 would be great as that version [1] fixed two bugs in ClassReader. [1] http://asm.ow2.io/versions.html

ASM library not compatible with plexus-java:0.9.3 in Maven build

2018-05-06 Thread Tibor Digana
We have a problem [1] with old version of plexus-java:0.9.3 and ASM library. We should use plexus-java:0.9.7 which is dependent on ASM 6.1.1. This would fix our problem with Maven 3.5.3. But is it working solution for older Maven versions too? What would be a generic solution? Would be Maven