Wiki source code of Release Notes for XWiki 10.3

Last modified by Thomas Mortagne on 2021/08/30

Hide last authors
Guillaume Delhumeau 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
Thomas Mortagne 23.1 5 {{warning}}
Thomas Mortagne 24.1 6 Contrary to what was announced attachments content are still located in the database by default. The default have been moved to "file" in [[10.5RC1>>10\.5RC1]].
Thomas Mortagne 23.1 7 {{/warning}}
8
Guillaume Delhumeau 1.1 9 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.
10
Andreea Chirica 20.2 11 In this version you will automatically get a notification when changes are made to pages you worked on. It also introduces the protection against editing pages coming from extensions to avoid crashing errors and ease upgrades.
Guillaume Delhumeau 1.1 12
Guillaume Delhumeau 25.1 13 {{include reference="ReleaseNotes.Data.XWiki.10\.6\.1.WarningNotificationsScalability"/}}
14
Thomas Mortagne 3.1 15 = New and Noteworthy (since XWiki 10.2) =
Guillaume Delhumeau 1.1 16
Thomas Mortagne 11.1 17 [[Full list of issues fixed and Dashboard for 10.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14291]].
Guillaume Delhumeau 1.1 18
19 {{releasenotechanges/}}
20
21 === Upgrades ===
22
23 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]]):
24
Vincent Massol 1.2 25 * [[Dom4J 2.1.0>>https://jira.xwiki.org/browse/XCOMMONS-1374]]
Ecaterina Moraru (Valica) 7.1 26 * [[Templates 1.0.2>>https://jira.xwiki.org/browse/XWIKI-15204]]
Thomas Mortagne 8.1 27 * [[Apache PDFBox 2.0.9>>https://jira.xwiki.org/browse/XWIKI-15156]]
28 * [[JGroups 4.0.11>>https://jira.xwiki.org/browse/XWIKI-15154]]
29 * [[snakeyaml 1.21>>https://jira.xwiki.org/browse/XCOMMONS-1393]]
30 * [[AspectJ 1.9.0>>https://jira.xwiki.org/browse/XCOMMONS-1384]]
31 * [[Groovy 2.4.15>>https://jira.xwiki.org/browse/XCOMMONS-1383]]
32 * [[Jackson 2.9.5>>https://jira.xwiki.org/browse/XCOMMONS-1381]]
33 * [[ASM 6.1.1>>https://jira.xwiki.org/browse/XCOMMONS-1380]]
34 * [[commons-text 1.3>>https://jira.xwiki.org/browse/XCOMMONS-1378]]
Guillaume Delhumeau 1.1 35
36 = Translations =
37
38 The following translations have been updated:
39
Thomas Mortagne 9.1 40 {{language codes="fr, sv"/}}
Guillaume Delhumeau 1.1 41
42
43 = Tested Browsers & Databases =
44
Ilie Andriuta 21.1 45 {{include reference="TestReports.ManualTestReportSummaryXWiki103.WebHome"/}}
Guillaume Delhumeau 1.1 46
47 {{comment}}
48 TODO: uncomment and update with proper links when the report is ready.
49
50 = Performances tests compared to <last super stable version> =
51
52 <a summary of the comparison with latest super stable version>
53
54 More details on <link to the test report>.
55 {{/comment}}
56
57 = Known issues =
58
59 * [[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]]
60
61 = Backward Compatibility and Migration Notes =
62
63 == General Notes ==
64
65 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.
66
Thomas Mortagne 10.1 67 == Issues specific to XWiki 10.3 ==
Guillaume Delhumeau 1.1 68
Thomas Mortagne 23.1 69 === Filesystem storage by default for deleted attachments and documents ===
70
Thomas Mortagne 26.1 71 New deleted attachments and documents will now be stored in the filesystem by default. If you really don't want that you can go to ##xwiki.cfg## and set ##hibernate## value for all the properties in the section {{code language="none"}}Stores with both "hibernate" and "file" support in XWiki Standard.{{/code}}.
Thomas Mortagne 23.1 72
73 Note that existing deleted attachments or documents are not moved to filesystem but keep working since XWiki now supports mixed storage for those. So if you don't want to place any deleted attachment/document on the filesystem store make sure to move the configuration to "hibernate" before executing the ##Distribution Wizard##.
74
Thomas Mortagne 13.1 75 === Warning when editing a page ===
76
Andreea Chirica 20.5 77 10.3 introduces edit protection for standard pages but also indicates which page is OK to edit. In 10.3 most pages are protected (it's the default). If you get a warning on what should be a valid page don't hesitate to report it since we are still tuning this feature.
Thomas Mortagne 13.1 78
Guillaume Delhumeau 1.1 79 == API Breakages ==
80
Thomas Mortagne 16.1 81 The following APIs were modified since XWiki 10.2:
Guillaume Delhumeau 1.1 82
Thomas Mortagne 16.1 83 {{backwardCompatiblityReport version="10.3"/}}
Guillaume Delhumeau 1.1 84
85 = Credits =
86
87 The following people have contributed code to this release (sorted alphabetically):
88
Thomas Mortagne 19.1 89 * Alex Cotiugă
90 * Clemens Klein-Robbenhaar
91 * Clément Aubin
92 * Ecaterina Moraru (Valica)
93 * Eduard Moraru
94 * Guillaume Delhumeau
95 * Marc Sladek
96 * Marius Dumitru Florea
97 * Thomas Mortagne
98 * Vincent Massol

Get Connected