diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index ef0954a99a..f01e41acca 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,19 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.0.5 (2010-09-09) +------------------------------------- + +* consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null) +* ConversionService protects itself against infinite recursion in ObjectToCollectionConverter +* SpEL supports projection on any kind of Collection (not just on Lists and arrays) +* JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing +* DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement +* fixed DefaultMessageListenerContainer's no-message commit to work without Session caching as well +* JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore +* fixed EvalTag's EvaluationContext caching to properly with JSP tag caching across requests + + Changes in version 3.0.4 (2010-08-19) ------------------------------------- diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index 9f219b26cb..f56f9ba718 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.0.4 (August 2010) ------------------------------------- +SPRING FRAMEWORK 3.0.5 (September 2010) +--------------------------------------- http://www.springframework.org 1. INTRODUCTION