Wiki source code of Release Notes for XWiki 10.3

Version 13.1 by Thomas Mortagne on 2018/04/23

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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 10.2) =
10
11 [[Full list of issues fixed and Dashboard for 10.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14291]].
12
13 {{releasenotechanges/}}
14
15 === Upgrades ===
16
17 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]]):
18
19 * [[Dom4J 2.1.0>>https://jira.xwiki.org/browse/XCOMMONS-1374]]
20 * [[CSS4J 0.40>>https://jira.xwiki.org/browse/XWIKI-15128]]
21 * [[Templates 1.0.2>>https://jira.xwiki.org/browse/XWIKI-15204]]
22 * [[Apache PDFBox 2.0.9>>https://jira.xwiki.org/browse/XWIKI-15156]]
23 * [[JGroups 4.0.11>>https://jira.xwiki.org/browse/XWIKI-15154]]
24 * [[snakeyaml 1.21>>https://jira.xwiki.org/browse/XCOMMONS-1393]]
25 * [[AspectJ 1.9.0>>https://jira.xwiki.org/browse/XCOMMONS-1384]]
26 * [[Groovy 2.4.15>>https://jira.xwiki.org/browse/XCOMMONS-1383]]
27 * [[Jackson 2.9.5>>https://jira.xwiki.org/browse/XCOMMONS-1381]]
28 * [[ASM 6.1.1>>https://jira.xwiki.org/browse/XCOMMONS-1380]]
29 * [[commons-text 1.3>>https://jira.xwiki.org/browse/XCOMMONS-1378]]
30
31 = Translations =
32
33 The following translations have been updated:
34
35 {{language codes="fr, sv"/}}
36
37 {{comment}}
38 TODO: uncomment and update with proper link when the report is ready.
39
40 = Tested Browsers & Databases =
41
42 {{include reference="TestReports.<test report page>"/}}
43 {{/comment}}
44
45 {{comment}}
46 TODO: uncomment and update with proper links when the report is ready.
47
48 = Performances tests compared to <last super stable version> =
49
50 <a summary of the comparison with latest super stable version>
51
52 More details on <link to the test report>.
53 {{/comment}}
54
55 = Known issues =
56
57 * [[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]]
58
59 = Backward Compatibility and Migration Notes =
60
61 == General Notes ==
62
63 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.
64
65 == Issues specific to XWiki 10.3 ==
66
67 === Filesystem storage by default for attachments and deleted documents ===
68
69 New attachments and deleted 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 "Stores with both "hibernate" and "file" support in XWiki Standard.".
70
71 Note that existing attachments or deleted documents are not moved to filesystem but keep working since XWiki now support mixed storage for those. So if you don't what to get any attachment on filesystem side make sure to move to hibernate before executing the ##Distribution Wizard##.
72
73 === Warning when editing a page ===
74
75 10.3 introduce edit protection for standard pages but also allow to indicate which pages is OK to edit. In 10.3 most pages are protected (it's the default). If you get a warning for a page you for which you think it does make sense don't hesitate to report it since we are still tuning this.
76
77 == API Breakages ==
78
79 The following APIs were modified since <project> <version - 1>:
80
81 {{comment}}
82 Remove!
83 {{backwardCompatiblityReport version="<version>"/}}
84 {{/comment}}
85
86 = Credits =
87
88 The following people have contributed code to this release (sorted alphabetically):
89
90 <code contributors>

Get Connected