Skip to content

Commit 6b92f66

Browse files
committed
final preparations for 3.0.6 release
1 parent 070a723 commit 6b92f66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 6 additions & 1 deletion
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-07)
6+
Changes in version 3.0.6 (2011-07-22)
77
-------------------------------------
88

99
* fixed aspects bundle to declare dependencies for @Async aspect as well
@@ -12,27 +12,32 @@ Changes in version 3.0.6 (2011-07-07)
1212
* DefaultListableBeanFactory's getBean(name, type) attempts type conversion if necessary
1313
* BeanDefinitionVisitor now actually visits factory method names
1414
* fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor
15+
* ConfigurationClassPostProcessor supports use of same processor instance with several factories
1516
* restored support for String-to-ContextResource conversion
1617
* restored original GenericConversionService behavior with respect to empty collections/maps
1718
* restored original FormattingConversionService behavior with respect to the use of subtypes
19+
* collection/array conversion returns original collection if possible (instead of first element)
1820
* fixed collection element resolution when using a ConversionService with a DataBinder
1921
* DataBinder uses a default limit of 256 for array/collection auto-growing
2022
* added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer
2123
* Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well
2224
* fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null
2325
* fixed several HttpHeaders issues (charset handling, quoting/unquoting)
26+
* SimpleClientHttpRequest uses fixed-length streaming mode (always sets content-length header)
2427
* FormHttpMessageConverter correctly processes POST requests
2528
* ResourceHttpRequestHandler does not set Content-Length header for 304 response
2629
* LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability
2730
* ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id
2831
* RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed)
32+
* added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter
2933
* refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent
3034
* EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any
3135
* revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return
3236
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
3337
* fixed NamedParameterJdbcTemplate's handling of arrays as query parameters
3438
* fixed JPA 2.0 timeout hints to correctly specify milliseconds
3539
* updated Quartz package to support Quartz 1.8 as well (note: not supporting Quartz 2.0 yet)
40+
* fixed @Rule execution order in SpringJUnit4ClassRunner to match standard JUnit 4 behavior
3641

3742

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

0 commit comments

Comments
 (0)