From c976fa329fd9f94ace04fe6c51e0f9b8dc7b0196 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 14 Mar 2012 16:18:06 +0100 Subject: [PATCH] initial fixes for 3.1.2 --- build-spring-framework/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index f26431afc7..f2e5da84db 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.1.2 (2012-03-29) +------------------------------------- + +* fixed OSGi metadata for optional "javax.inject" package import +* fixed AbstractResource's InputStream-based "contentLength()" implementation +* fixed MutablePropertySources "get" implementation to correctly return null if not found +* fixed @PropertySource placeholder resolution to apply to all specified values +* JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination + + Changes in version 3.1.1 (2012-02-16) -------------------------------------