Hibernate 4 LocalSessionFactoryBean, etc
This commit is contained in:
parent
697bc43c40
commit
958bd49850
|
|
@ -6,7 +6,7 @@ http://www.springsource.org
|
||||||
Changes in version 3.1.1 (2012-02-06)
|
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
|
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
|
||||||
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
|
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
|
||||||
* DataBinder correctly handles ParseException from Formatter for String->String case
|
* DataBinder correctly handles ParseException from Formatter for String->String case
|
||||||
|
|
@ -19,8 +19,11 @@ Changes in version 3.1.1 (2012-02-06)
|
||||||
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
|
* Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well
|
||||||
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
|
* Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set
|
||||||
* added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean
|
* 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
|
* 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)
|
Changes in version 3.1 GA (2011-12-12)
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue