为什么没有 spring-asm-3.2.4.RELEASE jar?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19800004/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Why is there no spring-asm-3.2.4.RELEASE jar?
提问by JohnDoDo
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.
我正在尝试为 3.2.4.RELEASE 版本构建一个完整的 Spring Framework 发行版,而不使用 maven(只是 spring jar)并设法手动获取除 spring-asm 之外的所有 jar。
Spring-asm stops at version 3.1.4. Why is that?
Spring-asm 在版本 3.1.4停止。这是为什么?
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.
我有高达 3.1.1 的较旧 spring 发行版(那些你有一个 zip 文件的发行版,而不是被迫使用 maven),并且都在里面有相同的 spring-asm jar,具有相同的版本。
Why is there no spring-asm-3.2.4.RELEASE jar?
为什么没有 spring-asm-3.2.4.RELEASE jar?
回答by Roman Konoval
Here is from release notesfor 3.2
这是3.2 的发行说明
we've eliminated the dedicated spring-asm jar in M2 in favor of including org.springframework.asm classes directly in spring-core
我们已经在 M2 中取消了专用的 spring-asm jar,转而直接在 spring-core 中包含 org.springframework.asm 类