Browse Source

Hibernate 4 LocalSessionFactoryBean, etc

pull/19/head
Juergen Hoeller 14 years ago
parent
commit
958bd49850
  1. 7
      build-spring-framework/resources/changelog.txt

7
build-spring-framework/resources/changelog.txt

@ -6,7 +6,7 @@ http://www.springsource.org @@ -6,7 +6,7 @@ http://www.springsource.org
Changes in version 3.1.1 (2012-02-06)
-------------------------------------
* official support for Hibernate 4.0 GA
* official support for Hibernate 4.0 GA (as released in the meantime)
* 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
@ -19,8 +19,11 @@ Changes in version 3.1.1 (2012-02-06) @@ -19,8 +19,11 @@ Changes in version 3.1.1 (2012-02-06)
* 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
* added "getConfiguration" accessor to Hibernate 4 LocalSessionFactoryBean
* corrected fix for QuartzJobBean to work with Quartz 2.0/2.1
* Make AbstractHandlerMethodExceptionResolver an abstract class
* JMS CachingConnectionFactory never caches consumers for temporary queues and topics
* JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers
Changes in version 3.1 GA (2011-12-12)
--------------------------------------

Loading…
Cancel
Save