diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index 0abbb381..9eec15a9 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -5221,6 +5221,13 @@ cfg.PostProcessObjectFactory(factory); attribute. Below is an example that registers all the namespaces provided in Spring. + + As of Spring.NET 1.2.0 it is no longer necessary to explicitly + configure the namespace parsers that come with Spring via a custom + section in App.config. You will still need to register custom + namespace parsers if you are writing your own. + + <configuration> <configSections>