Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: 380defff9ccd64a63d732e24866b7bf55c83c8e6
http://github.com/castleproject/Castle.InversionOfControl/commit/380defff9ccd64a63d732e24866b7bf55c83c8e6
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
M src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
Log Message:
-----------
Castle.Facilities.Synchronize/CreateOnUIThreadInspector now explicitly adds
dependency on its ProxyGenerationHook if a component is used.
Commit: 26b19f4bf1b2a6a167113a870f55e5e5bcbfcb1d
http://github.com/castleproject/Castle.InversionOfControl/commit/26b19f4bf1b2a6a167113a870f55e5e5bcbfcb1d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
M src/Castle.Windsor.Tests/Proxy/ComponentProxyRegistrationTestCase.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M src/Castle.Windsor/MicroKernel/ComponentReference.cs
M src/Castle.Windsor/MicroKernel/IReference.cs
M src/Castle.Windsor/MicroKernel/InstanceReference.cs
M src/Castle.Windsor/MicroKernel/Proxy/ProxyOptions.cs
M src/Castle.Windsor/MicroKernel/Proxy/ProxyUtil.cs
M src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs
Log Message:
-----------
- dependencies on mixins, interceptor selectors, and proxy generation hooks are
now statically analyzable (if the dependency is on a component it is added to
ComponentModel.Dependencies).
Commit: 66872c1406bcedb3c1ab49dd4102cd9da6cc61be
http://github.com/castleproject/Castle.InversionOfControl/commit/66872c1406bcedb3c1ab49dd4102cd9da6cc61be
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M BreakingChanges.txt
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A src/Castle.Windsor.Tests/MicroKernel/NotImplementedDependencyResolver.cs
M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/IDependencyResolver.cs
M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs
Log Message:
-----------
- BREAKING CHANGE - changed IDependencyResolver.Initialize method signature and
how kernel initializes the resolver to make it easier to use custom resolver
inheriting from DefaultDependencyResolver
Commit: a1025fda8104e0e98e28961e5ea72005f26431f2
http://github.com/castleproject/Castle.InversionOfControl/commit/a1025fda8104e0e98e28961e5ea72005f26431f2
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M Changes.txt
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
Log Message:
-----------
- minor clean up in DefaultKernel
Commit: df2a097a3b32f1293712102413ca7746adff597f
http://github.com/castleproject/Castle.InversionOfControl/commit/df2a097a3b32f1293712102413ca7746adff597f
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
Log Message:
-----------
- reformatted MicroKernelTestCase
Commit: 9617deac287d2e01e121c1b2c740334a520d1854
http://github.com/castleproject/Castle.InversionOfControl/commit/9617deac287d2e01e121c1b2c740334a520d1854
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
Log Message:
-----------
- cleaned MicroKernel test case a bit
Commit: 6c0381e19ca0bb3c9cde98f7c10958ce4b5906ab
http://github.com/castleproject/Castle.InversionOfControl/commit/6c0381e19ca0bb3c9cde98f7c10958ce4b5906ab
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M Changes.txt
M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
Log Message:
-----------
- matching subsystems is now case INsensitive to be consistent with behavior
elsewhere in the container.
Commit: 928fd662ac97af5d83979c202845b643e9394ca8
http://github.com/castleproject/Castle.InversionOfControl/commit/928fd662ac97af5d83979c202845b643e9394ca8
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M BreakingChanges.txt
M Changes.txt
Log Message:
-----------
- updated messages
Commit: 5ca3e94c6730b83fdf000c0f98fd134f838958fe
http://github.com/castleproject/Castle.InversionOfControl/commit/5ca3e94c6730b83fdf000c0f98fd134f838958fe
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M Changes.txt
Log Message:
-----------
- updated changes.txt
Commit: 1e135dae7abff19f97d4af7d4f4091797c8266b7
http://github.com/castleproject/Castle.InversionOfControl/commit/1e135dae7abff19f97d4af7d4f4091797c8266b7
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M BreakingChanges.txt
M Changes.txt
M src/Castle.Facilities.Synchronize.Tests/SynchronizeFacilityTestFixture.cs
M src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryDependenciesTestCase.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
A src/Castle.Windsor.Tests/MicroKernel/NotImplementedDependencyResolver.cs
M src/Castle.Windsor.Tests/MicroKernelTestCase.cs
M src/Castle.Windsor.Tests/Proxy/ComponentProxyRegistrationTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Facilities/Remoting/RemotingFacility.cs
M
src/Castle.Windsor/Facilities/TypedFactory/DefaultDelegateComponentSelector.cs
M
src/Castle.Windsor/Facilities/TypedFactory/DefaultTypedFactoryComponentSelector.cs
R src/Castle.Windsor/Facilities/TypedFactory/DelegateFactory.cs
R src/Castle.Windsor/Facilities/TypedFactory/DelegateInvocation.cs
R src/Castle.Windsor/Facilities/TypedFactory/Dispose.cs
R src/Castle.Windsor/Facilities/TypedFactory/Empty.cs
M src/Castle.Windsor/Facilities/TypedFactory/FactoryEntry.cs
R src/Castle.Windsor/Facilities/TypedFactory/FactoryInterceptor.cs
R src/Castle.Windsor/Facilities/TypedFactory/IDelegateGenerator.cs
R src/Castle.Windsor/Facilities/TypedFactory/ITypedFactoryMethod.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateFactory.cs
M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateProxyFactory.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/Dispose.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/Empty.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/FactoryInterceptor.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/ITypedFactoryMethod.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/Release.cs
A src/Castle.Windsor/Facilities/TypedFactory/Internal/Resolve.cs
A
src/Castle.Windsor/Facilities/TypedFactory/Internal/TypedFactoryInterceptor.cs
R src/Castle.Windsor/Facilities/TypedFactory/NoUniqueComponentException.cs
R src/Castle.Windsor/Facilities/TypedFactory/Release.cs
R src/Castle.Windsor/Facilities/TypedFactory/Resolve.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponent.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponentCollection.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryConfiguration.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
R src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryInterceptor.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M src/Castle.Windsor/MicroKernel/ComponentReference.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/Facilities/AbstractFacility.cs
M src/Castle.Windsor/MicroKernel/Handlers/ExtendedHandler.cs
M src/Castle.Windsor/MicroKernel/IDependencyResolver.cs
M src/Castle.Windsor/MicroKernel/IReference.cs
M src/Castle.Windsor/MicroKernel/InstanceReference.cs
M src/Castle.Windsor/MicroKernel/Proxy/ProxyOptions.cs
M src/Castle.Windsor/MicroKernel/Proxy/ProxyUtil.cs
A src/Castle.Windsor/MicroKernel/Registration/DependencyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs
Log Message:
-----------
Merge branch '2.5.x'
Conflicts:
src/Castle.Windsor/MicroKernel/Facilities/AbstractFacility.cs
--
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.