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.