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

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

Changed paths:
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M src/Castle.Windsor.Tests/Config/ConfigXmlInterpreterTestCase.cs
  M src/Castle.Windsor.Tests/XmlFiles/sample_config.xml
  A src/Castle.Windsor.Tests/XmlFiles/sample_config_complex.xml
  A src/Castle.Windsor.Tests/XmlFiles/sample_config_with_spaces.xml
  R src/Castle.Windsor.Tests/sample_config.xml
  R src/Castle.Windsor.Tests/sample_config_with_spaces.xml

Log Message:
-----------
- more XML related clean up in the test project


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

Changed paths:
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  M src/Castle.Windsor.Tests/IgnoreWireTestCase.cs
  M src/Castle.Windsor.Tests/Installer/ConfigurationInstallerTestCase.cs
  M src/Castle.Windsor.Tests/Installer/InstallerTestCase.cs
  R src/Castle.Windsor.Tests/JustConfiguration.xml
  M src/Castle.Windsor.Tests/RobotWireTestCase.cs
  A src/Castle.Windsor.Tests/XmlFiles/ignoreprop.xml
  A src/Castle.Windsor.Tests/XmlFiles/installerconfig.xml
  A src/Castle.Windsor.Tests/XmlFiles/justConfiguration.xml
  A src/Castle.Windsor.Tests/XmlFiles/robotwireconfig.xml
  R src/Castle.Windsor.Tests/ignoreprop.xml
  R src/Castle.Windsor.Tests/installerconfig.xml
  R src/Castle.Windsor.Tests/robotwireconfig.xml

Log Message:
-----------
- more xml files put in the same basket in the test project


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

Changed paths:
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  R src/Castle.Windsor.Tests/Channel1.xml
  M src/Castle.Windsor.Tests/CircularDependencyTests.cs
  R src/Castle.Windsor.Tests/IOC-51.xml
  M src/Castle.Windsor.Tests/PropertiesInspectionBehaviorTestCase.cs
  M src/Castle.Windsor.Tests/Proxy/ProxyBehaviorTestCase.cs
  M src/Castle.Windsor.Tests/Proxy/TypedFactoryFacilityTestCase.cs
  R src/Castle.Windsor.Tests/Proxy/proxyBehavior.xml
  R src/Castle.Windsor.Tests/Proxy/typedFactory.xml
  R src/Castle.Windsor.Tests/Proxy/typedFactoryCreateWithoutId.xml
  M src/Castle.Windsor.Tests/ServiceOverridesStackOverflowTestCase.cs
  A src/Castle.Windsor.Tests/TypedFactoryInterfaces/ICalculatorFactory.cs
  A 
src/Castle.Windsor.Tests/TypedFactoryInterfaces/ICalculatorFactoryCreateWithoutId.cs
  A src/Castle.Windsor.Tests/XmlFiles/Channel1.xml
  A src/Castle.Windsor.Tests/XmlFiles/IOC-51.xml
  A src/Castle.Windsor.Tests/XmlFiles/propertyInspectionBehavior.xml
  A src/Castle.Windsor.Tests/XmlFiles/propertyInspectionBehaviorInvalid.xml
  A src/Castle.Windsor.Tests/XmlFiles/proxyBehavior.xml
  A src/Castle.Windsor.Tests/XmlFiles/typedFactory.xml
  A src/Castle.Windsor.Tests/XmlFiles/typedFactoryCreateWithoutId.xml
  R src/Castle.Windsor.Tests/propertyInspectionBehavior.xml
  R src/Castle.Windsor.Tests/propertyInspectionBehaviorInvalid.xml

Log Message:
-----------
- more clean up around XML files in tests


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

Changed paths:
  M src/Castle.Windsor/Facilities/FactorySupport/FactorySupportFacility.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel_ObsoleteAPI.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs

Log Message:
-----------
- some clean up for starters


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

Changed paths:
  M src/Castle.Windsor/MicroKernel/IComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs

Log Message:
-----------
- renamed parameter in IComponentModelBuilder from "key" to "name" to unify the 
vocabulary we use


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

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Windsor.Tests/Config/AppDomainConfigurationStoreTestCase.cs
  M src/Castle.Windsor.Tests/Config/ConfigXmlInterpreterTestCase.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/MicroKernel/Registration/ParametersDescriptor.cs
  M src/Castle.Windsor/Windsor/Configuration/IConfigurationInterpreter.cs
  M src/Castle.Windsor/Windsor/Configuration/Interpreters/AbstractInterpreter.cs
  M src/Castle.Windsor/Windsor/Configuration/Interpreters/XmlInterpreter.cs
  M src/Castle.Windsor/Windsor/Installer/ConfigurationInstaller.cs
  M src/Castle.Windsor/Windsor/WindsorContainer.cs

Log Message:
-----------
- IConfigurationInterpreter.ProcessResource now takes an additional argument: 
IKernel


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

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

Log Message:
-----------
- removed setting of CastleComponentAttribute.Key when none is set by default 
to limit the number of places where we do it (set the name to "default" that is)


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

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Logging/LoggingFacility.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Core/ComponentModel.cs
  A src/Castle.Windsor/Core/ComponentName.cs
  M src/Castle.Windsor/Facilities/FactorySupport/FactorySupportFacility.cs
  M src/Castle.Windsor/Facilities/Remoting/RemotingFacility.cs
  M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateFactory.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
  M 
