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

Fix "NestMember requires ASM7" #135

Merged
merged 1 commit into from
Dec 23, 2020
Merged

Fix "NestMember requires ASM7" #135

merged 1 commit into from
Dec 23, 2020

Conversation

bradcupit
Copy link
Contributor

Fixes #134

I saw the above error when building a work project that uses animal-sniffer. That work project uses JDK 11 but compiles some modules for JDK 8 and uses animal-sniffer to verify correct JDK 8 api usage. I grepped the animal-sniffer code and found one remaining occurrence of ASM5. After Replacing it with ASM7, and doing a local mvn clean install on animal-sniffer, my work project built correctly.

Related to this PR: #91

Fixes #134

I saw the above error when building a work project that uses animal-sniffer. That work project uses JDK 11 but compiles some modules for JDK 8 and uses animal-sniffer to verify correct JDK 8 api usage. I grepped the animal-sniffer code and found one remaining occurrence of ASM5. After Replacing it with ASM7, and doing a local `mvn clean install` on animal-sniffer, my work project built correctly.

Related to this PR: #91
@olamy olamy added the bug label Dec 23, 2020
@olamy olamy merged commit 3976979 into mojohaus:master Dec 23, 2020
@bradcupit bradcupit deleted the fix_nestmember_requires_asm7 branch January 4, 2021 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NestMember requires ASM7
2 participants