Commit dd90f071 authored by Stephane Nicoll's avatar Stephane Nicoll

Bump ASM version to be Java 8+ compatible

Closes gh-10647
parent 8762d952
......@@ -41,6 +41,7 @@ import org.springframework.asm.ClassReader;
import org.springframework.asm.ClassVisitor;
import org.springframework.asm.MethodVisitor;
import org.springframework.asm.Opcodes;
import org.springframework.asm.SpringAsmInfo;
import org.springframework.asm.Type;
/**
......@@ -298,7 +299,7 @@ public abstract class MainClassFinder {
private boolean mainMethodFound;
ClassDescriptor() {
super(Opcodes.ASM4);
super(SpringAsmInfo.ASM_VERSION);
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment