From e37ac5a43a77b12bfaa067218bf7708170257bb4 Mon Sep 17 00:00:00 2001 From: markpollack Date: Fri, 3 Oct 2008 15:24:16 +0000 Subject: [PATCH] add Spring.Data breaking changes. --- BreakingChanges-1.2.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BreakingChanges-1.2.txt b/BreakingChanges-1.2.txt index f95d052b..0a22cca6 100644 --- a/BreakingChanges-1.2.txt +++ b/BreakingChanges-1.2.txt @@ -11,7 +11,14 @@ Spring.Core 4. AbstractBinding.IsValid property changed to method AbstractBinding.IsValid( IValidationErrors ) +Spring.Data +----------- + +1. The provider name System.Data.SqlServerCe is now aliased to SqlServerCe-3.5.1 (was SqlServerCe-3.1) + +2. Removed setter property RollbackOnly on ITransactionStatus, now use the method SetRollbackOnly() to 'doom' a transaction to always rollback. + Spring.Services --------------- 1. Removed WebServiceProxyFactory.ClientProtocolType property (obsolete) -2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default. \ No newline at end of file +2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default.