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

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

Changed paths:
  A src/Castle.Windsor.Tests/AbstractContainerTestCase.cs
  R src/Castle.Windsor.Tests/AbstractContainerTestFixture.cs
  M src/Castle.Windsor.Tests/Activators/BestConstructorTestCase.cs
  M src/Castle.Windsor.Tests/ByRefDependenciesTestCase.cs
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/CircularDependencyTestCase.cs
  R src/Castle.Windsor.Tests/CircularDependencyTests.cs
  M src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs
  M src/Castle.Windsor.Tests/ComponentsParametersDivisionTestsCase.cs
  M src/Castle.Windsor.Tests/CompositePatternTestCase.cs
  M src/Castle.Windsor.Tests/ContainerAndGenericsInCodeTestCase.cs
  M src/Castle.Windsor.Tests/ContainerAndGenericsInConfigTestCase.cs
  M src/Castle.Windsor.Tests/Core.Tests/InterceptorAttributeTestCase.cs
  M src/Castle.Windsor.Tests/DecoratorsTestCase.cs
  R src/Castle.Windsor.Tests/DependencyGraph.cs
  A src/Castle.Windsor.Tests/DependencyGraphTestCase.cs
  R src/Castle.Windsor.Tests/EventTests.cs
  M src/Castle.Windsor.Tests/Experimental/AllComponentsTestCase.cs
  M src/Castle.Windsor.Tests/Experimental/ProblematicDependenciesTestCase.cs
  M src/Castle.Windsor.Tests/Experimental/ReleasePolicyTrackedObjectsTestCase.cs
  M 
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryDependenciesTestCase.cs
  M 
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
  M 
src/Castle.Windsor.Tests/GenericImplementationWithGreaterArityThanServiceTestCase.cs
  M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
  M src/Castle.Windsor.Tests/HandlerFilterTestCase.cs
  M src/Castle.Windsor.Tests/Handlers/EmptyConstructorTestCase.cs
  A src/Castle.Windsor.Tests/KernelEventsTestCase.cs
  M src/Castle.Windsor.Tests/LazyLoadingTestCase.cs
  M src/Castle.Windsor.Tests/Lifecycle/DisposeTestCase.cs
  M src/Castle.Windsor.Tests/Lifecycle/InitializableTestCase.cs
  M src/Castle.Windsor.Tests/Lifecycle/LifecycleActionTestCase.cs
  M src/Castle.Windsor.Tests/Lifecycle/SupportsInitializeTestCase.cs
  M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
  M src/Castle.Windsor.Tests/OpenGenericsTestCase.cs
  M src/Castle.Windsor.Tests/Pools/PooledLifestyleManagerTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ComponentProxyRegistrationTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/FactorySupportTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ProxyBehaviorTestCase.cs
  M src/Castle.Windsor.Tests/ResolveAllTestCase.cs
  M src/Castle.Windsor.Tests/RuntimeParametersTestCase.cs
  M src/Castle.Windsor.Tests/SpecializedResolvers/ArrayResolverTestCase.cs
  M src/Castle.Windsor.Tests/SpecializedResolvers/CollectionResolverTestCase.cs
  M 
src/Castle.Windsor.Tests/SynchronizeFacility/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/TypedDependenciesTestCase.cs
  M src/Castle.Windsor.Tests/UnsatisfiedDependenciesTestCase.cs
  M 
src/Castle.Windsor.Tests/Windsor.Tests/Debugging/DebuggingSubsystemTestCase.cs
  M src/Castle.Windsor.Tests/Windsor.Tests/GenericVarianceTestCase.cs
  M 
src/Castle.Windsor.Tests/Windsor.Tests/LifecycledComponentsReleasePolicyComponentTrackingTestCase.cs
  M src/Castle.Windsor.Tests/Windsor.Tests/LitestylePerThreadTestCase.cs
  M src/Castle.Windsor.Tests/Windsor.Tests/MultiServiceComponentsTestCase.cs
  M 
src/Castle.Windsor.Tests/Windsor.Tests/MultiServiceGenericComponentsTestCase.cs
  M src/Castle.Windsor.Tests/Windsor.Tests/XmlConfigStructureTestCase.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/IExposeDependencyInfo.cs
  M src/Castle.Windsor/MicroKernel/SubSystems/Naming/DefaultNamingSubSystem.cs
  M 
src/Castle.Windsor/Windsor/Experimental/Diagnostics/DebuggerViews/ComponentStatusDebuggerViewItem.cs

Log Message:
-----------
- changed the text of exception thrown by handler when component can't be 
resolved (same message that shows up as status message for debugger view for 
components)


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

Changed paths:
  M BreakingChanges.txt
  M Changes.txt
  M src/Castle.Facilities.Synchronize/Castle.Facilities.Synchronize.csproj
  M src/Castle.Facilities.Synchronize/SynchronizeAttribute.cs
  M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
  M src/Castle.Facilities.Synchronize/SynchronizeContextReference.cs
  A src/Castle.Facilities.Synchronize/SynchronizeContextReferenceType.cs
  M src/Castle.Windsor.Tests/CircularDependencyTestCase.cs
  M src/Castle.Windsor.Tests/DecoratorsTestCase.cs
  M src/Castle.Windsor.Tests/DependencyGraphTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ComponentProxyRegistrationTestCase.cs
  M src/Castle.Windsor.Tests/RuntimeParametersTestCase.cs
  M 
src/Castle.Windsor.Tests/SynchronizeFacility/SynchronizeFacilityTestFixture.cs
  M src/Castle.Windsor.Tests/UnsatisfiedDependenciesTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
  A src/Castle.Windsor/MicroKernel/Handlers/DependencyInspector.cs
  A src/Castle.Windsor/MicroKernel/Handlers/IDependencyInspector.cs
  M src/Castle.Windsor/MicroKernel/Handlers/IExposeDependencyInfo.cs
  M 
src/Castle.Windsor/Windsor/Experimental/Diagnostics/DebuggerViews/ComponentStatusDebuggerViewItem.cs

Log Message:
-----------
- implemented IOC-275 - Exception message thrown when dependencies are missing 
is not always very clear and should be improved (reviewed the text of the 
messages again and updated it to make it more clear. Also extracted the 
construction of the message out of handlers)


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

Changed paths:
  M TODO.txt

Log Message:
-----------
- updated todo


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

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

Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.Windsor


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

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

Log Message:
-----------
- showing message about Per-Web-Request module registration in 
<system.webServer> now even when not running in Integrated mode, although 
slightly different.


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