add Spring.Data breaking changes.
This commit is contained in:
@@ -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.
|
||||
2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default.
|
||||
|
||||
Reference in New Issue
Block a user