mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
upgrade to ASM 7
fixes WW-5005
This commit is contained in:
+2
-2
@@ -475,7 +475,7 @@ public class DefaultClassFinder implements ClassFinder {
|
|||||||
private ClassFinder classFinder;
|
private ClassFinder classFinder;
|
||||||
|
|
||||||
public InfoBuildingVisitor(ClassFinder classFinder) {
|
public InfoBuildingVisitor(ClassFinder classFinder) {
|
||||||
super(Opcodes.ASM5);
|
super(Opcodes.ASM7);
|
||||||
this.classFinder = classFinder;
|
this.classFinder = classFinder;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -556,7 +556,7 @@ public class DefaultClassFinder implements ClassFinder {
|
|||||||
private Info info;
|
private Info info;
|
||||||
|
|
||||||
public InfoBuildingMethodVisitor() {
|
public InfoBuildingMethodVisitor() {
|
||||||
super(Opcodes.ASM5);
|
super(Opcodes.ASM7);
|
||||||
}
|
}
|
||||||
|
|
||||||
public InfoBuildingMethodVisitor(Info info) {
|
public InfoBuildingMethodVisitor(Info info) {
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
<spring.platformVersion>4.3.20.RELEASE</spring.platformVersion>
|
<spring.platformVersion>4.3.20.RELEASE</spring.platformVersion>
|
||||||
<ognl.version>3.1.21</ognl.version>
|
<ognl.version>3.1.21</ognl.version>
|
||||||
<asm.version>5.2</asm.version>
|
<asm.version>7.0</asm.version>
|
||||||
<tiles.version>3.0.8</tiles.version>
|
<tiles.version>3.0.8</tiles.version>
|
||||||
<tiles-request.version>1.0.7</tiles-request.version>
|
<tiles-request.version>1.0.7</tiles-request.version>
|
||||||
<log4j2.version>2.11.1</log4j2.version>
|
<log4j2.version>2.11.1</log4j2.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user