Wiki source code of Release Notes for $doc.getValue('product') $doc.getValue('version')
Version 9.3 by Manuel Leduc on 2022/09/15
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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 | <insert description of release here> | ||
19 | |||
20 | {{comment}} | ||
21 | Uncomment when there's at least one issue listed in the table! | ||
22 | {{error}} | ||
23 | 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. | ||
24 | |||
25 | {{velocity}} | ||
26 | #if ($isFirstFinal) | ||
27 | #set ($affectedVersions = "${version}-rc-1, ${version}") | ||
28 | #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)") | ||
29 | #else | ||
30 | #set ($affectedVersions = "${version}") | ||
31 | #set ($fixVersionJQL = "") | ||
32 | #end | ||
33 | {{jira id="xwikiorg" source="jql"}} | ||
34 | category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved) and component != "Development Issues only" | ||
35 | {{/jira}} | ||
36 | {{/velocity}} | ||
37 | {{/error}} | ||
38 | {{/comment}} | ||
39 | |||
|
9.3 | 40 | = New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.7) = |
![]() |
1.1 | 41 | |
|
9.3 | 42 | [[Full list of issues fixed and Dashboard for 14.8>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15193]]. |
![]() |
1.1 | 43 | |
44 | {{releasenotechanges/}} | ||
45 | |||
46 | === Moved Modules === | ||
47 | |||
48 | <description deprecated, retired and moved projects> | ||
49 | |||
50 | === Upgrades === | ||
51 | |||
52 | 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]]): | ||
53 | |||
![]() |
2.1 | 54 | * [[CSS4J 3.8.0, CSS4J-DOM4J 3.8.0, Carte Util 3.6.0 & XML DTD 4.1.0>>https://jira.xwiki.org/browse/XWIKI-20080]] |
|
3.1 | 55 | * [[vue 2.7.10>>https://jira.xwiki.org/browse/XWIKI-19944]] |
|
4.2 | 56 | * [[vue-tippy 4.16.0>>https://jira.xwiki.org/browse/XWIKI-20095]] |
![]() |
5.1 | 57 | * [[jsoup 1.15.3>>https://jira.xwiki.org/browse/XWIKI-20089]] |
58 | * [[Solr 8.11.2>>https://jira.xwiki.org/browse/XWIKI-18769]] | ||
59 | * [[Snakeyaml 1.31>>https://jira.xwiki.org/browse/XCOMMONS-2505]] | ||
60 | * [[SLF4J 2.0.0 and Logback 1.3.0>>https://jira.xwiki.org/browse/XCOMMONS-2499]] | ||
61 | * [[Protostream 4.4.4.Final>>https://jira.xwiki.org/browse/XCOMMONS-2503]] | ||
62 | * [[PostgresSQL connector 42.5.0>>https://jira.xwiki.org/browse/XWIKI-20090]] | ||
63 | * [[Netty 4.1.81.Final>>https://jira.xwiki.org/browse/XWIKI-20105]] | ||
64 | * [[Joda-Time 2.11.1>>https://jira.xwiki.org/browse/XWIKI-20106]] | ||
65 | * [[Jackson 2.13.4>>https://jira.xwiki.org/browse/XCOMMONS-2510]] | ||
66 | * [[Hibernate 5.6.11>>https://jira.xwiki.org/browse/XWIKI-20118]] | ||
67 | * [[Closure Compiler v20220905>>https://jira.xwiki.org/browse/XCOMMONS-2513]] | ||
68 | * [[Checker Qual 3.25.0>>https://jira.xwiki.org/browse/XCOMMONS-2511]] | ||
69 | * [[Byte Buddy 1.12.16>>https://jira.xwiki.org/browse/XCOMMONS-2501]] | ||
70 | * [[API Gardian 1.1.2>>https://jira.xwiki.org/browse/XCOMMONS-2512]] | ||
![]() |
1.1 | 71 | |
72 | = Translations = | ||
73 | |||
74 | The following translations have been updated: | ||
75 | |||
|
7.1 | 76 | {{language codes="fr, ro, uk"}}{{/language}} |
![]() |
1.1 | 77 | |
78 | {{comment}} | ||
79 | TODO: uncomment and update with proper link when the report is ready. | ||
80 | |||
81 | = Tested Browsers & Databases = | ||
82 | |||
83 | {{include reference="TestReports.<test report page>"/}} | ||
84 | {{/comment}} | ||
85 | |||
86 | {{comment}} | ||
87 | TODO: uncomment and update with proper links when the report is ready. | ||
88 | |||
89 | = Performances tests compared to <last super stable version> = | ||
90 | |||
91 | {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}} | ||
92 | |||
93 | More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]]. | ||
94 | {{/comment}} | ||
95 | |||
96 | = Known issues = | ||
97 | |||
98 | * [[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]] | ||
99 | |||
100 | = Backward Compatibility and Migration Notes = | ||
101 | |||
102 | == General Notes == | ||
103 | |||
104 | * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added: | ||
105 | ** ##xwiki.cfg## | ||
106 | ** ##xwiki.properties## | ||
107 | ** ##web.xml## | ||
108 | ** ##hibernate.cfg.xml## | ||
109 | * 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. | ||
110 | |||
111 | == Issues specific to {{velocity}}$product $version{{/velocity}} == | ||
112 | |||
|
7.1 | 113 | === Changes in Solr search core === |
![]() |
1.1 | 114 | |
![]() |
6.1 | 115 | The shema of the Solr search core (the one used as source for document search in the UI) has been modified and will need to be resetted. This is done automaticlaly in case of embedded Solr (the default) but is a manual process in the case of a standalone remote Solr install: you should remove the Solr core with name "xwiki" and reinstall it as documented on [[extensions:Extension.Solr Search API||anchor="HSetuparemoteSolrserver"]]. |
116 | |||
117 | Also, since the version of Solr with which XWiki is tested (the version embedded in XWiki) has been upgraded to 8.11.2, it's is highly recommended to make sure, if you use a remote standalone Solr setup, that have a 8.11.x verison of Solr (it may work with other versions but XWiki was not tested with them). | ||
118 | |||
![]() |
1.1 | 119 | == API Breakages == |
120 | |||
|
9.1 | 121 | The following APIs were modified since {{velocity}}$product{{/velocity}} 14.7: |
![]() |
1.1 | 122 | |
123 | {{velocity}} | ||
124 | {{backwardCompatibilityReport134 version="$version"/}} | ||
125 | {{/velocity}} | ||
126 | |||
127 | = Credits = | ||
128 | |||
129 | The following people have contributed code and translations to this release (sorted alphabetically): | ||
130 | |||
|
8.1 | 131 | Alex Cotiugă |
132 | Andreea Chirica | ||
133 | Clemens Klein-Robbenhaar | ||
134 | Clemens Robbenhaar | ||
135 | Manuel Leduc | ||
136 | Marius Dumitru Florea | ||
137 | Michael Hamann | ||
138 | Nikita Petrenko | ||
139 | Oana-Lavinia Florean | ||
140 | Simon Urli | ||
141 | Thomas Mortagne | ||
142 | Vincent Massol | ||
143 | acotiuga | ||
144 | raphj |