JBoss AS 7, etc
This commit is contained in:
parent
adac38f91b
commit
e208a2de5f
|
@ -3,10 +3,11 @@ SPRING FRAMEWORK CHANGELOG
|
|||
http://www.springsource.org
|
||||
|
||||
|
||||
Changes in version 3.1.1 (2012-01-16)
|
||||
Changes in version 3.1.1 (2012-02-06)
|
||||
-------------------------------------
|
||||
|
||||
* official support for Hibernate 4.0 GA
|
||||
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
|
||||
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
|
||||
* DataBinder correctly handles ParseException from Formatter for String->String case
|
||||
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
|
||||
|
@ -14,6 +15,7 @@ Changes in version 3.1.1 (2012-01-16)
|
|||
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
|
||||
* added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager
|
||||
* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception
|
||||
* Hibernate exception translation covers NonUniqueObjectException to DuplicateKeyException case
|
||||
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
|
||||
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
|
||||
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
|
||||
|
|
Loading…
Reference in New Issue