Branch: refs/heads/master
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
Commit: 21e6728ff52078d29c6536c7a6c658cc95ce835d
http://github.com/castleproject/Castle.Windsor/commit/21e6728ff52078d29c6536c7a6c658cc95ce835d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M
src/Castle.Windsor/MicroKernel/Resolvers/SpecializedResolvers/ArrayResolver.cs
Log Message:
-----------
- reformatted ArrayResolver
Commit: c54982842f28f7cc95a1ba986ac95f2b9e26b462
http://github.com/castleproject/Castle.Windsor/commit/c54982842f28f7cc95a1ba986ac95f2b9e26b462
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M src/Castle.Windsor.Tests/Bugs/IoC-138.cs
Log Message:
-----------
- cleaned up test for IOC-136 to look more like the actual report (no
dependency on IKernel - Service Locator instead (shoot me now)).
- reformatted the class to comply with CCS (Castle Coding Standard)
Commit: 0797e50b4326f9e4b6cd541ff2bafeef43a6ffd0
http://github.com/castleproject/Castle.Windsor/commit/0797e50b4326f9e4b6cd541ff2bafeef43a6ffd0
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
Log Message:
-----------
- changed how CreationContext.ParentResolutionContext behaves - it no longer
does anything at the end of using statement. No API change was introduced not
to break anyone at this point.
The previous behavior was introduced in fix for issue IOC-138 but it appears it
had no real effect and should be safe to remove.
Commit: c81b494c18d113569ffba6da05e47c7b0e2ae04f
http://github.com/castleproject/Castle.Windsor/commit/c81b494c18d113569ffba6da05e47c7b0e2ae04f
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M
src/Castle.Windsor/MicroKernel/Resolvers/SpecializedResolvers/ArrayResolver.cs
Log Message:
-----------
- minor formatting fix (MFF)
Commit: 746047af98beae58ddc3552955843d8e85f970cb
http://github.com/castleproject/Castle.Windsor/commit/746047af98beae58ddc3552955843d8e85f970cb
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-23 (Sat, 23 Oct 2010)
Changed paths:
M BreakingChanges.txt
M Changes.txt
M src/Castle.Windsor.Tests/SpecializedResolvers/ArrayResolverTestCase.cs
M src/Castle.Windsor.Tests/SpecializedResolvers/CollectionResolverTestCase.cs
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
Log Message:
-----------
- fixed IOC-238 - Resolving Composite depending on a Decorator may fire up
cycle detection fuse. See breakingChanges.txt for more details.
--
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.