Branch: refs/heads/2.5.x
Home: http://github.com/castleproject/Castle.Windsor
Commit: f7582f6444f0f9c00204a1a49cc647ecd34aaec3
http://github.com/castleproject/Castle.Windsor/commit/f7582f6444f0f9c00204a1a49cc647ecd34aaec3
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
M src/Castle.Windsor/Castle.Windsor.csproj
R src/Castle.Windsor/Facilities/TypedFactory/Internal/Dispose.cs
R src/Castle.Windsor/Facilities/TypedFactory/Internal/ITypedFactoryMethod.cs
R src/Castle.Windsor/Facilities/TypedFactory/Internal/Release.cs
R src/Castle.Windsor/Facilities/TypedFactory/Internal/Resolve.cs
M
src/Castle.Windsor/Facilities/TypedFactory/Internal/TypedFactoryInterceptor.cs
Log Message:
-----------
- got rid of ITypedFactoryMethod and its implementations and replaced them with
methods on TypedFactoryInterceptor. This is really cleaner although perhaps the
actual logic should be factored out of the interceptor to ONE other object...
Commit: edac914763fa04f13db650fa9fc862ec2d23b7e6
http://github.com/castleproject/Castle.Windsor/commit/edac914763fa04f13db650fa9fc862ec2d23b7e6
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
R
src/Castle.Windsor.Tests/Facilities/TypedFactory/Factories/IComponentFactory.cs
A
src/Castle.Windsor.Tests/Facilities/TypedFactory/Factories/IComponentFactory1.cs
A
src/Castle.Windsor.Tests/Facilities/TypedFactory/Factories/IComponentFactory2.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
M
src/Castle.Windsor/Facilities/TypedFactory/Internal/TypedFactoryInterceptor.cs
Log Message:
-----------
- fixed part of IOC-236. Factory still holds reference to components released
automatically (like per web request components that implicitly get released at
request's end).
Commit: 7fe17e454e74095229fcca15872b1fb19eef939b
http://github.com/castleproject/Castle.Windsor/commit/7fe17e454e74095229fcca15872b1fb19eef939b
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/Burden.cs
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
M src/Castle.Windsor/MicroKernel/Releasers/AllComponentsReleasePolicy.cs
M
src/Castle.Windsor/MicroKernel/Releasers/LifecycledComponentsReleasePolicy.cs
Log Message:
-----------
- very minor formatting and naming refactoring
Commit: ccf2cad6f9a680c123ac2aaecabe2a3a8f1a779b
http://github.com/castleproject/Castle.Windsor/commit/ccf2cad6f9a680c123ac2aaecabe2a3a8f1a779b
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
Log Message:
-----------
- completely reformatted CreationContext to comply with Castle coding standards
Commit: 28eab299d855f425fddb010e6030e3c5f3105417
http://github.com/castleproject/Castle.Windsor/commit/28eab299d855f425fddb010e6030e3c5f3105417
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/Burden.cs
M src/Castle.Windsor/MicroKernel/IReleasePolicy.cs
Log Message:
-----------
- formatting and comments
Commit: 7b3a0da6059f2b7d2a5e01719981d58ee9ead112
http://github.com/castleproject/Castle.Windsor/commit/7b3a0da6059f2b7d2a5e01719981d58ee9ead112
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M Changes.txt
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A
src/Castle.Windsor.Tests/Facilities/Startable/StartableAndDecoratorsTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Facilities/Startable/StartableFacility.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_Events.cs
A src/Castle.Windsor/MicroKernel/IKernelEventsInternal.cs
Log Message:
-----------
- fixed IOC-237 - Castle Windsor : Possible bug with Startable Facility and
�decorator pattern� dependencies
The fix is temporary aka hack, but fixing it in a proper way would require us
to introduce breaking changes, so I'll postpone it to vNext
--
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.