Skip to content

Commit b9089a8

Browse files
committed
final preparations for 3.0.6
1 parent 7a20ed7 commit b9089a8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build-spring-framework/resources/changelog.txt

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

55

6-
Changes in version 3.0.6 (2011-07-29)
6+
Changes in version 3.0.6 (2011-08-18)
77
-------------------------------------
88

99
* fixed aspects bundle to declare dependencies for @Async aspect as well
@@ -14,10 +14,13 @@ Changes in version 3.0.6 (2011-07-29)
1414
* XmlBeanDefinitionReader accepts description subelement within map entry as well (as per the XSD)
1515
* ConfigurationClassPostProcessor supports use of same processor instance with several factories
1616
* 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
1719
* BeanDefinitionVisitor now actually visits factory method names
1820
* restored support for String-to-ContextResource conversion
1921
* restored original GenericConversionService behavior with respect to empty collections/maps
2022
* restored original FormattingConversionService behavior with respect to the use of subtypes
23+
* added "formatters" property to FormattingConversionServiceFactoryBean
2124
* collection/array conversion returns original collection if possible (instead of first element)
2225
* fixed collection element resolution when using a ConversionService with a DataBinder
2326
* 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)
2629
* fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null
2730
* fixed several HttpHeaders issues (charset handling, quoting/unquoting)
2831
* 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
2934
* FormHttpMessageConverter correctly processes POST requests
3035
* ResourceHttpRequestHandler does not set Content-Length header for 304 response
3136
* ResourceHttpRequestHandler detects invalid directory traversal in given path
@@ -43,7 +48,6 @@ Changes in version 3.0.6 (2011-07-29)
4348
* fixed JPA 2.0 timeout hints to correctly specify milliseconds
4449
* updated Quartz package to support Quartz 1.8 as well (note: not supporting Quartz 2.0 yet)
4550
* 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
4751

4852

4953
Changes in version 3.0.5 (2010-10-20)

0 commit comments

Comments
 (0)