Skip to content

Commit acaf820

Browse files
committed
CustomSQLExceptionTranslatorRegistry/Registrar etc
1 parent ddf0d07 commit acaf820

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.1 (2012-02-13)
6+
Changes in version 3.1.1 (2012-02-15)
77
-------------------------------------
88

99
* official support for Hibernate 4.0 GA as well as Hibernate 4.1
@@ -13,9 +13,12 @@ Changes in version 3.1.1 (2012-02-13)
1313
* @ActiveProfiles mechanism in test context framework works with @ImportResource as well
1414
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
1515
* clarified Resource's "getFilename" method to return null if resource type does not have a filename
16+
* Resource "contentLength()" implementations work with OSGi bundle resources and JBoss VFS resources
17+
* PathMatchingResourcePatternResolver preserves caching for JNLP (Java Web Start) jar connections
1618
* optimized converter lookup in GenericConversionService to avoid contention in JDK proxy check
1719
* DataBinder correctly handles ParseException from Formatter for String->String case
1820
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
21+
* introduced CustomSQLExceptionTranslatorRegistry/Registrar for JDBC error code translation
1922
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
2023
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
2124
* LocalContainerEntityManagerFactoryBean's "persistenceUnitName" applies to "packagesToScan" as well
@@ -28,7 +31,7 @@ Changes in version 3.1.1 (2012-02-13)
2831
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
2932
* added "getConfiguration" accessor to Hibernate 4 LocalSessionFactoryBean
3033
* added "durability" and "description" properties to JobDetailFactoryBean
31-
* corrected fix for QuartzJobBean to work with Quartz 2.0/2.1
34+
* fixed QuartzJobBean and MethodInvokingJobDetailFactoryBean for compatibility with Quartz 2.0/2.1
3235
* JMS CachingConnectionFactory never caches consumers for temporary queues and topics
3336
* JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers
3437
* Servlet/PortletContextResource's "isReadable()" implementation returns false for directories

0 commit comments

Comments
 (0)