From b5bb1ac952d10f7979c378204f6a68fa3745dbbd Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 14 Oct 2010 00:30:38 +0000 Subject: [PATCH] BeanWrapper etc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3758 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 849b4ad207c..734e0c0f697 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.0.5 (2010-10-13) +Changes in version 3.0.5 (2010-10-15) ------------------------------------- * added core serializer abstraction with default implementations using Java Serialization @@ -12,6 +12,8 @@ Changes in version 3.0.5 (2010-10-13) * revised "ClassUtils.isAssignable" semantics to cover primitives vs wrappers in both directions * ConversionService protects itself against infinite recursion in ObjectToCollectionConverter * fixed TypeDescriptor to correctly resolve nested collections and their element types +* BeanWrapper does not attempt to populate Map values on access (just auto-grows Map itself) +* fixed Autowired/CommonAnnotationBeanPostProcessor to prevent race condition in skipping check * ApplicationContext registers context-specific ClassArrayEditor for its bean ClassLoader * refined ApplicationContext singleton processing to not fail for manually registered null instances * fixed ApplicationContext event processing for repeated invocations to non-singleton listener beans