Changes for page Release Notes for XWiki 6.1 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.mflorea - Content
-
... ... @@ -67,6 +67,7 @@ 67 67 * [[commons-compress 1.8.1>>http://jira.xwiki.org/browse/XCOMMONS-591]] 68 68 * [[cssparser 0.9.14>>http://jira.xwiki.org/browse/XCOMMONS-590]] 69 69 * [[commons-lang 3.3.2>>http://jira.xwiki.org/browse/XCOMMONS-589]] 70 +* [[JGroups 3.4.4>>http://jira.xwiki.org/browse/XWIKI-10354]] 70 70 71 71 == Miscellaneous == 72 72 ... ... @@ -73,6 +73,13 @@ 73 73 * [[XCOMMONS-582>>http://jira.xwiki.org/browse/XCOMMONS-582]]: ##$escapetool.json## should be used instead of ##$escapetool.javascript## for escaping manually constructed JSON; ##$jsontool.serialize## should be used for generating JSON, though, since it is safer. 74 74 * Introduced job progress helper API, see [[Job Module>>doc:extensions:Extension.Job Module||anchor="HNotifyaboutprogress"]] for more details. 75 75 * All component related API of ##com.xpn.xwiki.web.Utils## are now using the context ##ComponentManager## by default. 77 +* We added a new method to the component script service to access the component manager corresponding to a specific namespace:((( 78 +{{code language=""}} 79 +{{groovy}} 80 +def instanceForTestWiki = services.component.getComponentManager("wiki:test").getInstance(SomeRole.class) 81 +{{/groovy}} 82 +{{/code}} 83 +))) 76 76 77 77 = Translations = 78 78