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

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

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

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


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

Changed paths:
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/PerThreadLifestyleManager.cs

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


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

Changed paths:
  M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
  A src/Castle.Windsor.Tests/Windsor.Tests/LitestylePerThreadTestCase.cs
  M src/Castle.Windsor/Castle.Windsor.csproj
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel_Events.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/IKernelEvents.cs
  M src/Castle.Windsor/MicroKernel/IKernelInternal.cs
  A src/Castle.Windsor/MicroKernel/Lifestyle/IInstanceScope.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/PerThreadLifestyleManager.cs
  A src/Castle.Windsor/MicroKernel/Lifestyle/ThreadInstanceScope.cs

Log Message:
-----------
- changed PerThread lifestyle to scoped


Commit: 4b22105f179e12872f760369ab53f177dbe5c33e
    
https://github.com/castleproject/Castle.Windsor/commit/4b22105f179e12872f760369ab53f177dbe5c33e
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-01 (Wed, 01 Dec 2010)

Changed paths:
  M src/Castle.Windsor.Tests/Windsor.Tests/LitestylePerThreadTestCase.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/SingletonLifestyleManager.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/ThreadInstanceScope.cs

Log Message:
-----------
- fixed issue with previuos implementation of ThreadInstanceScope which would 
not clean up instances on threads other than the one executing container's 
dispose


Commit: 8ee9abeb88a326bc2af8e4a4be30c4126f76787b
    
https://github.com/castleproject/Castle.Windsor/commit/8ee9abeb88a326bc2af8e4a4be30c4126f76787b
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-01 (Wed, 01 Dec 2010)

Changed paths:
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/IKernelInternal.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/SingletonLifestyleManager.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/ThreadInstanceScope.cs

Log Message:
-----------
- changed Singleton to scoped lifestyle

- added support for scenario when a per-thread component is a dependency of its 
own dependency, so that the instance is not being re-created like it would 
previously.


Commit: 2986476259722a4175ce51a77449ec667997acef
    
https://github.com/castleproject/Castle.Windsor/commit/2986476259722a4175ce51a77449ec667997acef
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-02 (Thu, 02 Dec 2010)

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

Log Message:
-----------
- formatting mostly


Commit: 7e864f4cf2014f12919514243fe0bd0b7559c5d6
    
https://github.com/castleproject/Castle.Windsor/commit/7e864f4cf2014f12919514243fe0bd0b7559c5d6
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-04 (Sat, 04 Dec 2010)

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

Log Message:
-----------
- reformatted Burden


Commit: 7f5df6014ac314ec997743bf2b6b9f7ee85e8890
    
https://github.com/castleproject/Castle.Windsor/commit/7f5df6014ac314ec997743bf2b6b9f7ee85e8890
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-04 (Sat, 04 Dec 2010)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
  M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
  M src/Castle.Facilities.Synchronize/SynchronizeInterceptor.cs
  M src/Castle.Windsor.Tests/Lifestyle/LifestyleManagerTestCase.cs
  M src/Castle.Windsor/Facilities/Startable/StartableFacility.cs
  M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
  M src/Castle.Windsor/MicroKernel/Lifestyle/Pool/DefaultPool.cs
  M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/ComponentConverter.cs

Log Message:
-----------
- renamed CreationContext.Empty to CreationContext.CreateEmpty()


Commit: e9f62087ac0e28084f1f2d43e42fd94ce404b6eb
    
https://github.com/castleproject/Castle.Windsor/commit/e9f62087ac0e28084f1f2d43e42fd94ce404b6eb
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-05 (Sun, 05 Dec 2010)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs

Log Message:
-----------
- some refactoring


Commit: 59f2a24b9f3e3e5c166332796ef0f66f823fb5c8
    
https://github.com/castleproject/Castle.Windsor/commit/59f2a24b9f3e3e5c166332796ef0f66f823fb5c8
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-05 (Sun, 05 Dec 2010)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Synchronize/SynchronizeInterceptor.cs
  M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
  M src/Castle.Windsor.Tests/Lifestyle/LifestyleManagerTestCase.cs
  M src/Castle.Windsor/Core/InterceptorReference.cs
  M src/Castle.Windsor/MicroKernel/Burden.cs
  M src/Castle.Windsor/MicroKernel/ComponentReference.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ExtendedHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ParentHandlerWithChildResolver.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ResolveInvocation.cs
  M src/Castle.Windsor/MicroKernel/IHandler.cs
  M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs

Log Message:
-----------
- IHandler.Resolve and IHandler.TryResolve return now Burden instead of Object 
instance.


Commit: 02f4cacb8e504ac27592d7569c62643506a612d3
    
https://github.com/castleproject/Castle.Windsor/commit/02f4cacb8e504ac27592d7569c62643506a612d3
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-05 (Sun, 05 Dec 2010)

Changed paths:
  M BreakingChanges.txt
  M src/Castle.Facilities.Synchronize/SynchronizeInterceptor.cs
  M src/Castle.Windsor.Tests/HandlerExtensionsTestCase.cs
  M src/Castle.Windsor.Tests/Lifestyle/LifestyleManagerTestCase.cs
  M src/Castle.Windsor/Core/InterceptorReference.cs
  M src/Castle.Windsor/MicroKernel/Burden.cs
  M src/Castle.Windsor/MicroKernel/ComponentReference.cs
  M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
  M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ExtendedHandler.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ParentHandlerWithChildResolver.cs
  M src/Castle.Windsor/MicroKernel/Handlers/ResolveInvocation.cs
  M src/Castle.Windsor/MicroKernel/IHandler.cs
  M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs

Log Message:
-----------
- double locking in generic handler


Commit: 8bf3343237c4522cb585d8ff906628161d21e492
    
https://github.com/castleproject/Castle.Windsor/commit/8bf3343237c4522cb585d8ff906628161d21e492
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-05 (Sun, 05 Dec 2010)

Changed paths:
  M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
  M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs

Log Message:
-----------
- refactored CreationContext Resolve for better readability


Commit: d181f8d4fa74fd753c30beae9e020a588ac4bf7d
    
https://github.com/castleproject/Castle.Windsor/commit/d181f8d4fa74fd753c30beae9e020a588ac4bf7d
Author: Krzysztof Kozmic <[email protected]>
Date:   2010-12-09 (Thu, 09 Dec 2010)

Changed paths:
  M 
src/Castle.Windsor/Facilities/TypedFactory/Internal/TypedFactoryInterceptor.cs

Log Message:
-----------
- fixing bug reported on my blog: 
http://kozmic.pl/2010/11/15/castle-windsorcore-2-5-2/comment-page-1/#comment-511


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