Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 {{warning}}
6 If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>https://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
7 {{/warning}}
8
9 This is probably the last bugfix release for the 4.1 series.
10 This release provides 30 bug fixes, mainly in the Extension Manager, including important fixes for extensions that provide components or script services (see [[XCOMMONS-231>>https://jira.xwiki.org/browse/XCOMMONS-231]] and [[XCOMMONS-232>>https://jira.xwiki.org/browse/XCOMMONS-232]]). It also improves the large data migration introduced in 4.0, in particular to support MS-SQL, and fixes an important issue that cause the migration of annotations to be unintentionally skipped (see below).
11
12 = New and Noteworthy (since XWiki Enterprise 4.1.3 version) =
13
14 == Full Issue List ==
15
16 {{jira style="list" url="https://jira.xwiki.org" source="jql"}}
17 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.1.4") and resolution in ("Fixed")
18 {{/jira}}
19
20 == Translations ==
21
22 The following translations have been added:
23
24 {{language codes="pt_BR"/}}
25
26 The following translations have been updated:
27
28 {{language codes="da,fr,hu,it,lv,pt_BR,ru,sv,zh"/}}
29
30 = Known issues =
31
32 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
33
34 = Backward Compatibility and Migration Notes =
35
36 == General Notes ==
37
38 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
39
40 {{warning}}
41 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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.
42 {{/warning}}
43
44 == Issues specific to XWiki Enterprise 4.1.4 ==
45
46 === R40001XWIKI7540 migration being skipped unintentionally in 4.1.3 ===
47
48 Due to a mistake in the code, the R40001XWIKI7540 migration was being unintentionally skipped. This is now fixed and anyone that is upgrading should avoid the problematic 4.1.3 release and directly use 4.1.4 instead.
49
50 == API Breakages ==
51
52 The following APIs were modified since version 4.1.3:
53
54 {{code language="none"}}
55 org.xwiki.job.AbstractJob: Parameter 1 of 'protected void jobFinished(java.lang.Exception)' has changed its type to java.lang.Throwable
56 {{/code}}

Get Connected