Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -ReleaseNotesXWiki61RC1 1 +Release Notes for XWiki 6.1 RC 1 - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -6,9 +6,9 @@ 6 6 7 7 <insert description of release here> 8 8 9 -= New and Noteworthy (since XWiki <version- 1>) =9 += New and Noteworthy (since XWiki 6.1 milestone 2) = 10 10 11 -[[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].11 +[[Full list of issues fixed and Dashboard for 6.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12290]]. 12 12 13 13 == Flamingo Skin == 14 14 ... ... @@ -21,14 +21,18 @@ 21 21 22 22 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!> 23 23 24 -See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22 <version>%22&tempMax=1000]] fixed in this release.24 +See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.1-rc-1%22&tempMax=1000]] fixed in this release. 25 25 26 26 = For Developers = 27 27 28 -== <developerfeatureN>==28 +== Log from a script == 29 29 30 - <descriptionofdeveloperfeatureN>30 +A new API to get a SLF4J Logger has been added to the ##logging## script service. 31 31 32 +{{code language="velocity"}} 33 +$services.logging.getLogger('My script').info('Hello {}', 'world') 34 +{{/code}} 35 + 32 32 == Deprecated and Retired projects == 33 33 34 34 <description of deprecated and retired projects>