Skip to content

Commit 6a34ca2

Browse files
aspanjhoeller
authored andcommitted
Restore org.springframework.cglib.core.KeyFactoryCustomizer.class
Issue: SPR-15859
1 parent 89d069b commit 6a34ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-core/spring-core.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jar {
9999
from(zipTree(cglibRepackJar.archivePath)) {
100100
include "org/springframework/cglib/**"
101101
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
102-
exclude "org/springframework/cglib/core/KeyFactory*.class"
102+
exclude "org/springframework/cglib/core/KeyFactory.class"
103+
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
103104
exclude "org/springframework/cglib/core/ReflectUtils*.class"
104105
exclude "org/springframework/cglib/proxy/Enhancer*.class"
105106
exclude "org/springframework/cglib/proxy/MethodProxy*.class"

0 commit comments

Comments
 (0)