Re: ASM error while upgrading a project to java11

2019-02-21 Thread Glen Hein
? > https://blog.codefx.org/java/java-11-migration-guide/ > > Seb > > *De :* Glen Hein [mailto:glenhei...@fastmail.com] > *Envoyé :* jeudi 21 février 2019 17:57 > *À :* user@aries.apache.org > *Objet :* Re: ASM error while upgrading a project to java11 > > &g

RE: ASM error while upgrading a project to java11

2019-02-21 Thread DERIES Sebastien
Hello, Have you updated your maven compiler plugin with the new ASM dependency ? https://blog.codefx.org/java/java-11-migration-guide/ Seb De : Glen Hein [mailto:glenhei...@fastmail.com] Envoyé : jeudi 21 février 2019 17:57 À : user@aries.apache.org Objet : Re: ASM error while upgrading a

Re: ASM error while upgrading a project to java11

2019-02-21 Thread Glen Hein
I've made a little bit of progress. I set some breakpoints in the ASM code and it looks like ClassVisitor is Opcodes.ASM5, but needs to be Opcodes.ASM7. I still haven't figured out why this is running as ASM5. -Glen On Thu, Feb 21, 2019, at 7:41 AM, Glen Hein wrote: > BTW, > > According to k

Re: ASM error while upgrading a project to java11

2019-02-21 Thread Glen Hein
BTW, According to karaf, I do have asm7: 193 │ Active │ 20 │ 7.0.0 │ org.objectweb.asm 194 │ Active │ 20 │ 7.0.0 │ org.objectweb.asm.commons 195 │ Active │ 20 │ 7.0.0 │ org.objectweb.asm.tree 196 │ Active │ 20 │ 7.0.0 │ org.objectweb.asm.tree.analysis 197 │ Active │ 20 │ 7.0.0 │ org.objectweb.asm