mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
Bump ASM version to be Java 8+ compatible
Closes gh-10647
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user