提交 8d668acb 编写于 作者: J Juergen Hoeller

Up-to-date version and link in ASM/CGLIB/Objenesis package javadoc

Issue: SPR-16405
Issue: SPR-15600
上级 4f5ae22a
......@@ -289,10 +289,9 @@ project("spring-build-src") {
project("spring-core") {
description = "Spring Core"
// 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
// further transformed by the JarJar task to depend on org.springframework.asm; this
// avoids including two different copies of asm unnecessarily.
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar.
// cglib itself depends on asm and is therefore further transformed by the JarJar task to
// depend on org.springframework.asm; this avoids including two different copies of asm.
def cglibVersion = "3.2.6"
def objenesisVersion = "2.6"
......
/**
* Spring's repackaging of
* <a href="http://asm.ow2.org">ASM</a>
* (for internal use only).
* <a href="http://asm.ow2.org">ASM 6.0</a>
* (with Spring-specific patches; for internal use only).
*
* <p>This repackaging technique avoids any potential conflicts with
* dependencies on ASM at the application level or from third-party
......
/**
* Spring's repackaging of
* <a href="http://cglib.sourceforge.net">CGLIB</a>
* (for internal use only).
* <a href="https://github.com/cglib/cglib">CGLIB 3.2</a>
* (with Spring naming strategy; for internal use only).
*
* <p>This repackaging technique avoids any potential conflicts with
* dependencies on CGLIB at the application level or from third-party
......
/**
* Spring's repackaging of
* <a href="http://objenesis.org">Objenesis 2.1</a>
* (for internal use only).
* <a href="http://objenesis.org">Objenesis 2.6</a>
* (with SpringObjenesis entry point; for internal use only).
*
* <p>This repackaging technique avoids any potential conflicts with
* dependencies on different Objenesis versions at the application
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册