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

JohnDoDo picture JohnDoDo · Nov 5, 2013 · Viewed 24.5k times · Source

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?

Answer

Roman Konoval picture Roman Konoval · Nov 5, 2013

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