Update ASM to latest version#1
Conversation
Update to ASM 6.1.1
|
is probably related to MSHADE-275 |
|
Exactly it is...The problem is at the moment that org.vafer:jdependency contains an older version of ASM shaded in the jar which means at the moment that we can't overwrite the dependency nor replace it simple...also excluding does not help here...See tcurdt/jdependency#13.... |
|
I did not know that but I just overruled the dependencies in my build within the tag and I can now successfully build on Java 10. I had to do the same for the maven-plugin-plugin. |
|
Have you run the IT's ? |
|
No, I meant that I can build my project on Java 10 that uses the Maven Shade plugin which did not build because of the outdated ASM version before. |
|
Ah very good. Misunderstanding on my site...that's good to know that it helps that way...Do you have a chance to test a SNAPSHOT version? I can offer one .... |
|
Absolutely. It should even work if you fork the repository https://github.com/raphw/byte-buddy as CI picks up all branches. |
|
Ok created on and provided like this: |
|
The snapshot works fine with my build. |
|
Great. So I can continue to make a new release of maven-shade-plugin. Thanks for your feedback. |
|
VOTE for new release of maven-shade-plugin 3.1.1 https://www.mail-archive.com/dev@maven.apache.org/msg116597.html has started. |
|
Resolve #471 |
1 similar comment
|
Resolve #471 |
Update to ASM 6.1.1