Thursday 20 September 2012

Spring Framework 3.2 M2 Released

It contains changes to @Configuration classes, repackagaging all net.sf.cglib classes to org.springframework.cglib and inline them directly within the spring-core JAR.
Both of these upgrades are good news for JDK7 users writing Spring components in dynamic JVM languages, as these new versions of CGLIB and ASM properly handle the new invokedynamic bytecode instruction introduced in JDK7.

More is here: http://www.springsource.org/node/3654

No comments: