Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: fc85089d882b947a728a54d6f73239e181e26a79
http://github.com/castleproject/Castle.InversionOfControl/commit/fc85089d882b947a728a54d6f73239e181e26a79
Author: kkozmic <[email protected]>
Date: 2010-05-22 (Sat, 22 May 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
A src/Castle.Windsor.Tests/CustomActivatorTestCase.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
M
src/Castle.Windsor/MicroKernel/ComponentActivator/ExternalInstanceActivator.cs
M src/Castle.Windsor/MicroKernel/ComponentActivator/FactoryMethodActivator.cs
A
src/Castle.Windsor/MicroKernel/ComponentActivator/IDependencyAwareActivator.cs
M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
Log Message:
-----------
- fixed IOC-ISSUE-205 - Invalid handling of Custom activators that provide
dependencies on their own
Introduced IDependencyAwareActivator that when implemented by activator can opt
out of dependency checking on the handler.
- dependenciesbykey are now case insensitive to be consistent with the rest of
the framework
Commit: 06390a5407fe192ac55fb64e9518e6eb0a936001
http://github.com/castleproject/Castle.InversionOfControl/commit/06390a5407fe192ac55fb64e9518e6eb0a936001
Author: kkozmic <[email protected]>
Date: 2010-05-22 (Sat, 22 May 2010)
Changed paths:
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
R src/Castle.Windsor/MicroKernel/Registration/ComponentInstanceDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
R src/Castle.Windsor/MicroKernel/Registration/FactoryDescriptor.cs
Log Message:
-----------
- removed workaround for special case handling of instance activator.
- removed unneeded descriptors
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.