File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
core/src/com/google/inject/internal Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,7 @@ static <T> ProviderMethod<T> create(
64
64
Annotation annotation ) {
65
65
int modifiers = method .getModifiers ();
66
66
/*if[AOP]*/
67
- if (!skipFastClassGeneration
68
- // Protect against a bug in cglib where static interface methods were invoked with
69
- // invokeinterface and not invokestatic. See https://github.com/cglib/cglib/pull/153
70
- && instance != null ) {
67
+ if (!skipFastClassGeneration ) {
71
68
try {
72
69
net .sf .cglib .reflect .FastClass fc = BytecodeGen .newFastClassForMember (method );
73
70
if (fc != null ) {
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
159
159
<dependency >
160
160
<groupId >cglib</groupId >
161
161
<artifactId >cglib</artifactId >
162
- <version >3.2.12 </version >
162
+ <version >3.3.0 </version >
163
163
</dependency >
164
164
<dependency >
165
165
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments