Skip to content

Commit 5474995

Browse files
committed
Exclude original AsmApi class from CGLIB repack jar
Issue: SPR-17371
1 parent a2ae5f6 commit 5474995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/spring-core.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jar {
9494
from(zipTree(cglibRepackJar.archivePath)) {
9595
include "org/springframework/cglib/**"
9696
exclude "org/springframework/cglib/core/AbstractClassGenerator*.class"
97+
exclude "org/springframework/cglib/core/AsmApi.class"
9798
exclude "org/springframework/cglib/core/KeyFactory.class"
9899
exclude "org/springframework/cglib/core/KeyFactory\$*.class"
99100
exclude "org/springframework/cglib/core/ReflectUtils*.class"

0 commit comments

Comments
 (0)