@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.6 (2011-07-29 )
6
+ Changes in version 3.0.6 (2011-08-18 )
7
7
-------------------------------------
8
8
9
9
* fixed aspects bundle to declare dependencies for @Async aspect as well
@@ -14,10 +14,13 @@ Changes in version 3.0.6 (2011-07-29)
14
14
* XmlBeanDefinitionReader accepts description subelement within map entry as well (as per the XSD)
15
15
* ConfigurationClassPostProcessor supports use of same processor instance with several factories
16
16
* fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor
17
+ * SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance
18
+ * overridden @PersistenceContext annotations on subclass methods are being processed correctly
17
19
* BeanDefinitionVisitor now actually visits factory method names
18
20
* restored support for String-to-ContextResource conversion
19
21
* restored original GenericConversionService behavior with respect to empty collections/maps
20
22
* restored original FormattingConversionService behavior with respect to the use of subtypes
23
+ * added "formatters" property to FormattingConversionServiceFactoryBean
21
24
* collection/array conversion returns original collection if possible (instead of first element)
22
25
* fixed collection element resolution when using a ConversionService with a DataBinder
23
26
* DataBinder uses a default limit of 256 for array/collection auto-growing
@@ -26,6 +29,8 @@ Changes in version 3.0.6 (2011-07-29)
26
29
* fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null
27
30
* fixed several HttpHeaders issues (charset handling, quoting/unquoting)
28
31
* SimpleClientHttpRequest uses fixed-length streaming mode (always sets content-length header)
32
+ * added "connectTimeout" and "readTimeout" properties to Simple/CommonsClientHttpRequestFactory
33
+ * explicit status code in RedirectView respected in HTTP 1.0 compatibility mode
29
34
* FormHttpMessageConverter correctly processes POST requests
30
35
* ResourceHttpRequestHandler does not set Content-Length header for 304 response
31
36
* ResourceHttpRequestHandler detects invalid directory traversal in given path
@@ -43,7 +48,6 @@ Changes in version 3.0.6 (2011-07-29)
43
48
* fixed JPA 2.0 timeout hints to correctly specify milliseconds
44
49
* updated Quartz package to support Quartz 1.8 as well (note: not supporting Quartz 2.0 yet)
45
50
* fixed @Rule execution order in SpringJUnit4ClassRunner to match standard JUnit 4 behavior
46
- * Explicit status code in RedirectView respected in HTTP 1.0 compatibility mode
47
51
48
52
49
53
Changes in version 3.0.5 (2010-10-20)
0 commit comments