Last modified by Manuel Leduc on 2023/05/04

Show last authors
1 {{velocity}}
2 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
3 #set ($product = $rnObject.product)
4 #set ($version = $rnObject.version)
5 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
6 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
7 #set ($isRC = $version.contains('rc'))
8 #set ($isFinal = !$isRC)
9 #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
10 {{/velocity}}
11
12 {{box cssClass="floatinginfobox" title="**Contents**"}}
13 {{toc/}}
14 {{/box}}
15
16 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.
17
18 This release introduces an experimental realtime Wiki editor (superseding the existing [[Realtime Collaborative Plain WikiText Editor>>extensions:Extension.RtWiki]] contributed extension) and an experimental WYSIWYG editor (superseding the existing [[Visual Realtime Collaborative Editor>>extensions:Extension.RtWysiwyg]] contributed extension). They are not bundled yet in XWiki Standard but we plan to do this soon. For developers there's a new API available, called Netflux (superseding the existing [[Realtime Netflux Backend>>extensions:Extension.Realtime Netflux Backend.WebHome]] contributed extension), to write realtime-enabled extensions on top of XWiki.
19
20 {{error}}
21 The following regressions were introduced in this release (and found after it was released). Please check them out and if they impact you we recommend waiting to upgrade to a version where they are fixed.
22
23 {{velocity}}
24 #if ($isFirstFinal)
25 #set ($affectedVersions = "${version}-rc-1, ${version}")
26 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
27 #else
28 #set ($affectedVersions = "${version}")
29 #set ($fixVersionJQL = "")
30 #end
31 {{jira id="xwikiorg" source="jql"}}
32 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved)
33 {{/jira}}
34 {{/velocity}}
35 {{/error}}
36
37 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 13.8) =
38
39 [[Full list of issues fixed and Dashboard for 13.9>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14893]].
40
41 {{releasenotechanges/}}
42
43 === Upgrades ===
44
45 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]]):
46
47 * [[plexus-interactivity 1.1>>https://jira.xwiki.org/browse/XCOMMONS-2289]]
48 * [[org.eclipse.sisu.plexus 0.3.5>>https://jira.xwiki.org/browse/XCOMMONS-2280]]
49 * [[jsoup 1.14.3>>https://jira.xwiki.org/browse/XWIKI-19019]]]
50 * [[Reflections 0.10.1>>https://jira.xwiki.org/browse/XCOMMONS-1855]]
51 * [[Protobuf Java 3.18.1>>https://jira.xwiki.org/browse/XCOMMONS-2285]]
52 * [[PostgresSQL connector 42.2.24>>https://jira.xwiki.org/browse/XWIKI-19021]]
53 * [[Netty 4.1.68.Final>>https://jira.xwiki.org/browse/XWIKI-19004]]
54 * [[Logback 1.2.6>>https://jira.xwiki.org/browse/XCOMMONS-2282]]
55 * [[Liquibase 4.5.0>>https://jira.xwiki.org/browse/XWIKI-19020]]
56 * [[Joda-Time 2.10.12>>https://jira.xwiki.org/browse/XWIKI-19018]]
57 * [[Jackson 2.13.0>>https://jira.xwiki.org/browse/XCOMMONS-2283]]
58 * [[JSqlParser 4.2>>https://jira.xwiki.org/browse/XWIKI-19017]]
59 * [[JNR POSIX 3.1.10>>https://jira.xwiki.org/browse/XWIKI-19016]]
60 * [[JNR FFI 2.2.7>>https://jira.xwiki.org/browse/XWIKI-19015]]
61 * [[JFFI 1.3.5>>https://jira.xwiki.org/browse/XWIKI-19014]]
62 * [[Guava 31.0.1-jre>>https://jira.xwiki.org/browse/XCOMMONS-2284]]
63 * [[Groovy 2.5.15>>https://jira.xwiki.org/browse/XCOMMONS-2288]]
64 * [[Checker Qual 3.18.1>>https://jira.xwiki.org/browse/XCOMMONS-2287]]
65 * [[Byte Buddy 1.11.19>>https://jira.xwiki.org/browse/XCOMMONS-2281]]
66 * [[Maven 3.8.3>>https://jira.xwiki.org/browse/XWIKI-19013]]
67 * [[CSS4J 3.6.1 and XML DTD 3.5.2>>https://jira.xwiki.org/browse/XWIKI-18952]]
68
69 = Translations =
70
71 The following translations have been updated:
72
73 {{language codes="fr,no"/}}
74
75 = Tested Browsers & Databases =
76
77 {{include reference="TestReports.ManualTestReportSummaryXWiki139RC1.WebHome"/}}
78
79 {{comment}}
80 TODO: uncomment and update with proper links when the report is ready.
81
82 = Performances tests compared to <last super stable version> =
83
84 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
85
86 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
87 {{/comment}}
88
89 = Known issues =
90
91 * [[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]]
92
93 = Backward Compatibility and Migration Notes =
94
95 == General Notes ==
96
97 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
98 ** ##xwiki.cfg##
99 ** ##xwiki.properties##
100 ** ##web.xml##
101 ** ##hibernate.cfg.xml##
102 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
103
104 == API Breakages ==
105
106 The following APIs were modified since {{velocity}}$product{{/velocity}} 13.8:
107
108 {{velocity}}
109 {{backwardCompatibilityReport134 version="$version"/}}
110 {{/velocity}}
111
112 = Credits =
113
114 The following people have contributed code and translations to this release (sorted alphabetically):
115
116 * Jarle Sandmo
117 * Lavinia Florean
118 * Manuel Leduc
119 * Marius Dumitru Florea
120 * Michael Hamann
121 * Simon Urli
122 * Thomas Mortagne
123 * Vincent Massol
124 * xrichard

Get Connected