src/Castle.Windsor/MicroKernel/ComponentActivator/NoResolvableConstructorFoundException.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/Lifestyle/PoolableLifestyleManager.cs
  M src/Castle.Windsor/MicroKernel/ModelBuilder/DefaultComponentModelBuilder.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
  M src/Castle.Windsor/Windsor/Configuration/Interpreters/XmlInterpreter.cs
  M src/Castle.Windsor/Windsor/Installer/DefaultComponentInstaller.cs

Log Message:
-----------
 IComponentModelBuilder.BuildModel and ComponentModel constructor take 
ComponenName now instead of string for 'name' parameter


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

Changed paths:
  M 
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
  M src/Castle.Windsor.Tests/ReportedProblemTestCase.cs
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
  M 
src/Castle.Windsor/Windsor/Experimental/Diagnostics/DebuggerViews/ComponentDebuggerView.cs

Log Message:
-----------
- updated AllComponents view to show name for only those components which have 
it set explicitly by the user and skip otherwise


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

Changed paths:
  M src/Castle.Windsor.Tests/Experimental/ProblematicDependenciesTestCase.cs
  M src/Castle.Windsor/Core/ComponentModel.cs
  M 
src/Castle.Windsor/Windsor/Experimental/Diagnostics/Helpers/DescriptionUtil.cs
  M 
src/Castle.Windsor/Windsor/Experimental/Diagnostics/Helpers/MismatchedLifestyleDependencyViewBuilder.cs

Log Message:
-----------
- updated and unified how names are handled


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

Changed paths:
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/Components/CalulcatorFactory.cs
  M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
  A src/Castle.Windsor.Tests/Proxies/ComponentProxyRegistrationTestCase.cs
  A src/Castle.Windsor.Tests/Proxies/FactorySupportTestCase.cs
  A src/Castle.Windsor.Tests/Proxies/ProxyBehaviorTestCase.cs
  A src/Castle.Windsor.Tests/Proxies/TypedFactoryFacilityTestCase.cs
  R src/Castle.Windsor.Tests/Proxy/ComponentProxyRegistrationTestCase.cs
  R src/Castle.Windsor.Tests/Proxy/DisposableHook.cs
  R src/Castle.Windsor.Tests/Proxy/FactorySupportTestCase.cs
  R src/Castle.Windsor.Tests/Proxy/OnBehalfAwareInterceptorSelector.cs
  R src/Castle.Windsor.Tests/Proxy/OnBehalfAwareProxyGenerationHook.cs
  R src/Castle.Windsor.Tests/Proxy/ProxyAllHook.cs
  R src/Castle.Windsor.Tests/Proxy/ProxyBehaviorTestCase.cs
  R src/Castle.Windsor.Tests/Proxy/ProxyNothingHook.cs
  R src/Castle.Windsor.Tests/Proxy/TypedFactoryFacilityTestCase.cs
  A src/Castle.Windsor.Tests/ProxyInfrastructure/DisposableHook.cs
  A 
src/Castle.Windsor.Tests/ProxyInfrastructure/OnBehalfAwareInterceptorSelector.cs
  A 
src/Castle.Windsor.Tests/ProxyInfrastructure/OnBehalfAwareProxyGenerationHook.cs
  A src/Castle.Windsor.Tests/ProxyInfrastructure/ProxyAllHook.cs
  A src/Castle.Windsor.Tests/ProxyInfrastructure/ProxyNothingHook.cs
  M src/Castle.Windsor.Tests/XmlFiles/interceptorsWithHookAndSelector.xml
  M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs

Log Message:
-----------
- moved around some stuff in the test project in an attempt to make it all 
better organized.


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

Changed paths:
  M src/Castle.Windsor/MicroKernel/DefaultKernel_ObsoleteAPI.cs

Log Message:
-----------
indexers on DefaultKernel are now EditorBrowsableState.Never


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

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

Log Message:
-----------
- fixed broken test


Commit: de745a8eaf9ce72712915ff509d1b090381851ee
    
https://github.com/castleproject/Castle.Windsor/commit/de745a8eaf9ce72712915ff509d1b090381851ee
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.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/ClassInheritanceTestCase.cs
  A src/Castle.Windsor.Tests/Components/John.cs
  A src/Castle.Windsor.Tests/Components/JohnGrandparent.cs
  A src/Castle.Windsor.Tests/Components/JohnParent.cs
  M src/Castle.Windsor.Tests/GraphTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ComponentProxyRegistrationTestCase.cs
  A src/Castle.Windsor.Tests/TypeComparerTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Core/ComponentModel.cs
  M src/Castle.Windsor/Core/Internal/TopologicalSortAlgo.cs
  A 
src/Castle.Windsor/Core/Internal/TypeByInheritanceDepthMostSpecificFirstComparer.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:
-----------
- started adding proper support for components exposing multiple class 
services. Still not tested generics not proxying of those. This will also 
likely not work on SL or .NET 3.5 yet due to lack of SortedSet but it's 1am and 
I couldn't care less about that right now.


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

Changed paths:
  M src/Castle.Windsor.Tests/CircularDependencyTests.cs
  M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
  M src/Castle.Windsor.Tests/Proxies/ProxyBehaviorTestCase.cs
  M src/Castle.Windsor.Tests/TypeComparerTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/Compatibility/HashSet.SL3.cs
  A src/Castle.Windsor/Compatibility/SortedSet.silverllight.net35.cs
  M 
src/Castle.Windsor/Core/Internal/TypeByInheritanceDepthMostSpecificFirstComparer.cs
  M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs

Log Message:
-----------
- fixed silverlight and .NET 3.5 build


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