prepared for 3.0.7
This commit is contained in:
@@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG
|
||||
http://www.springsource.org
|
||||
|
||||
|
||||
Changes in version 3.0.7 (2011-11-xx)
|
||||
-------------------------------------
|
||||
|
||||
* fixed GenericTypeResolver to consistently return null if not resolvable
|
||||
* added proper "contentLength()" implementation to ByteArrayResource
|
||||
* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation
|
||||
* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access
|
||||
* RmiClientInterceptor detects nested SocketException as connect failure as well
|
||||
|
||||
|
||||
Changes in version 3.0.6 (2011-08-18)
|
||||
-------------------------------------
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SPRING FRAMEWORK 3.0.6 (June 2011)
|
||||
----------------------------------
|
||||
SPRING FRAMEWORK 3.0.7 (November 2011)
|
||||
--------------------------------------
|
||||
http://www.springsource.org
|
||||
|
||||
1. INTRODUCTION
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=3.0.6
|
||||
version=3.0.7
|
||||
# osgi ranges
|
||||
spring.osgi.range.nq=${version:[=.=.=, =.=.+1)}
|
||||
spring.osgi.range="${spring.osgi.range.nq}"
|
||||
|
||||
Reference in New Issue
Block a user