File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
spring-core/src/main/java/org/springframework Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -289,10 +289,9 @@ project("spring-build-src") {
289289project(" spring-core" ) {
290290 description = " Spring Core"
291291
292- // As of Spring 4.0.3, spring-core includes asm 5.x and repackages cglib 3.2, inlining
293- // both into the spring-core jar. cglib 3.2 itself depends on asm 5.x and is therefore
294- // further transformed by the JarJar task to depend on org.springframework.asm; this
295- // avoids including two different copies of asm unnecessarily.
292+ // spring-core includes asm and repackages cglib, inlining both into the spring-core jar.
293+ // cglib itself depends on asm and is therefore further transformed by the JarJar task to
294+ // depend on org.springframework.asm; this avoids including two different copies of asm.
296295 def cglibVersion = " 3.2.6"
297296 def objenesisVersion = " 2.6"
298297
Original file line number Diff line number Diff line change 11/**
22 * Spring's repackaging of
3- * <a href="http://asm.ow2.org">ASM</a>
4- * (for internal use only).
3+ * <a href="http://asm.ow2.org">ASM 6.0 </a>
4+ * (with Spring-specific patches; for internal use only).
55 *
66 * <p>This repackaging technique avoids any potential conflicts with
77 * dependencies on ASM at the application level or from third-party
Original file line number Diff line number Diff line change 11/**
22 * Spring's repackaging of
3- * <a href="http ://cglib.sourceforge.net ">CGLIB</a>
4- * (for internal use only).
3+ * <a href="https ://github.com/cglib/cglib ">CGLIB 3.2 </a>
4+ * (with Spring naming strategy; for internal use only).
55 *
66 * <p>This repackaging technique avoids any potential conflicts with
77 * dependencies on CGLIB at the application level or from third-party
Original file line number Diff line number Diff line change 11/**
22 * Spring's repackaging of
3- * <a href="http://objenesis.org">Objenesis 2.1 </a>
4- * (for internal use only).
3+ * <a href="http://objenesis.org">Objenesis 2.6 </a>
4+ * (with SpringObjenesis entry point; for internal use only).
55 *
66 * <p>This repackaging technique avoids any potential conflicts with
77 * dependencies on different Objenesis versions at the application
You can’t perform that action at this time.
0 commit comments