Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: fa6cf7104f1593e26963d21c5084fdc0a9cb43e8
https://github.com/castleproject/Castle.Windsor/commit/fa6cf7104f1593e26963d21c5084fdc0a9cb43e8
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M BreakingChanges.txt
M src/Castle.Windsor.Tests/Facilities/FacilityTestCase.cs
M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
M src/Castle.Windsor.Tests/LazyLoadingTestCase.cs
M src/Castle.Windsor.Tests/SmartProxyTestCase.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
Log Message:
-----------
- BREAKING CHANGE - having more than a single instance of any given facility
type is not legal anymore
Commit: 0be9a5b845b2ae7665fcd2450abc7befaf38a8fd
https://github.com/castleproject/Castle.Windsor/commit/0be9a5b845b2ae7665fcd2450abc7befaf38a8fd
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponentResolver.cs
Log Message:
-----------
- typed factory now checks more thoroughly, including interrogating lazy
loaders for component by name, before it falls back to resolving by type.
Commit: 9b53f2c78fa654363c8bd6ac6ee492a4828db281
https://github.com/castleproject/Castle.Windsor/commit/9b53f2c78fa654363c8bd6ac6ee492a4828db281
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A src/Castle.Windsor.Tests/Components/CompositeEmptyService2.cs
A src/Castle.Windsor.Tests/Components/EmptyService2Impl1.cs
A src/Castle.Windsor.Tests/Components/EmptyService2Impl2.cs
A src/Castle.Windsor.Tests/Components/EmptyService2Impl3.cs
A src/Castle.Windsor.Tests/Components/EmptyService2Impl4.cs
A src/Castle.Windsor.Tests/Components/EmptyService2Impl5.cs
A src/Castle.Windsor.Tests/Components/IEmptyService2.cs
A src/Castle.Windsor.Tests/CompositePatternTestCase.cs
A
src/Castle.Windsor.Tests/GenericImplementationWithGreaterArityThanServiceTestCase.cs
M src/Castle.Windsor.Tests/Generics/ARepository.T.cs
A src/Castle.Windsor.Tests/Generics/DoubleGenericRepository.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Core/ComponentModel.cs
M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandlerFactory.cs
A
src/Castle.Windsor/MicroKernel/Handlers/IGenericImplementationMatchingStrategy.cs
Log Message:
-----------
- added test to verify that support for convention based composite (as
requested here:
http://castle.uservoice.com/forums/38955-windsor-v3/suggestions/1408929-add-support-for-composite
) works already.
--
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.