Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: c09ffb9bd3b2ee38d79e700215ec0d3511e86529
https://github.com/castleproject/Castle.Windsor/commit/c09ffb9bd3b2ee38d79e700215ec0d3511e86529
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-22 (Sat, 22 Jan 2011)
Changed paths:
A src/Castle.Windsor.Tests/Bugs/IoC-267.cs
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M src/Castle.Windsor.Tests/Experimental/ReleasePolicyTrackedObjectsTestCase.cs
M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
M src/Castle.Windsor.Tests/LifecycledComponentsReleasePolicyTestCase.cs
M
src/Castle.Windsor.Tests/Registration/Interceptors/InterceptorsTestCaseHelper.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
M
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
M
src/Castle.Windsor/Facilities/Startable/StartableFacilityRegistrationExtensions.cs
M src/Castle.Windsor/Facilities/TypedFactory/FactoryCacheDescriptor.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M src/Castle.Windsor/MicroKernel/Registration/AbstractPropertyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/AttributeDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Component.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
M src/Castle.Windsor/MicroKernel/Registration/ConfigurationDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/CustomDependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DynamicParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ExtendedPropertiesDescriptor.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorGroup.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorSelectorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/OnCreateComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyHook.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyInterfaces.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyMixIns.cs
M src/Castle.Windsor/MicroKernel/Registration/RegistrationGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/ServiceOverrideDescriptor.cs
Log Message:
-----------
Merge branch 'master' of https://github.com/codekaizen/Castle.Windsor into
codekaizen-master
Commit: 473490f21406ed76fe63a10ddff426ec26319628
https://github.com/castleproject/Castle.Windsor/commit/473490f21406ed76fe63a10ddff426ec26319628
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-22 (Sat, 22 Jan 2011)
Changed paths:
M src/Castle.Windsor.Tests/Bugs/IoC-267.cs
M src/Castle.Windsor.Tests/Experimental/ReleasePolicyTrackedObjectsTestCase.cs
M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
M src/Castle.Windsor.Tests/LifecycledComponentsReleasePolicyTestCase.cs
M
src/Castle.Windsor.Tests/Registration/Interceptors/InterceptorsTestCaseHelper.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
M
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
M
src/Castle.Windsor/Facilities/Startable/StartableFacilityRegistrationExtensions.cs
M src/Castle.Windsor/Facilities/TypedFactory/FactoryCacheDescriptor.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M src/Castle.Windsor/MicroKernel/Registration/AbstractPropertyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/AttributeDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Component.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ConfigurationDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/CustomDependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DynamicParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ExtendedPropertiesDescriptor.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorGroup.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorSelectorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/OnCreateComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/MixinRegistration.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyHook.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyInterfaces.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyMixIns.cs
M src/Castle.Windsor/MicroKernel/Registration/RegistrationGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/ServiceOverrideDescriptor.cs
Log Message:
-----------
- applied patch from codekaizen fixing IOC-267 Register() on a System.ValueType
(like an Int32 or an Enum) instance should throw an exception.
fixed broken formatting
Commit: 0737a8204ebbac0c9850fbd9372815e13155ea5c
https://github.com/castleproject/Castle.Windsor/commit/0737a8204ebbac0c9850fbd9372815e13155ea5c
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-22 (Sat, 22 Jan 2011)
Changed paths:
M Changes.txt
Log Message:
-----------
- updated changes.txt
Commit: 2aa2ea29bf9e8964114019ff61522ce4841b993f
https://github.com/castleproject/Castle.Windsor/commit/2aa2ea29bf9e8964114019ff61522ce4841b993f
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-01-22 (Sat, 22 Jan 2011)
Changed paths:
A src/Castle.Windsor.Tests/Bugs/IoC-267.cs
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M src/Castle.Windsor.Tests/Experimental/ReleasePolicyTrackedObjectsTestCase.cs
M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
M src/Castle.Windsor.Tests/LifecycledComponentsReleasePolicyTestCase.cs
M
src/Castle.Windsor.Tests/Registration/Interceptors/InterceptorsTestCaseHelper.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
M
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
M
src/Castle.Windsor/Facilities/Startable/StartableFacilityRegistrationExtensions.cs
M src/Castle.Windsor/Facilities/TypedFactory/FactoryCacheDescriptor.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M src/Castle.Windsor/MicroKernel/Registration/AbstractPropertyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/AttributeDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Component.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
M src/Castle.Windsor/MicroKernel/Registration/ConfigurationDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/CustomDependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/DynamicParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ExtendedPropertiesDescriptor.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorGroup.cs
M
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorSelectorDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/OnCreateComponentDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/MixinRegistration.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyHook.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyInterfaces.cs
M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyMixIns.cs
M src/Castle.Windsor/MicroKernel/Registration/RegistrationGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/ServiceOverrideDescriptor.cs
Log Message:
-----------
Merge branch 'codekaizen-master'
--
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.