File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1.1 (2012-01-16 )
6
+ Changes in version 3.1.1 (2012-02-06 )
7
7
-------------------------------------
8
8
9
9
* official support for Hibernate 4.0 GA
10
+ * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
10
11
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
11
12
* DataBinder correctly handles ParseException from Formatter for String->String case
12
13
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
13
14
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
14
15
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
15
16
* added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager
16
17
* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception
18
+ * Hibernate exception translation covers NonUniqueObjectException to DuplicateKeyException case
17
19
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
18
20
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
19
21
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
You can’t perform that action at this time.
0 commit comments