Branch: refs/heads/master
Home:   https://github.com/castleproject/Castle.Windsor

Commit: 36814c4d8bd0f0199f4335c068ee2de899adda5c
    
https://github.com/castleproject/Castle.Windsor/commit/36814c4d8bd0f0199f4335c068ee2de899adda5c
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Synchronize/SynchronizeFacility.cs
  M src/Castle.Windsor/Facilities/FactorySupport/FactorySupportFacility.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingFacility.cs
  M src/Castle.Windsor/Facilities/Startable/StartableFacility.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel_ObsoleteAPI.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
  M src/Castle.Windsor/MicroKernel/IComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/IKernel.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
- BREAKING CHANGE: renamed IComponentModelBuilder -> IComponentModelFactory and 
IKernel.ComponentModelBuilder -> IKernel.ComponentModelFactory to unify naming 
with IHandlerFactory and make place for ComponentModelBuilder class which is a 
different concept.


Commit: 12e71341c80119ff8beaa64c95f9d6dc2d195689
    
https://github.com/castleproject/Castle.Windsor/commit/12e71341c80119ff8beaa64c95f9d6dc2d195689
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-27 (Thu, 27 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
Obsoleted ActAs method


Commit: b8ffccdddccdfeadd3cae86581f688077cf642e5
    
https://github.com/castleproject/Castle.Windsor/commit/b8ffccdddccdfeadd3cae86581f688077cf642e5
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M 
src/Castle.Windsor.Tests/GenericImplementationWithGreaterArityThanServiceTestCase.cs
  M src/Castle.Windsor.Tests/OpenGenericsTestCase.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M 
src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.nonGeneric.cs

Log Message:
-----------
- added one more test for GenericImplementationMatchingStrategy


Commit: 25d32d95c19d1d6a950374a7fdea26acc016579f
    
https://github.com/castleproject/Castle.Windsor/commit/25d32d95c19d1d6a950374a7fdea26acc016579f
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
  M 
src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.nonGeneric.cs
  M src/Castle.Windsor/MicroKernel/Registration/IWindsorInstaller.cs

Log Message:
-----------
- some clean up


Commit: d2a895bf6421c52da1c154dca925dc365da24cee
    
https://github.com/castleproject/Castle.Windsor/commit/d2a895bf6421c52da1c154dca925dc365da24cee
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-28 (Fri, 28 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs

Log Message:
-----------
- some clean up and removed superfulous check if component exists at the 
beginning of registration


Commit: 6d8f9465944d384590fe0b05088b778aa3811213
    
https://github.com/castleproject/Castle.Windsor/commit/6d8f9465944d384590fe0b05088b778aa3811213
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M src/Castle.Windsor.Tests/ComponentsWithAttribute/HasKeyAndTypeTransient.cs
  M src/Castle.Windsor/Core/CastleComponentAttribute.cs

Log Message:
-----------
- changed CastleComponentAttribute to allow defining multiple services


Commit: de0cf80d1dd0430c5268fd58a970b8f0bafa549b
    
https://github.com/castleproject/Castle.Windsor/commit/de0cf80d1dd0430c5268fd58a970b8f0bafa549b
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-29 (Sat, 29 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Core/ComponentModel.cs
  M src/Castle.Windsor/MicroKernel/IComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs

Log Message:
-----------
- added another overload for creating ComponentModel to be used by the fluent 
API


Commit: 70fab0b87bff723bedf4baf29cba3496838c47ea
    
https://github.com/castleproject/Castle.Windsor/commit/70fab0b87bff723bedf4baf29cba3496838c47ea
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Core/ComponentModel.cs

Log Message:
-----------
- made ComponentModel easier to work with in the debugger


Commit: ca8d98cc60b9f0e7c87c753b230a9cdbff1c8dfd
    
https://github.com/castleproject/Castle.Windsor/commit/ca8d98cc60b9f0e7c87c753b230a9cdbff1c8dfd
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Core/ParameterModelCollection.cs

Log Message:
-----------
- removed old, not used no longer inherited members from 
ParameterModelCollection and made it include what key was duplicated when the 
exception occurs on adding.


Commit: 398c6a1e0439a4717a1b73cc96d814190a14d2ca
    
https://github.com/castleproject/Castle.Windsor/commit/398c6a1e0439a4717a1b73cc96d814190a14d2ca
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M buildscripts/CommonAssemblyInfo.cs

Log Message:
-----------
- updated common assembly info


Commit: c593c83c52c12e18289ab5edbdfe04f0f943485f
    
https://github.com/castleproject/Castle.Windsor/commit/c593c83c52c12e18289ab5edbdfe04f0f943485f
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Facilities.Logging/LoggerImplementation.cs
  M src/Castle.Facilities.Logging/LoggerResolver.cs
  M src/Castle.Windsor.Tests/Bugs/IoC_142.cs

Log Message:
-----------
- some minor clean up


Commit: 3ea3a664dcf5fcb6c23331d521f25fb11a529df1
    
https://github.com/castleproject/Castle.Windsor/commit/3ea3a664dcf5fcb6c23331d521f25fb11a529df1
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Proxy/ProxyOptions.cs
  M src/Castle.Windsor/Windsor/Proxy/AbstractProxyFactory.cs

Log Message:
-----------
- changed RequiresProxy on ProxyOptions from method to property


Commit: 08495cbc459a18035cda9d6ed3363a662e8712e2
    
https://github.com/castleproject/Castle.Windsor/commit/08495cbc459a18035cda9d6ed3363a662e8712e2
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor.Tests/Interceptors/ResultModifierInterceptor.cs
  M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/IComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs
  A src/Castle.Windsor/MicroKernel/ModelBuilder/IComponentModelDescriptor.cs
  A src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/DefaultsInspector.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/InterfaceProxyInspector.cs
  A src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ModelInspector.cs
  A src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ServicesInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/AbstractPropertyDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ServiceOverrideDescriptor.cs

Log Message:
-----------
- changed how fluent API builds to ComponentModel - the 
IComponentModelDescriptor interface was introduced that mimics 
IContributeComponentModelConstruction a little. Also a new overload to 
IComponentModelBuilder was introduced which takes an array of 
IContributeComponentModelConstruction and runs their BuildComponentModel before 
standard contributors are ran and ConfigureComponentModel after that. Also 
internals of the API classes were changed to adapt to this new model.


Commit: 9124b469279e63e3e39023663016e824fa17c439
    
https://github.com/castleproject/Castle.Windsor/commit/9124b469279e63e3e39023663016e824fa17c439
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Core/ComponentName.cs

Log Message:
-----------
- ComponentName now has ToString so that it looks nice in the debugger


Commit: 48293b761468ca50bd83c5561d3e13634fa3f593
    
https://github.com/castleproject/Castle.Windsor/commit/48293b761468ca50bd83c5561d3e13634fa3f593
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs

Log Message:
-----------
- Exception thrown when custom Lifestyle does not implement ILifestyleManager 
now contains only simple name of the interface, not full name


Commit: 34e0b243c1636f27fb80f40182610664a4dab8fe
    
https://github.com/castleproject/Castle.Windsor/commit/34e0b243c1636f27fb80f40182610664a4dab8fe
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/DefaultsDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/InterfaceProxyDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ServicesDescriptor.cs
  R src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/DefaultsInspector.cs
  R 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/InterfaceProxyInspector.cs
  R src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ServicesInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
- moved new inspectors to new, separate namespace


Commit: 78a711438f61b19a2e48b86524b58306dcd8d4c5
    
https://github.com/castleproject/Castle.Windsor/commit/78a711438f61b19a2e48b86524b58306dcd8d4c5
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  M 
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ConfigurationDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ReferenceDependencyDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  R src/Castle.Windsor/MicroKernel/Registration/ConfigurationDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs

Log Message:
-----------
- moved some old descriptors to the new namespace, and rebuilt their structure 
so that they no longer are generic types and inherit the interface directly


Commit: 021bb51f90f8ac8b0ceada80bf424ec125d525c1
    
https://github.com/castleproject/Castle.Windsor/commit/021bb51f90f8ac8b0ceada80bf424ec125d525c1
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ProxyHookDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ProxyMixInsDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
  R src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyHook.cs
  R src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyMixIns.cs
  M src/Castle.Windsor/MicroKernel/Registration/RegistrationGroup.cs

Log Message:
-----------
- some additional descriptors rebuilt and mover to their onw namespace. It 
feels strangely good to drop the not-really-required generics


Commit: 8388239feed9e6e4ee26dfb18deebb65f50c68fc
    
https://github.com/castleproject/Castle.Windsor/commit/8388239feed9e6e4ee26dfb18deebb65f50c68fc
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
  M 
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs

Log Message:
-----------
- same thing with EventWiringDescriptor (why did we even have the generic and 
non-generic version in the first place?)


Commit: cd051bc57c1b97fa1455012417c998e8b5629d10
    
https://github.com/castleproject/Castle.Windsor/commit/cd051bc57c1b97fa1455012417c998e8b5629d10
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/InterceptorSelectorDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  R 
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorSelectorDescriptor.cs

Log Message:
-----------
- same for InterceptorSelectorDescriptor


Commit: d956b960e2f95aa6498a78db9b9113e5cf8747a8
    
https://github.com/castleproject/Castle.Windsor/commit/d956b960e2f95aa6498a78db9b9113e5cf8747a8
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ProxyInterfacesDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
  R src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyInterfaces.cs

Log Message:
-----------
- and now ProxyInterfacesDescriptor


Commit: cc8c78d8586f7761f9fbe8c194a80f6fa423d9dd
    
https://github.com/castleproject/Castle.Windsor/commit/cc8c78d8586f7761f9fbe8c194a80f6fa423d9dd
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/DynamicParametersDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  A src/Castle.Windsor/MicroKernel/Registration/DynamicParametersDelegate.cs
  R src/Castle.Windsor/MicroKernel/Registration/DynamicParametersDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/Registration/DynamicParametersResolveDelegate.cs
  A 
src/Castle.Windsor/MicroKernel/Registration/DynamicParametersWithContextResolveDelegate.cs

Log Message:
-----------
- and now DynamicParametersDescriptor


Commit: 8034786d1d2b00fb1f26b3af464ccbe191e776a2
    
https://github.com/castleproject/Castle.Windsor/commit/8034786d1d2b00fb1f26b3af464ccbe191e776a2
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  R src/Castle.Windsor/Facilities/TypedFactory/FactoryCacheDescriptor.cs
  M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateFactory.cs
  M 
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs

Log Message:
-----------
- removed FactoryCacheDescriptor as it was not really needed - replaced with 
better usage of TypedFactoryCachingInspector


Commit: c699839b1c7a233567737593e81e76893be44753
    
https://github.com/castleproject/Castle.Windsor/commit/c699839b1c7a233567737593e81e76893be44753
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor.Tests/Lifecycle/LifecycleActionTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/LifecycleConcerns/OnCreatedConcern.cs
  M src/Castle.Windsor/MicroKernel/LifecycleConcerns/OnDestroyConcern.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/OnCreateComponentDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/OnDestroyComponentDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  R src/Castle.Windsor/MicroKernel/Registration/OnCreateComponentDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/OnDestroyComponentDescriptor.cs

Log Message:
-----------
- OnCreateComponentDescriptor and OnDestroyComponentDescriptor moved. Also 
fixed a bug in OnDestroyComponentDescriptor and added some tests to verify it 
works well. The test we had was a false positive


Commit: e8303fd54ec5cc8c35837796e537a31c2f3e2773
    
https://github.com/castleproject/Castle.Windsor/commit/e8303fd54ec5cc8c35837796e537a31c2f3e2773
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/InterceptorDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  R 
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorGroup.cs

Log Message:
-----------
- InterceptorDescriptor changes


Commit: a081d41cc44313fca87d13b1388d630d51a07cb1
    
https://github.com/castleproject/Castle.Windsor/commit/a081d41cc44313fca87d13b1388d630d51a07cb1
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
  M src/Castle.Windsor.Tests/Handlers/EmptyConstructorTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/AbstractPropertyDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ComponentDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/CustomDependencyDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ExtendedPropertiesDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ParametersDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ServiceOverrideDescriptor.cs
  R src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ModelInspector.cs
  R src/Castle.Windsor/MicroKernel/Registration/AbstractPropertyDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/AttributeDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/ComponentDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  R src/Castle.Windsor/MicroKernel/Registration/CustomDependencyDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/ExtendedPropertiesDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ServiceOverride.cs
  R src/Castle.Windsor/MicroKernel/Registration/ServiceOverrideDescriptor.cs

Log Message:
-----------
- rebuilt AbstractPropertyDescriptor and classes that used to inherit from it 
(some don't anymore)


Commit: dadb1c95d4ad3c2d54c5b8683a1a54e566f08403
    
https://github.com/castleproject/Castle.Windsor/commit/dadb1c95d4ad3c2d54c5b8683a1a54e566f08403
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
  M src/Castle.Windsor.Tests/Handlers/EmptyConstructorTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/AbstractOverwriteableDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/AttributeDescriptor.cs
  R 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ComponentDescriptor.cs
  A 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/LifestyleDescriptor.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/IComponentModelDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Registration/AttributeDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
  R src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
  M src/Castle.Windsor/MicroKernel/Registration/RegistrationGroup.cs

Log Message:
-----------
- moved rest of descriptors to their own namespace


Commit: c6030b43cc0cae26d37c1a52b60b6fc1c33bce37
    
https://github.com/castleproject/Castle.Windsor/commit/c6030b43cc0cae26d37c1a52b60b6fc1c33bce37
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
- removed long obsolete CustomDependencies method from Flent API


Commit: 443a0e28cc126e114bf6e3f57fcef36cc4db1363
    
https://github.com/castleproject/Castle.Windsor/commit/443a0e28cc126e114bf6e3f57fcef36cc4db1363
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
  M src/Castle.Windsor.Tests/Registration/ComponentRegistrationTestCase.cs
  M src/Castle.Windsor/MicroKernel/Registration/Component.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M 
src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.nonGeneric.cs

Log Message:
-----------
- BREAKING CHANGE: Component.For(ComponentModel) overload was removed.


Commit: cdb57f9836d07f0429ab692dd53224244389e31b
    
https://github.com/castleproject/Castle.Windsor/commit/cdb57f9836d07f0429ab692dd53224244389e31b
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/AbstractSubSystem.cs
  A src/Castle.Windsor/MicroKernel/Context/IArgumentsComparer.cs
  R src/Castle.Windsor/MicroKernel/Context/IArgumentsStore.cs
  M src/Castle.Windsor/MicroKernel/ISubDependencyResolver.cs
  M src/Castle.Windsor/MicroKernel/ISubSystem.cs
  R src/Castle.Windsor/MicroKernel/Lifestyle/ThreadInstanceScope.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/DefaultsDescriptor.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Descriptors/ServiceOverrideDescriptor.cs
  R src/Castle.Windsor/MicroKernel/Util/GenericTypeNameProvider.cs

Log Message:
-----------
- some cleanup, removed dead file nowhere used


Commit: 52f240a097197f167e73d562e66aa9eaa87e4d04
    
https://github.com/castleproject/Castle.Windsor/commit/52f240a097197f167e73d562e66aa9eaa87e4d04
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/AbstractComponentActivator.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/ComponentActivatorException.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/DefaultComponentActivator.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/ExternalInstanceActivator.cs
  M src/Castle.Windsor/MicroKernel/ComponentActivator/FactoryMethodActivator.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/IDependencyAwareActivator.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/NoResolvableConstructorFoundException.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/WebUserControlComponentActivator.cs

Log Message:
-----------
- ran clean up on activators folder


Commit: daa7dc653ccf0d6df868fb53ea03529a22c673cf
    
https://github.com/castleproject/Castle.Windsor/commit/daa7dc653ccf0d6df868fb53ea03529a22c673cf
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M Castle.Windsor.sln
  A src/Castle.Facilities.EventWiring/Castle.Facilities.EventWiring.csproj
  A src/Castle.Facilities.EventWiring/EventSubscriber.cs
  A src/Castle.Facilities.EventWiring/EventSubscribers.cs
  A src/Castle.Facilities.EventWiring/EventWiringDescriptor.cs
  A src/Castle.Facilities.EventWiring/EventWiringException.cs
  A src/Castle.Facilities.EventWiring/EventWiringFacility.cs
  A src/Castle.Facilities.EventWiring/EventWiringRegistrationExtensions.cs
  A src/Castle.Facilities.EventWiring/NaiveMethodNameExtractor.cs
  A src/Castle.Facilities.EventWiring/OpCodeValues.cs
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M src/Castle.Windsor.Tests/Facilities/EventWiring/Config/dependencies.config
  M src/Castle.Windsor.Tests/Facilities/EventWiring/Config/invalid.config
  M src/Castle.Windsor.Tests/Facilities/EventWiring/Config/singleton.config
  M src/Castle.Windsor.Tests/Facilities/EventWiring/Config/startable.config
  M 
src/Castle.Windsor.Tests/Facilities/EventWiring/FluentRegistrationTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  R src/Castle.Windsor/Facilities/EventWiring/EventSubscriber.cs
  R src/Castle.Windsor/Facilities/EventWiring/EventSubscribers.cs
  R src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
  R src/Castle.Windsor/Facilities/EventWiring/EventWiringException.cs
  R src/Castle.Windsor/Facilities/EventWiring/EventWiringFacility.cs
  R 
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
  R src/Castle.Windsor/Facilities/EventWiring/NaiveMethodNameExtractor.cs
  R src/Castle.Windsor/Facilities/EventWiring/OpCodeValues.cs

Log Message:
-----------
- extracted EventWiringFacility to its own project/assembly


Commit: 40bfc85170ccb0e217975cc50100f4ce3db3ea6f
    
https://github.com/castleproject/Castle.Windsor/commit/40bfc85170ccb0e217975cc50100f4ce3db3ea6f
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
- fixed silverlight issue with Delegates and missing API. Oh fun!


Commit: 90c7083e65216f87a0c4e132c9ffd3e2be4b33c5
    
https://github.com/castleproject/Castle.Windsor/commit/90c7083e65216f87a0c4e132c9ffd3e2be4b33c5
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-30 (Sun, 30 Jan 2011)

Changed paths:
  M Castle.Windsor.sln
  A src/Castle.Facilities.FactorySupport/AccessorActivator.cs
  A src/Castle.Facilities.FactorySupport/Castle.Facilities.FactorySupport.csproj
  A src/Castle.Facilities.FactorySupport/FactoryActivator.cs
  A src/Castle.Facilities.FactorySupport/FactorySupportFacility.cs
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M src/Castle.Windsor/Castle.Windsor.csproj
  R src/Castle.Windsor/Facilities/FactorySupport/AccessorActivator.cs
  R src/Castle.Windsor/Facilities/FactorySupport/FactoryActivator.cs
  R src/Castle.Windsor/Facilities/FactorySupport/FactorySupportFacility.cs

Log Message:
-----------
- moved FactorySupportFacility to its own assembly


Commit: 1729dcebe1a3cc2ade8130a806c8af6173949115
    
https://github.com/castleproject/Castle.Windsor/commit/1729dcebe1a3cc2ade8130a806c8af6173949115
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-01-31 (Mon, 31 Jan 2011)

Changed paths:
  M BreakingChanges.txt
  M Castle.Windsor.sln
  M Changes.txt
  A 
src/Castle.Facilities.EventWiring/Castle.Facilities.EventWiring-unmodified.csproj
  A src/Castle.Facilities.Remoting/Castle.Facilities.Remoting.csproj
  A src/Castle.Facilities.Remoting/CustomActivators/RemoteActivator.cs
  A 
src/Castle.Facilities.Remoting/CustomActivators/RemoteActivatorThroughConnector.cs
  A 
src/Castle.Facilities.Remoting/CustomActivators/RemoteActivatorThroughRegistry.cs
  A 
src/Castle.Facilities.Remoting/CustomActivators/RemoteClientActivatedActivator.cs
  A src/Castle.Facilities.Remoting/CustomActivators/RemoteMarshallerActivator.cs
  A src/Castle.Facilities.Remoting/RemotingFacility.cs
  A src/Castle.Facilities.Remoting/RemotingInspector.cs
  A src/Castle.Facilities.Remoting/RemotingRegistry.cs
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_12134_kernelcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_clientactivated.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_confreg_clientactivated.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_kernelcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_kernelcomponent_recover.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_kernelgenericcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/client_simple_scenario.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_client_kernelcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_clientactivated.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_confreg_clientactivated.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_kernelcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_kernelcomponent_inter1.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_kernelcomponent_recover.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_kernelgenericcomponent.xml
  M 
src/Castle.Windsor.Tests/Facilities/Remoting/Configs/server_simple_scenario.xml
  M src/Castle.Windsor/Castle.Windsor.csproj
  R src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivator.cs
  R 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughConnector.cs
  R 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughRegistry.cs
  R 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteClientActivatedActivator.cs
  R 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteMarshallerActivator.cs
  R src/Castle.Windsor/Facilities/Remoting/RemotingFacility.cs
  R src/Castle.Windsor/Facilities/Remoting/RemotingInspector.cs
  R src/Castle.Windsor/Facilities/Remoting/RemotingRegistry.cs

Log Message:
-----------
- moved RemotingFacility out


Commit: b19f6cfb2b6ff2dfd66fbf75e98eecb4e601c919
    
https://github.com/castleproject/Castle.Windsor/commit/b19f6cfb2b6ff2dfd66fbf75e98eecb4e601c919
Author: Roelof Blom <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M Castle.Windsor.sln
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj

Log Message:
-----------
Do not build RemotingFacility for Silverlight


Commit: 0e2549ac3122968128c174b73a9ef1c62ab4749e
    
https://github.com/castleproject/Castle.Windsor/commit/0e2549ac3122968128c174b73a9ef1c62ab4749e
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs
  A src/Castle.Windsor/MicroKernel/Registration/ConfigureDelegate.cs

Log Message:
-----------
- moved configuration delegate to its own file


Commit: f94c33f0da700f88301e742b004ff5b1554f53f2
    
https://github.com/castleproject/Castle.Windsor/commit/f94c33f0da700f88301e742b004ff5b1554f53f2
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M 
src/Castle.Windsor/MicroKernel/SubSystems/Configuration/IConfigurationStore.cs

Log Message:
-----------
- reformatting


Commit: 588f80a3d8fcdcf157856c2e60d0c3a5ce997695
    
https://github.com/castleproject/Castle.Windsor/commit/588f80a3d8fcdcf157856c2e60d0c3a5ce997695
Author: Roelof Blom <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M Castle.Windsor.sln
  R src/Castle.Facilities.Logging.Tests/App.config
  R src/Castle.Facilities.Logging.Tests/BaseTest.cs
  R src/Castle.Facilities.Logging.Tests/Castle.Facilities.Logging.Tests.csproj
  R src/Castle.Facilities.Logging.Tests/Classes/ComplexLoggingComponent.cs
  R src/Castle.Facilities.Logging.Tests/Classes/ISmtpServer.cs
  R src/Castle.Facilities.Logging.Tests/Classes/SimpleLoggingComponent.cs
  R src/Castle.Facilities.Logging.Tests/Classes/SmtpServer.cs
  R src/Castle.Facilities.Logging.Tests/ConsoleFacitlyTest.cs
  R src/Castle.Facilities.Logging.Tests/ExtendedLog4NetFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/ExtendedNLogFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/Facilities77.cs
  R src/Castle.Facilities.Logging.Tests/Log4NetFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/NLog.facilities.test.config
  R src/Castle.Facilities.Logging.Tests/NLogFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/NullFacitlyTest.cs
  R src/Castle.Facilities.Logging.Tests/TraceFacilityTest.cs
  R src/Castle.Facilities.Logging.Tests/log4net.facilities.test.config
  R 
src/Castle.Facilities.Synchronize.Tests/Castle.Facilities.Synchronize.Tests.csproj
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassInDepdnencyContextWithMissingDependency.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassInDispatcherContextWithoutVirtualMethod.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingDispatcherContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindow.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindowInAmbientContext.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindowInWindowsContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/DummyWindow.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/IClassUsingDepedenecyContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/IDummyWindow.cs
  R src/Castle.Facilities.Synchronize.Tests/DispatcherObjectTestFixture.cs
  R src/Castle.Facilities.Synchronize.Tests/DummyClasses.cs
  R src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/App.config
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/LoggingFacility/BaseTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/ComplexLoggingComponent.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/ISmtpServer.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/SimpleLoggingComponent.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/SmtpServer.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ConsoleFacitlyTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ExtendedLog4NetFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ExtendedNLogFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Facilities77.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Log4NetFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/NLog.facilities.test.config
  A src/Castle.Windsor.Tests/LoggingFacility/NLogFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/NullFacitlyTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/TraceFacilityTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/log4net.facilities.test.config
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassInDepdnencyContextWithMissingDependency.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassInDispatcherContextWithoutVirtualMethod.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingDispatcherContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindow.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindowInAmbientContext.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindowInWindowsContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/DummyWindow.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/IClassUsingDepedenecyContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/IDummyWindow.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/DispatcherObjectTestFixture.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/DummyClasses.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/SynchronizeFacilityTestFixture.cs

Log Message:
-----------
merge LoggingFacility and SynchronizeFacility test projects into 
Windsor.Tests.dll, as it doesn't make sense to keep them separate.


Commit: 40f8eefb16226fb279389b732ab89c8c55853ba5
    
https://github.com/castleproject/Castle.Windsor/commit/40f8eefb16226fb279389b732ab89c8c55853ba5
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/App.config
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M src/Castle.Windsor.Tests/ClassComponents/HiperFacility.cs
  A src/Castle.Windsor.Tests/ClassComponents/Noop2Facility.cs
  A src/Castle.Windsor.Tests/ClassComponents/NoopFacility.cs
  M src/Castle.Windsor.Tests/Config/AppDomainConfigurationStoreTestCase.cs
  M src/Castle.Windsor.Tests/Config/ConfigXmlInterpreterTestCase.cs
  M src/Castle.Windsor.Tests/Configuration2/IncludesTestCase.cs
  M src/Castle.Windsor.Tests/Configuration2/Properties/PropertiesTestCase.cs
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/config_with_properties.xml
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/config_with_properties_and_defines.xml
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/config_with_properties_and_defines2.xml
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/config_with_properties_and_includes.xml
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/config_with_silent_properties.xml
  M 
src/Castle.Windsor.Tests/Configuration2/Properties/properties_using_properties.xml
  M src/Castle.Windsor.Tests/Configuration2/RelativeTest/rel_include2.xml
  M src/Castle.Windsor.Tests/Facilities/FacilityTestCase.cs
  M 
src/Castle.Windsor.Tests/Facilities/TypedFactory/ExternalConfigurationTestCase.cs
  M 
src/Castle.Windsor.Tests/Facilities/TypedFactory/typedFactory_castle_config.xml
  M src/Castle.Windsor.Tests/XmlFiles/include2.xml
  M src/Castle.Windsor.Tests/XmlFiles/sample_config.xml
  M src/Castle.Windsor.Tests/XmlFiles/sample_config_complex.xml
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/IKernel.cs
  M src/Castle.Windsor/Windsor/Configuration/Interpreters/XmlInterpreter.cs
  M src/Castle.Windsor/Windsor/IWindsorContainer.cs
  M src/Castle.Windsor/Windsor/Installer/DefaultComponentInstaller.cs
  M src/Castle.Windsor/Windsor/WindsorContainer.cs

Log Message:
-----------
- BREAKING CHANGE: type attribute is now required and id is ignored in facility 
XML configuration


Commit: c721235220488277d83496752fe835f162094592
    
https://github.com/castleproject/Castle.Windsor/commit/c721235220488277d83496752fe835f162094592
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/Bugs/IoC_169/IoC_169.cs
  M src/Castle.Windsor.Tests/Facilities/EventWiring/ProxiedSubscriberTestCase.cs
  M src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryTestCase.cs
  M src/Castle.Windsor/Windsor/IWindsorContainer.cs
  M src/Castle.Windsor/Windsor/WindsorContainer.cs

Log Message:
-----------
- obsoleted and hidden from intellisense AddFacility overloads that take the id 
for xml on IWindsorContainer and WindsorContainer


Commit: b94ffb5ccaf68aed88b0cf9e92e2969a78c3f2a6
    
https://github.com/castleproject/Castle.Windsor/commit/b94ffb5ccaf68aed88b0cf9e92e2969a78c3f2a6
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M src/Castle.Windsor.Tests/Bugs/IoC-95.cs
  M src/Castle.Windsor.Tests/Facilities/FacilityTestCase.cs
  M 
src/Castle.Windsor.Tests/Facilities/FactorySupport/FactorySupportProgrammaticTestCase.cs
  M src/Castle.Windsor.Tests/Facilities/FactorySupport/FactorySupportTestCase.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/IKernel.cs

Log Message:
-----------
- obsoleted and hidden from intellisense AddFacility overloads that take the id 
for xml on IKernel and DefaultKernel


Commit: 07fd5d92d0c01b2c0cc1b4f77407e43dfe9bf05e
    
https://github.com/castleproject/Castle.Windsor/commit/07fd5d92d0c01b2c0cc1b4f77407e43dfe9bf05e
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-01 (Tue, 01 Feb 2011)

Changed paths:
  M Castle.Windsor.sln
  R src/Castle.Facilities.Logging.Tests/App.config
  R src/Castle.Facilities.Logging.Tests/BaseTest.cs
  R src/Castle.Facilities.Logging.Tests/Castle.Facilities.Logging.Tests.csproj
  R src/Castle.Facilities.Logging.Tests/Classes/ComplexLoggingComponent.cs
  R src/Castle.Facilities.Logging.Tests/Classes/ISmtpServer.cs
  R src/Castle.Facilities.Logging.Tests/Classes/SimpleLoggingComponent.cs
  R src/Castle.Facilities.Logging.Tests/Classes/SmtpServer.cs
  R src/Castle.Facilities.Logging.Tests/ConsoleFacitlyTest.cs
  R src/Castle.Facilities.Logging.Tests/ExtendedLog4NetFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/ExtendedNLogFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/Facilities77.cs
  R src/Castle.Facilities.Logging.Tests/Log4NetFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/NLog.facilities.test.config
  R src/Castle.Facilities.Logging.Tests/NLogFacilityTests.cs
  R src/Castle.Facilities.Logging.Tests/NullFacitlyTest.cs
  R src/Castle.Facilities.Logging.Tests/TraceFacilityTest.cs
  R src/Castle.Facilities.Logging.Tests/log4net.facilities.test.config
  R 
src/Castle.Facilities.Synchronize.Tests/Castle.Facilities.Synchronize.Tests.csproj
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassInDepdnencyContextWithMissingDependency.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassInDispatcherContextWithoutVirtualMethod.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingDispatcherContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindow.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindowInAmbientContext.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/ClassUsingWindowInWindowsContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/DummyWindow.cs
  R 
src/Castle.Facilities.Synchronize.Tests/Components/IClassUsingDepedenecyContext.cs
  R src/Castle.Facilities.Synchronize.Tests/Components/IDummyWindow.cs
  R src/Castle.Facilities.Synchronize.Tests/DispatcherObjectTestFixture.cs
  R src/Castle.Facilities.Synchronize.Tests/DummyClasses.cs
  R src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/App.config
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/LoggingFacility/BaseTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/ComplexLoggingComponent.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/ISmtpServer.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/SimpleLoggingComponent.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Classes/SmtpServer.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ConsoleFacitlyTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ExtendedLog4NetFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/ExtendedNLogFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Facilities77.cs
  A src/Castle.Windsor.Tests/LoggingFacility/Log4NetFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/NLog.facilities.test.config
  A src/Castle.Windsor.Tests/LoggingFacility/NLogFacilityTests.cs
  A src/Castle.Windsor.Tests/LoggingFacility/NullFacitlyTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/TraceFacilityTest.cs
  A src/Castle.Windsor.Tests/LoggingFacility/log4net.facilities.test.config
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassInDepdnencyContextWithMissingDependency.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassInDispatcherContextWithoutVirtualMethod.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingDispatcherContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindow.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindowInAmbientContext.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/ClassUsingWindowInWindowsContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/DummyWindow.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/Components/IClassUsingDepedenecyContext.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/Components/IDummyWindow.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/DispatcherObjectTestFixture.cs
  A src/Castle.Windsor.Tests/SynchronizeFacility/DummyClasses.cs
  A 
src/Castle.Windsor.Tests/SynchronizeFacility/SynchronizeFacilityTestFixture.cs

Log Message:
-----------
Merge branch 'facilitiesToSeparateProjects'


-- 
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.

Reply via email to