Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ASM to 7.0-beta and jdependency to 2.1.1 #415

Merged
merged 1 commit into from
Oct 27, 2018
Merged

Upgrade ASM to 7.0-beta and jdependency to 2.1.1 #415

merged 1 commit into from
Oct 27, 2018

Conversation

petarov
Copy link
Contributor

@petarov petarov commented Oct 22, 2018

Just a dependencies upgrade that resolves the java.lang.UnsupportedOperationException: This feature requires ASM7 error when using JDK 11.

As a side note, upgrades to org.ow2.asm would almost always require an upgrade
of the jdependency lib, where the newest ASM opt codes are supported.


Resolves #406

This resolves the `java.lang.UnsupportedOperationException: This feature requires ASM7`
error when invoking the shadowJar task using a JDK version 11.

As a side note, upgrades to `org.ow2.asm` would almost always require an upgrade
of the `jdependency` lib, where the newest ASM opt codes are supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shadowJar fails - lower ASM API version
2 participants