From 7116586b13b4d65b113d62e3ebb0583a0fe754d4 Mon Sep 17 00:00:00 2001 From: markpollack Date: Mon, 1 Aug 2011 18:45:29 +0000 Subject: [PATCH] update with reference to breaking change introduced by https://jira.springsource.org/browse/SPRNET-1438 --- BreakingChanges.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BreakingChanges.txt b/BreakingChanges.txt index ee5f3d12..3d1ddf4f 100644 --- a/BreakingChanges.txt +++ b/BreakingChanges.txt @@ -1,3 +1,13 @@ +Changes (1.3.1 to 1.3.2) +======================== + +Spring.Data + +1. Changed AbstractPlatformTransactionManager to set default Transaction Synchronizcation to TransactionSynchronization.NeverChange from TransactionSynchronizationState.Never. Use the setter 'TransactionSynchonization' to change. This was changed so as to avoid an issue with NHibernate Open Session In View functionality and some nested declarative transaction management settings. See https://jira.springsource.org/browse/SPRNET-1438 for more details. + +Note: This functionality is an advanced feature of Spring, so if you are using it, you probably know all about it, otherwise you can safely ignore this message. + + Changes (1.3 RC1 to 1.3 GA or greater) ========================