|
|
|
|
@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
@@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
|
|
|
|
|
http://www.springsource.org |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 3.0.0.M3 (2009-05-05) |
|
|
|
|
Changes in version 3.0.0.M3 (2009-05-06) |
|
|
|
|
---------------------------------------- |
|
|
|
|
|
|
|
|
|
* Spring 3.0 includes reference documentation now |
|
|
|
|
* Spring 3.0 is shipping with proper Maven POMs now |
|
|
|
|
* updated to JRuby 1.2 (remaining compatible with JRuby 1.1 and above) |
|
|
|
|
* updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above) |
|
|
|
|
* updated to FreeMarker 2.3.15 (for exposure of FreeMarkerServlet-style HTTP scopes) |
|
|
|
|
* removed Axis 1.x support package, keeping basic JAX-RPC support only (next to JAX-WS) |
|
|
|
|
* introduced explicit XML array element in spring-beans-3.0.xsd |
|
|
|
|
* introduced new converter subsystem in "core.convert" |
|
|
|
|
* introduced new type conversion SPI and converter API in spring-core convert package |
|
|
|
|
* introduced annotated @Bean factory methods and JavaConfig-style @Configuration classes |
|
|
|
|
* introduced @Primary, @Lazy and @DependsOn annotations for scanned components |
|
|
|
|
* 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,6 +33,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
|
|
|
|
|
* fixed CachingMapDecorator to support garbage-collected weak references (again) |
|
|
|
|
* AOP ProxyFactory excludes non-public interfaces when autodetecting proxy interfaces |
|
|
|
|
* added DuplicateKeyException to DAO exception hierachy |
|
|
|
|
* added EmbeddedDatabase support in spring-jdbc embedded package, with initial HSQL support |
|
|
|
|
* SessionAwareMessageListener supports generic declaration of concrete JMS Message type |
|
|
|
|
* RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation |
|
|
|
|
* added "unregisterManagedResource" method to MBeanExporter/MBeanExportOperations |
|
|
|
|
@ -56,8 +58,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
@@ -56,8 +58,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
|
|
|
|
|
* completed upgrade of the TestContext Framework to JUnit 4.5 |
|
|
|
|
* SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class |
|
|
|
|
* added "value" alias for @ContextConfiguration's "locations" attribute |
|
|
|
|
* added EmbeddedDatabase support in spring-jdbc embedded package; HSQL support provided initially, is extensible. |
|
|
|
|
* added new type conversion system SPI and converter API in spring-core convert package; presently used by EL system for type coersion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 3.0.0.M2 (2009-02-25) |
|
|
|
|
---------------------------------------- |
|
|
|
|
|