Browse Source

Restore org.springframework.cglib.core.KeyFactoryCustomizer.class

Issue: SPR-15859
pull/1785/merge
Andreas Asplund 7 years ago committed by Juergen Hoeller
parent
commit
6a34ca24ce
  1. 3
      spring-core/spring-core.gradle

3
spring-core/spring-core.gradle

@ -99,7 +99,8 @@ jar { @@ -99,7 +99,8 @@ jar {
from(zipTree(cglibRepackJar.archivePath)) {
include "org/springframework/cglib/**"
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/proxy/Enhancer*.class"
exclude "org/springframework/cglib/proxy/MethodProxy*.class"

Loading…
Cancel
Save