Changes (1.1.2 to 1.2 RC1 or greater) Spring.Core ----------- 1. ContextRegistry.GetContext(string name) now throws an exception if no context has been registered under that name instead of returning null. 2. Removed getter property of IApplicationContext in IApplicationContextAware 3. Removed getter property of IResourceLoader in IResourceLoaderAware 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. Spring.Web ---------- 1. Moved Spring.Web.Support.ISharedStateAware to Spring.Objects.ISharedStateAware 2. Dropped IProcess support 3. IHttpHandler instance dependencies won't be injected until PreRequestHandlerExecute stage (to support "session"-scoped deps)