Hibernate 4.1 etc

This commit is contained in:
Juergen Hoeller 2012-02-11 19:14:26 +01:00
parent 9e21d2f741
commit a46facc2f9
1 changed files with 3 additions and 1 deletions

View File

@ -6,11 +6,13 @@ http://www.springsource.org
Changes in version 3.1.1 (2012-02-13) Changes in version 3.1.1 (2012-02-13)
------------------------------------- -------------------------------------
* official support for Hibernate 4.0 GA (as released in the meantime) * official support for Hibernate 4.0 GA as well as Hibernate 4.1
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
* restored JBossLoadTimeWeaver compatibility with JBoss AS 5.1 * restored JBossLoadTimeWeaver compatibility with JBoss AS 5.1
* Provider injection works with generically typed collections of beans as well * Provider injection works with generically typed collections of beans as well
* @ActiveProfiles mechanism in test context framework works with @ImportResource as well
* context:property-placeholder's "file-encoding" attribute value is being applied correctly * context:property-placeholder's "file-encoding" attribute value is being applied correctly
* clarified Resource's "getFilename" method to return null if resource type does not have a filename
* optimized converter lookup in GenericConversionService to avoid contention in JDK proxy check * optimized converter lookup in GenericConversionService to avoid contention in JDK proxy check
* DataBinder correctly handles ParseException from Formatter for String->String case * DataBinder correctly handles ParseException from Formatter for String->String case
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute * CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute