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

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

Changed paths:
  M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Core/ComponentModel.cs
  A src/Castle.Windsor/Core/Internal/ComponentServicesUtil.cs
  M 
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ComponentProxyInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- merged class services and interface services into a single collection. It 
made  no sense to keep them separate


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

Changed paths:
  M src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs

Log Message:
-----------
- added tests for more cases


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

Changed paths:
  M src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- added tests for more cases and fixed (? arguably) how class proxies are 
handled


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

Changed paths:
  M src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- added more tests for proxying class hierarchies with addition of generic 
interfaces


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

Changed paths:
  M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
  M src/Castle.Windsor/Core/ComponentModel.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ComponentProxyInspector.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- slowly migrating towards unified class+interface service exposed via 
ComponentModel


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

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

Log Message:
-----------
- same thing - now for interface services... on componentmodel


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

Changed paths:
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Core/ComponentModel.cs
  A src/Castle.Windsor/Core/Internal/ComponentServicesUtil.cs

Log Message:
-----------
- switched ComponenModel to use a single collection for all services internally


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

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

Log Message:
-----------
- ComponentRegistration started migrating ComponentRegistration now to unified 
service model


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

Changed paths:
  M src/Castle.Windsor.Tests/Interceptors/AnotherInterceptorSelector.cs
  M src/Castle.Windsor.Tests/Interceptors/ByTypeInterceptorSelector.cs
  M src/Castle.Windsor.Tests/Interceptors/WatcherInterceptorSelector.cs
  M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ProxyBehaviorTestCase.cs
  M src/Castle.Windsor/Core/ComponentModel.cs
  M src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivator.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughConnector.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughRegistry.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteMarshallerActivator.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingInspector.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingRegistry.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryCachingInspector.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ParentHandlerWithChildResolver.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ComponentProxyInspector.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/GenericInspector.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- removed dedicated properties for class / interface services and removed 
AllServices --> Services


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

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

Log Message:
-----------
- unified exposed API on ComponentRegistration<> to get rid of 
ClassServices/InterfacesServices


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

Changed paths:
  M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
  M src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs
  M src/Castle.Windsor.Tests/Interceptors/AnotherInterceptorSelector.cs
  M src/Castle.Windsor.Tests/Interceptors/ByTypeInterceptorSelector.cs
  M src/Castle.Windsor.Tests/Interceptors/WatcherInterceptorSelector.cs
  M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ProxyBehaviorTestCase.cs
  M src/Castle.Windsor/Core/ComponentModel.cs
  M src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivator.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughConnector.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteActivatorThroughRegistry.cs
  M 
src/Castle.Windsor/Facilities/Remoting/CustomActivators/RemoteMarshallerActivator.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingInspector.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingRegistry.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryCachingInspector.cs
  M 
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ParentHandlerWithChildResolver.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ComponentProxyInspector.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/GenericInspector.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
Merge branch 'fixingBroken' - don't ask me how but that fixes the exception we 
were getting... anyway - moving on


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