@@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
33http://www.springsource.org
44
55
6- Changes in version 3.0.0.M3 (2009-05-05 )
6+ Changes in version 3.0.0.M3 (2009-05-06 )
77----------------------------------------
88
9+ * Spring 3.0 includes reference documentation now
910* Spring 3.0 is shipping with proper Maven POMs now
1011* updated to JRuby 1.2 (remaining compatible with JRuby 1.1 and above)
1112* updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above)
1213* updated to FreeMarker 2.3.15 (for exposure of FreeMarkerServlet-style HTTP scopes)
1314* removed Axis 1.x support package, keeping basic JAX-RPC support only (next to JAX-WS)
1415* introduced explicit XML array element in spring-beans-3.0.xsd
15- * introduced new converter subsystem in " core. convert"
16+ * introduced new type conversion SPI and converter API in spring- core convert package
1617* introduced annotated @Bean factory methods and JavaConfig-style @Configuration classes
1718* introduced @Primary, @Lazy and @DependsOn annotations for scanned components
1819* custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well
@@ -32,6 +33,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
3233* fixed CachingMapDecorator to support garbage-collected weak references (again)
3334* AOP ProxyFactory excludes non-public interfaces when autodetecting proxy interfaces
3435* added DuplicateKeyException to DAO exception hierachy
36+ * added EmbeddedDatabase support in spring-jdbc embedded package, with initial HSQL support
3537* SessionAwareMessageListener supports generic declaration of concrete JMS Message type
3638* RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation
3739* added "unregisterManagedResource" method to MBeanExporter/MBeanExportOperations
@@ -56,8 +58,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
5658* completed upgrade of the TestContext Framework to JUnit 4.5
5759* SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class
5860* added "value" alias for @ContextConfiguration's "locations" attribute
59- * added EmbeddedDatabase support in spring-jdbc embedded package; HSQL support provided initially, is extensible.
60- * added new type conversion system SPI and converter API in spring-core convert package; presently used by EL system for type coersion
61+
6162
6263Changes in version 3.0.0.M2 (2009-02-25)
6364----------------------------------------
0 commit comments