further fixes for 3.0.2
This commit is contained in:
parent
7da13e7ad1
commit
9da980d325
|
|
@ -3,20 +3,27 @@ SPRING FRAMEWORK CHANGELOG
|
||||||
http://www.springsource.org
|
http://www.springsource.org
|
||||||
|
|
||||||
|
|
||||||
Changes in version 3.0.2 (2010-03-11)
|
Changes in version 3.0.2 (2010-03-22)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
* fixed cross-module version ranges in OSGi manifests
|
* fixed cross-module version ranges in OSGi manifests
|
||||||
* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
|
* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
|
||||||
|
* compatibility with OpenJPA 2.0 (support for persistence.xml versioning)
|
||||||
* fixed TypeDescriptor/MethodParameter toString for all cases in debug log messages
|
* fixed TypeDescriptor/MethodParameter toString for all cases in debug log messages
|
||||||
* "conversionService" bean will be ignored if it is not of type ConversionService
|
|
||||||
* widened AbstractFactoryBean's "getObjectType" signature to return any Class as well
|
* widened AbstractFactoryBean's "getObjectType" signature to return any Class as well
|
||||||
|
* autowire="byType" ignores parameter name when choosing a primary bean, as defined
|
||||||
|
* "conversionService" bean will be ignored if it is not of type ConversionService
|
||||||
|
* SimpleJdbcCall's "returningResultSet" accepts any plain RowMapper now
|
||||||
* HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release)
|
* HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release)
|
||||||
* fixed @RequestParam(required=false) regression for @InitBinder methods
|
* @Transactional qualifiers work in unit tests as well (TransactionalTestExecutionListener)
|
||||||
* @InitBinder methods support all applicable Spring 3.0 parameter annotations as well
|
|
||||||
* fixed indexed property binding regression in form tag library
|
|
||||||
* @DirtiesContext is now inherited for class-level usage
|
* @DirtiesContext is now inherited for class-level usage
|
||||||
* WebApplicationObjectSupport's initServletContext will be called only once in any scenario
|
* WebApplicationObjectSupport's initServletContext will be called only once in any scenario
|
||||||
|
* WebContentInterceptor does not restrict HTTP methods by default anymore
|
||||||
|
* @InitBinder methods support all applicable Spring 3.0 parameter annotations as well
|
||||||
|
* fixed @RequestParam(required=false) regression for @InitBinder methods
|
||||||
|
* fixed indexed property binding regression in form tag library
|
||||||
|
* fixed exception propagation issue with Hessian 4.0
|
||||||
|
* fixed @Configurable issue with null bean name
|
||||||
|
|
||||||
|
|
||||||
Changes in version 3.0.1 (2010-02-18)
|
Changes in version 3.0.1 (2010-02-18)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue