Version 9.5 by Ecaterina Moraru (Valica) on 2018/09/18

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 In this version we added a new tab in the user profile that displays the groups an user is part of. We've added auto-suggest for pages in several places and improved the startup speed on Tomcat.
8
9 = New and Noteworthy (since XWiki 10.7) =
10
11 [[Full list of issues fixed and Dashboard for 10.8>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14322]].
12
13 == Bug Fixes ==
14
15 Here's the full list of bugs fixed in this version:
16
17 {{cache id="RN108"}}
18 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
19 category = 10000 AND fixVersion in ("10.8-rc-1", 10.8) AND resolution in (Fixed) and component not in ("Development Issues only") and type = Bug
20 {{/jira}}
21 {{/cache}}
22
23 {{releasenotechanges/}}
24
25 === Moved Modules ===
26
27 * Retired the old [[Captcha Module>>extensions:Extension.Captcha Module]] and replaced by the new [[CAPTCHA Application>>extensions:Extension.CAPTCHA Application]]
28
29 === Upgrades ===
30
31 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]):
32
33 * [[CSS4J 0.41.2>>https://jira.xwiki.org/browse/XWIKI-15530]]
34 * [[Quartz Scheduler 2.3.0>>https://jira.xwiki.org/browse/XWIKI-15529]]
35 * [[JNR POSIX 3.0.46>>https://jira.xwiki.org/browse/XWIKI-15521]]
36 * [[JGroups 4.0.13>>https://jira.xwiki.org/browse/XWIKI-15519]]
37 * [[Apache PDFBox 2.0.11>>https://jira.xwiki.org/browse/XWIKI-15518]]
38 * [[JNA 4.5.2>>https://jira.xwiki.org/browse/XWIKI-15517]]
39 * [[JAXB implementation 2.3.0.1>>https://jira.xwiki.org/browse/XCOMMONS-1483]]
40 * [[Dom4j 2.1.1>>https://jira.xwiki.org/browse/XCOMMONS-1482]]
41 * [[Apache Xerces 2.12.0>>https://jira.xwiki.org/browse/XCOMMONS-1478]]
42 * [[ASM 6.2.1>>https://jira.xwiki.org/browse/XCOMMONS-1476]]
43 * [[Groovy 2.5.2>>https://jira.xwiki.org/browse/XCOMMONS-1474]]
44 * [[Bouncy Castle 1.60>>https://jira.xwiki.org/browse/XCOMMONS-1473]]
45 * [[httpcore 4.4.10>>https://jira.xwiki.org/browse/XCOMMONS-1471]]
46 * [[httpclient 4.5.6>>https://jira.xwiki.org/browse/XCOMMONS-1470]]
47 * [[httpasyncclient 4.1.4>>https://jira.xwiki.org/browse/XCOMMONS-1469]]
48 * [[commons-lang3 3.8>>https://jira.xwiki.org/browse/XCOMMONS-1467]]
49 * [[commons-dbcp2 2.5.0>>https://jira.xwiki.org/browse/XCOMMONS-1466]]
50 * [[Commons Configuration 2.3>>https://jira.xwiki.org/browse/XCOMMONS-1465]]
51 * [[commons-compress 1.18>>https://jira.xwiki.org/browse/XCOMMONS-1464]]
52 * [[commons-collections 4.2>>https://jira.xwiki.org/browse/XCOMMONS-1463]]
53 * [[cssparser 0.9.26>>https://jira.xwiki.org/browse/XCOMMONS-1462]]
54 * [[Guice 4.2.0>>https://jira.xwiki.org/browse/XCOMMONS-1364]]
55 * [[Maven 3.5.4>>https://jira.xwiki.org/browse/XCOMMONS-1298]]
56
57 = Translations =
58
59 The following translations have been updated:
60
61 {{language codes="fr, lv, pl, zh, nl"/}}
62
63 {{comment}}
64 TODO: uncomment and update with proper link when the report is ready.
65
66 = Tested Browsers & Databases =
67
68 {{include reference="TestReports.<test report page>"/}}
69 {{/comment}}
70
71 {{comment}}
72 TODO: uncomment and update with proper links when the report is ready.
73
74 = Performances tests compared to <last super stable version> =
75
76 <a summary of the comparison with latest super stable version>
77
78 More details on <link to the test report>.
79 {{/comment}}
80
81 = Known issues =
82
83 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
84
85 = Backward Compatibility and Migration Notes =
86
87 == General Notes ==
88
89 When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
90
91 == Issues specific to XWiki 10.8 RC 1 ==
92
93 * A migration to the new store is necessary for existing filter preferences. It is done automatically when you first start XWiki after upgrading, but it may take time.
94 * XWiki has been configured to increase startup speed by avoiding JAR scanning, especially on Tomcat. The following was done, which you can modify if you need JAR scanning for some reason (not used by XWiki Standard by default):
95 ** Addition of ##metadata-complete="true"## and ##<absolute-ordering />## in XWiki's ##web.xml##
96 ** Addition of a ##META-INF/context.xml## Tomcat-specific deployment file in XWiki's WAR to prevent Tomcat from doing JAR scanning completely and to avoid scanning for JSP and WebSocket.
97
98 == API Breakages ==
99
100 The following APIs were modified since XWiki 10.7:
101
102 {{comment}}
103 Remove!
104 {{backwardCompatiblityReport version="10.8-rc-1"/}}
105 {{/comment}}
106
107 = Credits =
108
109 The following people have contributed code to this release (sorted alphabetically):
110
111 <code contributors>

Get Connected