@@ -3,18 +3,21 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.3 (2010-06-14 )
6
+ Changes in version 3.0.3 (2010-06-15 )
7
7
-------------------------------------
8
8
9
- * clarified that Spring's Jackson support requires Jackson 1.3 or higher
10
9
* 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
11
12
* revised VFS support for Spring's component scanning to work on JBoss AS 6.0.0 M3 as well
12
13
* fixed URIEditor's URI construction to consider fragment as well
13
14
* added default InputSourceEditor for SAX InputSource construction with a URL String as system id
14
15
* CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe
15
16
* revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions
16
17
* DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop)
17
18
* 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
18
21
* a context ConversionService is able to override an ApplicationContext's resource editors
19
22
* refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean
20
23
* revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow
0 commit comments