4 - Applied Philippe Tremblay's patch fixing IOC-94
\r
5 "Copy LifeStyle from generic interface"
\r
7 - Added support for copying interceptors defined on the geneirc interface handler.
\r
10 "StartableFacility erroneously tries to start a component before
\r
11 RegisterCustomDependency can be called"
\r
13 - Added ComponentModelConverter to utilize System.ComponentModel TypeConverters
\r
14 Very useful for converting things like Fonts and Colors
\r
16 - Updated DefaultComplexConverter to support interfaces and derived types
\r
19 "FactorySupport fails to create components if the factory instance is a proxy"
\r
22 "GenericListConverter does not handle service overrides properly"
\r
25 "ContextBoundObject's context is not bound when object is created by MicroKernel"
\r
27 - Fixed build from IContainerAccessor change
\r
29 - Applied Ron Grabowski's patch fixing IOC-89
\r
30 "Make DefaultKernel implement IServiceProvider"
\r
32 - Check for required Properties before determining the Handlers initial state
\r
35 "DefaultComplextConverter does not properly handle nested components"
\r
37 - Applied Lee Henson's patch fixing IOC-86
\r
38 "Additional generic AddComponent overloads"
\r
40 - Applied Ido Samuelson patch fixing IOC-85
\r
41 "IKernel to support generics to add/resolve components."
\r
43 - Refactored proxy options support. Now you can use the attribute 'marshalByRefProxy'
\r
44 on the external configuration, or the ComponentProxyBehaviorAttribute
\r
47 "Kernel.GetHandlers(Type) does not consider generic handlers when satisfying the type"
\r
49 - Updated StartableFacilityTestCase to correctly demonstrate the facility and
\r
50 added a unit test to demonstrate IOC-80
\r
52 - Applied Alex Henderson's patch that makes the ComponentModel available
\r
53 to the ILifestyleManager
\r
55 - Applied Adam Mills's patch fixing IOC-74
\r
56 "BinaryComponentName VisitNode null check"
\r
59 "RemoveComponent needs to unwire handlers and remove them"
\r
62 "Child component unable to correctly resolve parent service added after the component"
\r
65 "Components created by FactoryActivator have their dependencies checked"
\r
67 - Applied Marcus Widerberg's patch fixing FACILITIES-84
\r
68 "FactorySupport - Allow parameters to factory method to be set at resolvetime"
\r
70 - Applied Marcus Widerberg's patch fixing FACILITIES-82
\r
71 "Programmatic configuration for FactorySupport"
\r
73 - Reverted by Henry -> Apply patch from Sam Camp that fixes problems with Remoting Facility Sample and RecoverableComponent.
\r
75 - Updated TypedFactoryFacility to not require a target instance
\r
78 - Added Windsor proxy support to create proxies without targets.
\r
80 - Removed relationship between ProxyOptions and ProxyGeneration options
\r
81 and moved ProxyOptions into the MicroKernel. ProxyGeneration options
\r
82 are created from the ProxyOptions and will probably need to be updated
\r
83 as facilities demand more proxy generation customizations.
\r
85 - Added ProxyOptions to allow facilities to easily add proxy interfaces
\r
86 without having to create custom proxy factories. The ProxyOptions
\r
87 are obtained via the ProxyUtil.
\r
90 "DictionaryConverter should use the alternate overload of the
\r
91 PerformConversion method in order to support dictionaries that contain
\r
94 - Moved ProxyComponentInspector from Castle.MicroKernel to here and added
\r
95 support to supply ProxyGenerationOptions on a ComponentModel basis. This
\r
96 provides the needed ability to provide proxy options in facilities.
\r
98 - Fixed IOC-69 - DefaultDependencyResolver issue with Service Overrides.
\r
100 - Added ComponentProxyBehaviorAttribute and ComponentProxyInspector
\r
101 to control the creation of component proxies.
\r
103 - Added eval support to configuration. Currently it only supports
\r
104 BaseDirectory as a content to evaluate
\r
106 <?eval $BaseDirectory ?>
\r
108 - Added IEnvironmentInfo in an attempt to solve complex
\r
109 configuration/environment issues.
\r
111 - Fixing IOC-63 - source order of constructors should not matter
\r
114 "Interceptors don't work properly on generic components"
\r
116 - Applied Norbert Wagner's patch fixing IOC-55
\r
117 "Generic Type Converters: Set default entry types to generic arguments of property type"
\r
119 - Applied Jeff Brown's patch fixing IOC-54
\r
120 "Empty component parameter values cause runtime exception during component resolution."
\r
122 - Applied patch by Bill Pierce that
\r
124 -- Introduces the WebUserControlComponentActivator
\r
126 -- Introduces the KeySearchNamingSubSystem
\r
128 -- Allows you to associate a custom component activator using
\r
129 1. componentActivatorType on component node
\r
130 2. ComponentActivatorAttribute
\r
132 -- Allows you to create and configure child containers
\r
133 through the configuration, using
\r
137 <container name="child1">
\r
152 - Applied AndyD's patch fixing IOC-52
\r
153 "Remote access to generic components"
\r
156 "Proxying a component that has an interface that is extended from another interface throws an exception"
\r
158 - Applied patch by Ernst Naezer fixing IOC-37
\r
159 "Resolving with arguments in Windsor"
\r
162 "Creation of an Attribute in the Kernel that allows one property to be ignored by the dependency builder"
\r
164 Introduced DoNotWireAttribute that marks a property and prevents it
\r
165 from being considered by the container
\r
167 - Changed Windsor to use DynamicProxy 2
\r
169 - Applied patch by Adam Mills fixing IOC-42
\r
170 "ResolveServices", new method added to IKernel
\r
172 - Applied patch by Adam Mills fixing IOC-41
\r
173 "Bug Fix BinaryTreeComponentName - Assumed Lesser nodes went to left"
\r
175 - Applied patch by Adam Mills fixing IOC-40
\r
176 "Provided an Implementation for BinaryTreeComponentName.Remove"
\r
178 - Applied patch by Adam Mills fixing IOC-39
\r
179 "Fix for Null Reference when accessing empty BinaryTreeComponentName"
\r
182 "Add bootstrap section to configuration file"
\r
184 - Fixed issue where KeyAlreadyAdded exception would be throw for
\r
185 components accepting two parameters of the same type, without overrides
\r
188 "Transient components with multliple constructors throw
\r
189 unresolved dependency exceptions."
\r
191 Removed best candidate reference, as the kernel is dynamic it should
\r
192 not cache best constructors as components can be added or removed
\r
195 Removed Points from candidates, as in a multithreaded scenario
\r
196 this would lead to failures
\r
200 "Cannot use types having their own base type as constructor argument"
\r
204 - IOC-32, Support generic collections.
\r
205 Supported collections are: ICollection<T>, IList<T>, List<T>, IDictionary<K,V>, Dictionary<K,V>, IEnumerable<T>
\r
210 - Applied patch by William C. Pierce <wcpierce@gmail.com> adding PerWebRequestAttribute
\r
212 - Added setter to ReleasePolicy property
\r
214 - Applied Curtis Schlak's patch fixing IOC-30
\r
215 "Add overload to Windsor AddComponent to specify the Lifestyle"
\r
217 - Refactored AbstractHandler to use IDependencyResolver
\r
219 - Dependencies can be resolved now in three levels:
\r
221 * CreationContext (which now implements ISubDependencyResolver)
\r
222 * IHandler (which now implements ISubDependencyResolver)
\r
223 * IKernel which is the normal flow
\r
225 - Implemented IoC-29 using a different approach
\r
227 - Renamed IKernel.AddComponentWithProperties to AddComponentWithExtendedProperties.
\r
228 The old method name misled the programmer about its purpose.
\r
230 - Added a PerWebRequestLifestyleManager which creates at most one instance of
\r
231 an object per web request. To use it you must add the following http module
\r
235 <add name="PerWebRequest" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleManager , Castle.MicroKernel,Version=0.0.1.7, Culture=neutral, PublicKeyToken=407dd0808d44fbdc"/>
\r
239 The strong name could be omitted if not in the GAC
\r
241 - Added checks to handle cycles in dependencies graphs and avoid deadly Stack Overflow Exceptions.
\r
243 - Fixed IOC-24: "Allow user to provide an attribute which will customize how to inspect properties (PropertiesDependenciesModelInspector)"
\r
244 Now users can add an 'inspectionBehavior' attribute to the component node that defines
\r
245 the inspection strategy. Possible values are
\r
247 - None: No properties inspection should happen
\r
248 - All: All properties will be inspected and collected (on the class and on the superclasses).
\r
249 This is the default behavior
\r
250 - DeclaredOnly: Only properties specified on type are checked (superclasses will be ignored)
\r
252 - Added overload to ITypeConvertor that accept the current node configuration as well as the type in CanHandleType()
\r
254 - Change: Better error message when there's an exception
\r
255 setting up properties
\r
257 - Fixed IOC-25: Overrides on the configuration should be considered a non-optional dependency
\r
259 This fix changes a little the MicroKernel behavior. Now if you specify an service override
\r
260 through external configuration, it will be considered a _non-optional_ dependency
\r
262 - Uri usage replaced by CustomUri which, differently than MS' Uri class, has the same
\r
263 behavior on net-1.1, net-2.0 and mono
\r
265 - EventWiring Facility: now when a publisher is requested, the subscribers
\r
266 are automatically started.
\r
268 The side effects are:
\r
270 - when a subscriber is requested it won't be wired automatically.
\r
271 - There no much sense in having a subscriber with a lifestyle other than singleton
\r
273 I'm still evaluating this idea. Sometimes wiring only when the subscriber is requested
\r
274 might make sense, but supporting both approaches is kinda hard.
\r
277 - Applied patch by Alex Henderson <webmaster@bittercoder.com> adding
\r
278 IWindsorContainer.RemoveChildContainer(IWindsorContainer childContainer)
\r
279 and IKernel.RemoveChildKernel(IKernel kernel)
\r
281 - Applied fix by Ahmed. Now defines can be used on properties nodes like
\r
289 - Now with DictionaryConverter you can specify the keyType and valueType on each entry (kudos to Ahmed)
\r
291 - xmlinterpreter will throw an exception if a property is not defined but referenced
\r
292 using #{propertyName} syntax.(Patch from Ahmed)
\r
294 - XmlProcessor refactored from XmlInterpreter (kudos to Ahmed)
\r
295 Now PI are also supported (don't forget to document this on the wiki)
\r
297 - Support for nested nodes on the properties. (kudos to Ahmed)
\r
302 <MyComponentParams>
\r
305 </MyComponentParams>
\r
307 <components id=”MyComponent”>
\r
308 <parameters>#{ MyComponentParams }</parameters>
\r
314 <components id=”MyComponent”>
\r
321 - Type converter for kernel components. This allows a usage like this:
\r
323 <component id="mycomp">
\r
327 <list type="IMyService, MyAssembly">
\r
328 <item>${keytocomponent1}</item>
\r
329 <item>${keytocomponent2}</item>
\r
334 - Removed support for MethodMeta on ComponentModel. The design decision here
\r
335 is to make the facilities interested on it to extend MethodMetaInspector
\r
336 reading from a specific node.
\r
341 - AsyncInitializationContainer introduced. Special container flavor that installs the
\r
342 facilities and components using a background thread.
\r
344 - Support for evaluation of expressions within the xml configuration (kudos to Ahmed)
\r
345 The following "statements" are supported:
\r
347 <define flag="DEBUG" />
\r
348 <undef flag="DEBUG"/>
\r
350 <if defined="DEBUG">
\r
351 component/facility nodes
\r
355 <when defined="DEBUG">
\r
356 <component id="debug"/>
\r
358 <when defined="Qa">
\r
359 <component id="qa"/>
\r
361 <when defined="Prod">
\r
362 <component id="prod"/>
\r
365 <component id="default"/>
\r
369 - Startable facility: support to specify the attribute startable=true on the configuration
\r
371 - Better error messages: now the components waiting for dependencies will recursively
\r
372 report what they are waiting for.
\r
374 - Support for custom lifestyle through configuration (kudos to Bawer Dagdeviren):
\r
376 <component id="my.component"
\r
377 type="MyLib.MyComponent, MyLib"
\r
379 customLifestyleType="MyLib.MyCustomLifestyle, MyLib" />
\r
381 - Added Type converter for enums
\r
383 - Support to associate configuration nodes to methods. Usage:
\r
388 <save signature="System.String, mscorlib" />
\r
389 <save signature="System.String, mscorlib;System.Int32, mscorlib" />
\r
393 Which is equivalent to
\r
397 <method name="save" />
\r
398 <method name="save" signature="System.String, mscorlib" />
\r
399 <method name="save" signature="System.String, mscorlib;System.Int32, mscorlib" />
\r
403 - IResource introduced (FileResource, AssemblyResource, ConfigResource and UncResource)
\r
404 which are accessible through Uris:
\r
408 (For example: file://c:\mydir\file.txt)
\r
410 - AssemblyResource:
\r
411 assembly://AssemblyName/ExtendingNamespace/filename
\r
412 (For example: assembly://Castle.Windsor.Tests/Configuration2/include1.xml)
\r
415 config://sectioname
\r
416 (For example: config://castle will fetch the
\r
417 <configuration><castle> entry in the configuration)
\r
421 (For example: \\mysharedplace\myconfig.xml)
\r
423 - IResource, IResourceFactory and IResourceSubSystem introduced
\r
425 - Ability to use <properties> in configuration files. Usage
\r
428 <prop1>prop1 value</prop1>
\r
429 <prop2>prop2 value</prop2>
\r
434 <facility id="testidengine" >
\r
435 <item>#{prop1}</item>
\r
438 <facility id="testidengine2" >
\r
439 <item value="#{prop2}"/>
\r
445 - Ability to use <include> in configuration files. Usage
\r
451 <include uri="file://include1.xml"/>
\r
461 <component id="testidcomponent1">
\r
464 <component id="testidcomponent2">
\r
475 - Bug in dependency resolution (when chained) fixed
\r
476 - Better message description on exceptions related to unresolved dependencies.
\r
477 - Fixed bug in AddComponentWithProperties
\r
479 Beta 2 - 10/apr/2005
\r
484 - Configuration object model separated into interpreters and sources
\r
486 - AbstractFacility added
\r
489 Beta 1 - 21/jan/2005
\r
492 - Changed: from #{} to ${} - way of referencing to another component
\r
493 on the configuration.
\r
495 - Added: support for dictionaries, lists and arrays on the configuration file.
\r
501 <item key="mykey">value</item>
\r
507 - Added: Component Graph (used by the Remove method and to dispose the components)
\r
509 - Fixed: Remove method
\r
511 - Fixed: Windsor: Proxy for components with (service != impl)
\r