Restore org.springframework.cglib.core.KeyFactoryCustomizer.class
Issue: SPR-15859
This commit is contained in:
committed by
Juergen Hoeller
parent
89d069b09d
commit
6a34ca24ce
@@ -99,7 +99,8 @@ jar {
|
|||||||
from(zipTree(cglibRepackJar.archivePath)) {
|
from(zipTree(cglibRepackJar.archivePath)) {
|
||||||
include "org/springframework/cglib/**"
|
include "org/springframework/cglib/**"
|
||||||
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
|
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
|
||||||
exclude "org/springframework/cglib/core/KeyFactory*.class"
|
exclude "org/springframework/cglib/core/KeyFactory.class"
|
||||||
|
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
|
||||||
exclude "org/springframework/cglib/core/ReflectUtils*.class"
|
exclude "org/springframework/cglib/core/ReflectUtils*.class"
|
||||||
exclude "org/springframework/cglib/proxy/Enhancer*.class"
|
exclude "org/springframework/cglib/proxy/Enhancer*.class"
|
||||||
exclude "org/springframework/cglib/proxy/MethodProxy*.class"
|
exclude "org/springframework/cglib/proxy/MethodProxy*.class"
|
||||||
|
|||||||
Reference in New Issue
Block a user