Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: 0d8ab3df51f1833fa41912d4a8e1e435f78c3c97
http://github.com/castleproject/Castle.InversionOfControl/commit/0d8ab3df51f1833fa41912d4a8e1e435f78c3c97
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-03-07 (Sun, 07 Mar 2010)
Changed paths:
M Castle.InversionOfControl-vs2008.sln
M src/Castle.Windsor/Lifestyle/PerWebRequestLifestyleManager.cs
Log Message:
-----------
- sketchy fix for PerWebRequest lifestyle issue
Commit: a37918b562a032e795360c58c32acfdbd71f3be9
http://github.com/castleproject/Castle.InversionOfControl/commit/a37918b562a032e795360c58c32acfdbd71f3be9
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-03-07 (Sun, 07 Mar 2010)
Changed paths:
M src/Castle.Windsor/Lifestyle/PerWebRequestLifestyleManager.cs
Log Message:
-----------
- added eviction on disposing per web request lifestyle manager
Commit: a0b3cc2f4a0ab303b27fcf2f427e35078b8d5063
http://github.com/castleproject/Castle.InversionOfControl/commit/a0b3cc2f4a0ab303b27fcf2f427e35078b8d5063
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-03-09 (Tue, 09 Mar 2010)
Changed paths:
M Changes.txt
M lib/net-3.5/Castle.Core.dll
M lib/net-3.5/Castle.Core.xml
M lib/net-3.5/Castle.DynamicProxy2.dll
M lib/net-3.5/Castle.DynamicProxy2.xml
M lib/net-3.5/Castle.Services.Logging.NLogIntegration.dll
M lib/net-3.5/Castle.Services.Logging.log4netIntegration.dll
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
A src/Castle.Windsor.Tests/GraphNodeTests.cs
A src/Castle.Windsor/Attributes/ComponentActivatorAttribute.cs
A src/Castle.Windsor/Attributes/ComponentProxyBehaviorAttribute.cs
A src/Castle.Windsor/Attributes/DoNotWireAttribute.cs
A src/Castle.Windsor/Attributes/InterceptorAttribute.cs
A src/Castle.Windsor/Attributes/LifestyleAttributes.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
A src/Castle.Windsor/Interceptor/IOnBehalfAware.cs
A src/Castle.Windsor/Internal/GraphNode.cs
A src/Castle.Windsor/Internal/GraphSets.cs
A src/Castle.Windsor/Internal/IVertex.cs
A src/Castle.Windsor/Internal/TopologicalSortAlgo.cs
A src/Castle.Windsor/Lifecycle/IRecyclable.cs
A src/Castle.Windsor/Lifecycle/IStartable.cs
A src/Castle.Windsor/Model/ComponentModel.cs
A src/Castle.Windsor/Model/ConstructorCandidate.cs
A src/Castle.Windsor/Model/ConstructorCandidateCollection.cs
A src/Castle.Windsor/Model/DependencyModel.cs
A src/Castle.Windsor/Model/DependencyModelCollection.cs
A src/Castle.Windsor/Model/InterceptorReference.cs
A src/Castle.Windsor/Model/InterceptorReferenceCollection.cs
A src/Castle.Windsor/Model/LifecycleStepCollection.cs
A src/Castle.Windsor/Model/MethodMetaModel.cs
A src/Castle.Windsor/Model/MethodMetaModelCollection.cs
A src/Castle.Windsor/Model/ParameterModel.cs
A src/Castle.Windsor/Model/ParameterModelCollection.cs
A src/Castle.Windsor/Model/PropertySet.cs
A src/Castle.Windsor/Model/PropertySetCollection.cs
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.InversionOfControl
Commit: e3b627beb20f7cf43258402127a5f283a307b0d0
http://github.com/castleproject/Castle.InversionOfControl/commit/e3b627beb20f7cf43258402127a5f283a307b0d0
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-03-10 (Wed, 10 Mar 2010)
Changed paths:
M src/Castle.Facilities.Logging/LoggingFacility.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryFacilityTake2TestCase.cs
M src/Castle.Windsor.Tests/Proxy/TypedFactoryFacilityTestCase.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
M src/Castle.Windsor/Facilities/TypedFactory/Resolve.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponent.cs
A
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponentCollection.cs
M src/Castle.Windsor/Proxy/ComponentReference.cs
Log Message:
-----------
- moved code performing actual resolution of components in typed factory
facility from Resolve to TypedFactoryComponent.
- introduced TypedFactoryComponentCollection that can resolve multiple
components using ResolveAll
--
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.