Branch: refs/heads/master
Home:   http://github.com/castleproject/Castle.InversionOfControl

Commit: e21b9aaa8c717c0ae0483672c45a975911c8989e
    
http://github.com/castleproject/Castle.InversionOfControl/commit/e21b9aaa8c717c0ae0483672c45a975911c8989e
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-08 (Thu, 08 Jul 2010)

Changed paths:
  M BreakingChanges.txt
  M Changes.txt
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Core/ComponentModel.cs
  A src/Castle.Windsor/Core/ICommissionConcern.cs
  A src/Castle.Windsor/Core/IDecommissionConcern.cs
  A src/Castle.Windsor/Core/ILifecycleConcern.cs
  A src/Castle.Windsor/Core/LifecycleConcernsCollection.cs
  R src/Castle.Windsor/Core/LifecycleStepCollection.cs
  M src/Castle.Windsor/Facilities/Startable/StartConcern.cs
  M src/Castle.Windsor/Facilities/Startable/StartableContributor.cs
  M src/Castle.Windsor/Facilities/Startable/StopConcern.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/DefaultComponentActivator.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
  M src/Castle.Windsor/MicroKernel/LifecycleConcerns/DisposalConcern.cs
  R src/Castle.Windsor/MicroKernel/LifecycleConcerns/ILifecycleConcern.cs
  M src/Castle.Windsor/MicroKernel/LifecycleConcerns/InitializationConcern.cs
  R src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundConcern.cs
  A src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundConcerns.cs
  A src/Castle.Windsor/MicroKernel/LifecycleConcerns/OnCreatedConcern.cs
  R src/Castle.Windsor/MicroKernel/LifecycleConcerns/OnCreatedStep.cs
  M src/Castle.Windsor/MicroKernel/LifecycleConcerns/SupportInitializeConcern.cs
  M 
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
  M src/Castle.Windsor/MicroKernel/Registration/OnCreateComponentDescriptor.cs

Log Message:
-----------
- revamped LifecycleConcerns completely, something I missed before beta1.


Commit: 8099ffe821294d38c0e91d83094a1420c3762d64
    
http://github.com/castleproject/Castle.InversionOfControl/commit/8099ffe821294d38c0e91d83094a1420c3762d64
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-08 (Thu, 08 Jul 2010)

Changed paths:
  M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
  M 
src/Castle.Windsor/Facilities/Startable/StartableFacilityRegistrationExtensions.cs

Log Message:
-----------
- added Start method to StartableFacility API


Commit: 5d09e27cf0380e11441be5dd6c3e6b3ff8838481
    
http://github.com/castleproject/Castle.InversionOfControl/commit/5d09e27cf0380e11441be5dd6c3e6b3ff8838481
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-08 (Thu, 08 Jul 2010)

Changed paths:
  M src/Castle.Windsor.Tests/Registration/ComponentRegistrationTestCase.cs

Log Message:
-----------
- made if and unless conditions cumulative for single component registrations.


Commit: dedf708a2e405af04860e235e269f107b9582d1c
    
http://github.com/castleproject/Castle.InversionOfControl/commit/dedf708a2e405af04860e235e269f107b9582d1c
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-08 (Thu, 08 Jul 2010)

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

Log Message:
-----------
- made if and unless conditions cumulative for single component registrations.


Commit: 30b78939aa657b885f24278f8a7ea53a44e73f7b
    
http://github.com/castleproject/Castle.InversionOfControl/commit/30b78939aa657b885f24278f8a7ea53a44e73f7b
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-10 (Sat, 10 Jul 2010)

Changed paths:
  M Changes.txt
  M src/Castle.Facilities.Logging/LoggingFacility.cs

Log Message:
-----------
- added WithAppConfig() to logging facility configuration API


Commit: 3b14af021299ce38a6fcc885c8f11346e3338c1f
    
http://github.com/castleproject/Castle.InversionOfControl/commit/3b14af021299ce38a6fcc885c8f11346e3338c1f
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-10 (Sat, 10 Jul 2010)

Changed paths:
  M Changes.txt
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/ClassComponents/Branch.cs
  M src/Castle.Windsor.Tests/ClassComponents/ComponentFactory.cs
  A src/Castle.Windsor.Tests/ClassComponents/Leaf.cs
  A src/Castle.Windsor.Tests/ClassComponents/Root.cs
  A src/Castle.Windsor.Tests/Components/EmptyBase.cs
  A src/Castle.Windsor.Tests/Components/EmptyClass.cs
  A src/Castle.Windsor.Tests/Components/EmptySub1.cs
  A src/Castle.Windsor.Tests/Components/EmptySub2WithMarkerInterface.cs
  A src/Castle.Windsor.Tests/Components/HasGenericConstraintsImpl.cs
  A src/Castle.Windsor.Tests/Components/IHasGenericConstraints.cs
  A src/Castle.Windsor.Tests/Components/IMarkerInterface.cs
  M src/Castle.Windsor.Tests/Configuration/ConfigurationTestCase.cs
  M src/Castle.Windsor.Tests/DependencyGraph.cs
  M src/Castle.Windsor.Tests/DependencyResolvers.cs
  M src/Castle.Windsor.Tests/DependencyResolvingTestCase.cs
  M src/Castle.Windsor.Tests/EventTests.cs
  M src/Castle.Windsor.Tests/Facilities/EventWiring/WiringTestBase.cs
  M src/Castle.Windsor.Tests/Facilities/FactorySupport/FactorySupportTestCase.cs
  M src/Castle.Windsor.Tests/Facilities/Startable/StartableFacilityTestCase.cs
  M src/Castle.Windsor.Tests/HandlerForwardingTestCase.cs
  M src/Castle.Windsor.Tests/KeySearchNamingSubSystemTestCase.cs
  M src/Castle.Windsor.Tests/Lifecycle/LifecycleTestCase.cs
  R src/Castle.Windsor.Tests/Lifestyle/Components/SingletonComponent.cs
  M src/Castle.Windsor.Tests/Lifestyle/DecomissioningResponsibilitiesTestCase.cs
  M src/Castle.Windsor.Tests/Lifestyle/LifestyleManagerTestCase.cs
  A src/Castle.Windsor.Tests/Lifestyle/Scope.cs
  A src/Castle.Windsor.Tests/Lifestyle/SingletonComponent.cs
  M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
  M src/Castle.Windsor.Tests/NamingPartsSubSystemTestCase.cs
  M src/Castle.Windsor.Tests/OpenGenericsTestCase.cs
  M src/Castle.Windsor.Tests/Pools/MultithreadedPooledTestCase.cs
  M src/Castle.Windsor.Tests/Pools/PooledLifestyleManagerTestCase.cs
  M src/Castle.Windsor.Tests/Registration/ComponentRegistrationTestCase.cs
  M src/Castle.Windsor.Tests/RuntimeParametersTestCase.cs
  M src/Castle.Windsor.Tests/SubContainers/SubContainersTestCase.cs
  M src/Castle.Windsor.Tests/UnsatisfiedDependenciesTestCase.cs
  M src/Castle.Windsor/Facilities/EventWiring/EventWiringFacility.cs
  M src/Castle.Windsor/Facilities/FactorySupport/FactoryActivator.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingFacility.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingRegistry.cs
  M src/Castle.Windsor/Facilities/TypedFactory/FactoryInterceptor.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel_Resolve.cs
  M src/Castle.Windsor/MicroKernel/IKernel_Resolve.cs
  M src/Castle.Windsor/Windsor/WindsorContainer.cs

Log Message:
-----------
- indexers on IKernel are now obsolete.


Commit: f913d1637a9c107b67ad4ae78f448545b26438e6
    
http://github.com/castleproject/Castle.InversionOfControl/commit/f913d1637a9c107b67ad4ae78f448545b26438e6
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-07-10 (Sat, 10 Jul 2010)

Changed paths:
  M Changes.txt
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/Proxy/ComponentProxyRegistrationTestCase.cs
  A src/Castle.Windsor.Tests/Proxy/DisposableHook.cs
  R src/Castle.Windsor.Tests/Proxy/MixInTestCase.cs
  A src/Castle.Windsor.Tests/Proxy/ProxyNothingHook.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/Proxy/ProxyOptions.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M 
src/Castle.Windsor/MicroKernel/Registration/Interceptor/InterceptorSelectorDescriptor.cs
  A src/Castle.Windsor/MicroKernel/Registration/Proxy/ItemRegistration.cs
  M src/Castle.Windsor/MicroKernel/Registration/Proxy/MixinRegistration.cs
  M src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyGroup.cs
  A src/Castle.Windsor/MicroKernel/Registration/Proxy/ProxyHook.cs
  M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs

Log Message:
-----------
- hook is now disposed when no longer used


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