@@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.0.M3 (2009-05-05 )
6
+ Changes in version 3.0.0.M3 (2009-05-06 )
7
7
----------------------------------------
8
8
9
+ * Spring 3.0 includes reference documentation now
9
10
* Spring 3.0 is shipping with proper Maven POMs now
10
11
* updated to JRuby 1.2 (remaining compatible with JRuby 1.1 and above)
11
12
* updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above)
12
13
* updated to FreeMarker 2.3.15 (for exposure of FreeMarkerServlet-style HTTP scopes)
13
14
* removed Axis 1.x support package, keeping basic JAX-RPC support only (next to JAX-WS)
14
15
* 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
16
17
* introduced annotated @Bean factory methods and JavaConfig-style @Configuration classes
17
18
* introduced @Primary, @Lazy and @DependsOn annotations for scanned components
18
19
* 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)
32
33
* fixed CachingMapDecorator to support garbage-collected weak references (again)
33
34
* AOP ProxyFactory excludes non-public interfaces when autodetecting proxy interfaces
34
35
* added DuplicateKeyException to DAO exception hierachy
36
+ * added EmbeddedDatabase support in spring-jdbc embedded package, with initial HSQL support
35
37
* SessionAwareMessageListener supports generic declaration of concrete JMS Message type
36
38
* RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation
37
39
* added "unregisterManagedResource" method to MBeanExporter/MBeanExportOperations
@@ -56,8 +58,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
56
58
* completed upgrade of the TestContext Framework to JUnit 4.5
57
59
* SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class
58
60
* 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
+
61
62
62
63
Changes in version 3.0.0.M2 (2009-02-25)
63
64
----------------------------------------
0 commit comments