Skip to content

Commit 4a0c2f8

Browse files
committed
final touches for 3.0.3
1 parent 0e59fc4 commit 4a0c2f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.3 (2010-06-14)
6+
Changes in version 3.0.3 (2010-06-15)
77
-------------------------------------
88

9-
* clarified that Spring's Jackson support requires Jackson 1.3 or higher
109
* Spring autodetects JodaTime 1.3 or higher (as required), ignoring older JodaTime versions
10+
* clarified that Spring's Jackson support requires Jackson 1.3 or higher
11+
* JPA 2.0 support tested and supported with Hibernate 3.5.2 and OpenJPA 2.0.0 GA as well
1112
* revised VFS support for Spring's component scanning to work on JBoss AS 6.0.0 M3 as well
1213
* fixed URIEditor's URI construction to consider fragment as well
1314
* added default InputSourceEditor for SAX InputSource construction with a URL String as system id
1415
* CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe
1516
* revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions
1617
* DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop)
1718
* ConversionService is able to apply Converters to interface-based array elements
19+
* ConversionService fully supports conversion from String to MediaType now (through 'valueOf')
20+
* revised exception handling in ObjectToObjectConverter, avoiding InvocationTargetExceptions
1821
* a context ConversionService is able to override an ApplicationContext's resource editors
1922
* refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean
2023
* revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow

0 commit comments

Comments
 (0)