final preparations for 3.0.5
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3676 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
cfcff0249f
commit
200df4e4e7
|
|
@ -6,14 +6,15 @@ http://www.springsource.org
|
||||||
Changes in version 3.0.5 (2010-09-14)
|
Changes in version 3.0.5 (2010-09-14)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
* consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null)
|
* consistent use of JDK 1.5's "ThreadLocal.remove()" over "ThreadLocal.set(null)"
|
||||||
* ConversionService protects itself against infinite recursion in ObjectToCollectionConverter
|
* ConversionService protects itself against infinite recursion in ObjectToCollectionConverter
|
||||||
* refined ApplicationContext singleton processing to not fail for manually registered null instances
|
* refined ApplicationContext singleton processing to not fail for manually registered null instances
|
||||||
* modified expression parsing to pass full TypeDescriptor context through to ConversionService calls
|
* modified expression parsing to pass full TypeDescriptor context through to ConversionService calls
|
||||||
* adapted expression parser's Constructor/MethodResolver to accept TypeDescriptors instead of raw types
|
* adapted expression parser's Constructor/MethodResolver to accept TypeDescriptors instead of raw types
|
||||||
* SpEL supports projection on any kind of Collection (not just on Lists and arrays)
|
* 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
|
* JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing
|
||||||
* DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement
|
* EmbeddedDatabaseFactory shuts down database when failing to populate it in "initDatabase()"
|
||||||
|
* DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's "getAsciiStream()" requirement
|
||||||
* ResultSetWrappingSqlRowSet (as used by JdbcTemplate's "queryForRowSet") supports column labels now
|
* ResultSetWrappingSqlRowSet (as used by JdbcTemplate's "queryForRowSet") supports column labels now
|
||||||
* LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well
|
* LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well
|
||||||
* fixed DefaultMessageListenerContainer's no-message commit to work without Session caching as well
|
* fixed DefaultMessageListenerContainer's no-message commit to work without Session caching as well
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue