Upgrade to ASM master (6.2+) and CGLIB 3.2.7

Issue: SPR-16398
This commit is contained in:
Juergen Hoeller
2018-07-10 18:51:01 +02:00
parent aabc5d9766
commit a1d209726c
32 changed files with 15985 additions and 14583 deletions

View File

@@ -7,11 +7,11 @@ dependencyManagement {
}
}
// As of Spring 4.0.3, spring-core includes asm 5.x and repackages cglib 3.2, inlining
// both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
// 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
// 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.6"
def cglibVersion = "3.2.7"
def objenesisVersion = "2.6"
configurations {