Upgrade to ASM master (7.0 beta) and CGLIB 3.2.8

Issue: SPR-17267
This commit is contained in:
Juergen Hoeller
2018-09-11 13:10:45 +02:00
parent e47355078c
commit 1da4d504c4
26 changed files with 512 additions and 338 deletions

View File

@@ -7,11 +7,11 @@ dependencyManagement {
}
}
// As of Spring 5.0.3, spring-core includes asm 6.x and repackages cglib 3.2.6+, inlining
// both into the spring-core jar. cglib 3.2.6+ itself depends on asm 6.x and is therefore
// As of Spring 5.1, spring-core includes asm 7.0 and repackages cglib 3.2.8, inlining
// both into the spring-core jar. cglib 3.2.8 itself depends on asm 6+ and is therefore
// further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily.
def cglibVersion = "3.2.7"
def cglibVersion = "3.2.8"
def objenesisVersion = "2.6"
configurations {