Changes for page Release Notes for XWiki Enterprise 3.3 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Use shorter headings for better layout
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.en ygma1 +XWiki.VincentMassol - Content
-
... ... @@ -2,8 +2,6 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 -<insert description of release here> 6 - 7 7 = New and Noteworthy (since XWiki Enterprise 3.3 Milestone 1) = 8 8 9 9 == Link Checker == ... ... @@ -39,11 +39,11 @@ 39 39 * You wish to lazily get a component instance (instead of it getting injected when your Component is looked up the first time) 40 40 * You wish to control how you return the instance you're providing for. For example you may wish to read the Component Hint from a configuration file and return the instance of the Component matching that Hint dynamically 41 41 42 -== Component registration and unregistration eventare nowproperly paired==40 +== Component Event Improvement == 43 43 44 44 The registration and unregistration event triggered by a component manager is now perfectly paired. Registering an existing component role and hint now trigger the unregistration event before registering the new component. 45 45 46 -== New Disposable interface for singletoncomponents ==44 +== New Disposable interface for Ccomponents == 47 47 48 48 To prepare the future uninstallation feature of the Extension Manager, singleton components could now implements the Disposable interface. This interface require a single dispose() methods that will be call when a singleton component is unregistered from its component manager. When a singleton component has been created, this could happen in three cases: 49 49 * the component role and hints is explicitly unregistered