@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1.1 (2012-02-13 )
6
+ Changes in version 3.1.1 (2012-02-15 )
7
7
-------------------------------------
8
8
9
9
* 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)
13
13
* @ActiveProfiles mechanism in test context framework works with @ImportResource as well
14
14
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
15
15
* 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
16
18
* optimized converter lookup in GenericConversionService to avoid contention in JDK proxy check
17
19
* DataBinder correctly handles ParseException from Formatter for String->String case
18
20
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
21
+ * introduced CustomSQLExceptionTranslatorRegistry/Registrar for JDBC error code translation
19
22
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
20
23
* fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan
21
24
* LocalContainerEntityManagerFactoryBean's "persistenceUnitName" applies to "packagesToScan" as well
@@ -28,7 +31,7 @@ Changes in version 3.1.1 (2012-02-13)
28
31
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
29
32
* added "getConfiguration" accessor to Hibernate 4 LocalSessionFactoryBean
30
33
* 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
32
35
* JMS CachingConnectionFactory never caches consumers for temporary queues and topics
33
36
* JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers
34
37
* Servlet/PortletContextResource's "isReadable()" implementation returns false for directories
0 commit comments