Skip to content

Commit e208a2d

Browse files
committed
JBoss AS 7, etc
1 parent adac38f commit e208a2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.1 (2012-01-16)
6+
Changes in version 3.1.1 (2012-02-06)
77
-------------------------------------
88

99
* official support for Hibernate 4.0 GA
10+
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
1011
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
1112
* DataBinder correctly handles ParseException from Formatter for String->String case
1213
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
1314
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
1415
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
1516
* added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager
1617
* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception
18+
* Hibernate exception translation covers NonUniqueObjectException to DuplicateKeyException case
1719
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
1820
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
1921
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean

0 commit comments

Comments
 (0)