Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: 3c5ad0f2b19545252f582a60402e9ef931466eca
http://github.com/castleproject/Castle.InversionOfControl/commit/3c5ad0f2b19545252f582a60402e9ef931466eca
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-07-03 (Sat, 03 Jul 2010)
Changed paths:
M Changes.txt
M
src/Castle.Windsor.Tests/Facilities/EventWiring/FluentRegistrationTestCase.cs
M src/Castle.Windsor/Facilities/EventWiring/EventSubscribers.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringFacility.cs
Log Message:
-----------
- added ability to fluently wire event wiring facility when subscriber is not a
named registration (just by type)
Commit: ce9761bb729ece686794f541b75ae1f658fd4d53
http://github.com/castleproject/Castle.InversionOfControl/commit/ce9761bb729ece686794f541b75ae1f658fd4d53
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-07-03 (Sat, 03 Jul 2010)
Changed paths:
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryInterceptor.cs
Log Message:
-----------
- changed TypedFactoryInterceptor so that selector is only settable via .ctor
- refactored TypedFactoryFacility to one Init method, since both kinds of
factories now have common underpinning.
Commit: 49309967d2d332c25b063185a4269ae6e646f562
http://github.com/castleproject/Castle.InversionOfControl/commit/49309967d2d332c25b063185a4269ae6e646f562
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-07-03 (Sat, 03 Jul 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A
src/Castle.Windsor.Tests/Facilities/TypedFactory/Selectors/DisposableSelector.cs
A src/Castle.Windsor.Tests/Facilities/TypedFactory/Selectors/SimpleSelector.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryDelegatesTestCase.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
M src/Castle.Windsor/Facilities/TypedFactory/DelegateFactory.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryInterceptor.cs
Log Message:
-----------
- fixed inconsistency in delegate based factories, so that they will now pick
default selector registered in the container, before falling back to the
default. (before only explicitly registered factories would do that).
--
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.