Why is there no spring-asm-3.2.4.RELEASE jar?

自闭症网瘾萝莉.ら 提交于 2019-12-30 01:37:33

问题


I'm trying to build a complete Spring Framework distribution for version 3.2.4.RELEASE without using maven (just the spring jars) and managed to manually get all jars except for spring-asm.

Spring-asm stops at version 3.1.4. Why is that?

I have older spring distributions up to 3.1.1 (those for which you had a zip file, not forced to use maven) and all have the same spring-asm jar inside, with the same version.

Why is there no spring-asm-3.2.4.RELEASE jar?


回答1:


Here is from release notes for 3.2

we've eliminated the dedicated spring-asm jar in M2 in favor of including org.springframework.asm classes directly in spring-core



来源:https://stackoverflow.com/questions/19800004/why-is-there-no-spring-asm-3-2-4-release-jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!