final preparations for 3.0.5

This commit is contained in:
Juergen Hoeller 2010-09-09 22:14:51 +00:00
parent 87e7258c9a
commit 609f91e1b4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Changes in version 3.0.5 (2010-09-14)
* 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
* ResultSetWrappingSqlRowSet (as used by JdbcTemplate's "queryForRowSet") supports column labels now
* 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
* JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore