From 8fe5151f84a95ba41f2ff67e3090bf7f783d5943 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 4 Mar 2010 13:58:23 +0000 Subject: [PATCH] some further 3.0.2 entries --- build-spring-framework/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 98fc847b0c..ab733135ac 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -8,9 +8,15 @@ Changes in version 3.0.2 (2010-03-11) * fixed cross-module version ranges in OSGi manifests * upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 +* 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 +* HibernateJpaDialect borrows JDBC Connection on demand (supporting aggressive release) * fixed @RequestParam(required=false) regression for @InitBinder methods +* @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 +* WebApplicationObjectSupport's initServletContext will be called only once in any scenario Changes in version 3.0.1 (2010-02-18)