Files
spring-net/BreakingChanges-1.2.txt
markpollack 10f1029ca2 Add BreakingChanges-1.2.txt
Updates of readme/changelog for release.
2008-08-15 02:12:53 +00:00

15 lines
564 B
Plaintext

Changes (1.1.2 to 1.2 M1)
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
Spring.Services
---------------
1. Removed WebServiceProxyFactory.ClientProtocolType property (obsolete)
2. WebServiceExporter generates WebServiceBinding attribute with WSI basic profile 1.1 by default.