Last modified by Thomas Mortagne on 2017/03/24

<
From version < 5.1 >
edited by Vincent Massol
on 2013/01/21
To version < 7.2 >
edited by Vincent Massol
on 2013/01/24
>
Change comment: Add CLIRR exclude

Summary

Details

Page properties
Content
... ... @@ -6,6 +6,11 @@
6 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>>http://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 7  {{/warning}}
8 8  
9 +{{warning}}
10 +If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>http://jira.xwiki.org/browse/XWIKI-8404]]).
11 +{{/warning}}
12 +
13 +
9 9  This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
10 10  
11 11  = New and Noteworthy (since XWiki 4.4) =
... ... @@ -20,7 +20,7 @@
20 20  
21 21  The following translations have been updated:
22 22  
23 -{{language codes="xxx"/}}
28 +{{language codes="fr,ko,ru,sv"/}}
24 24  
25 25  = Tested Browsers & Databases =
26 26  
... ... @@ -67,3 +67,13 @@
67 67  If you have encountered an issue with the migration, you may need to start over from a backup. Be careful that during the migration, two new tables have been created (in each xwiki database for a farm) and should be dropped when you restore a backup of a database coming from a version earlier than 4.x. These two tables are DATABASECHANGELOG and DATABASECHANGELOGLOCK. These should only be removed if you restore a pre-4.x database schema. Mixing an old database with these two tables will surely cause issue during schema updates (liquibase checksum failure).
68 68  {{/warning}}
69 69  
75 +== API Breakages ==
76 +
77 +The following APIs were modified since XWiki 4.4:
78 +
79 +* Request was not supposed to contain this method in the first place:(((
80 +{{code language="none"}}
81 +org.xwiki.job.Request: Method 'public java.lang.Object removeProperty(java.lang.String)' has been removed
82 +{{/code}}
83 +)))
84 +

Get Connected