Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 69ef13c

Browse filesBrowse files
author
qiujiayu
committed
version 4.16-SNAPSHOT
1 parent ae72a2b commit 69ef13c
Copy full SHA for 69ef13c

File tree

Expand file treeCollapse file tree

2 files changed

+7
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-2
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.qiujiayu</groupId>
44
<artifactId>autoload-cache</artifactId>
5-
<version>4.15</version>
5+
<version>4.16-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>AutoLoadCache</name>
88
<description>User Spring AOP and annotation to do with cache.</description>
@@ -164,6 +164,11 @@
164164
<version>3.2.4</version>
165165
<optional>true</optional>
166166
</dependency>
167+
<dependency>
168+
<groupId>org.ow2.asm</groupId>
169+
<artifactId>asm-all</artifactId>
170+
<version>5.1</version>
171+
</dependency>
167172
<dependency>
168173
<groupId>org.msgpack</groupId>
169174
<artifactId>msgpack-core</artifactId>

‎src/test/java/com/jarvis/cache/aop/asm/AddSecurityCheckClassAdapter.java

Copy file name to clipboardExpand all lines: src/test/java/com/jarvis/cache/aop/asm/AddSecurityCheckClassAdapter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class AddSecurityCheckClassAdapter extends ClassVisitor implements Opcodes {
88

9-
String enhancedSuperName;
9+
private String enhancedSuperName;
1010

1111
public AddSecurityCheckClassAdapter(ClassVisitor cv) {
1212
// Responsechain 的下一个 ClassVisitor,这里我们将传入 ClassWriter,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.