Last modified by Thomas Mortagne on 2017/03/24

<
From version < 6.1 >
edited by Vincent Massol
on 2015/04/16
To version < 9.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,9 +8,9 @@
8 8  
9 9  = Issues fixed since XWiki 6.4.3 =
10 10  
11 -[[Full list of issues fixed and Dashboard for 6.4.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13194]].
11 +[[Full list of issues fixed and Dashboard for 6.4.4>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13194]].
12 12  
13 -{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
13 +{{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
14 14  category in ("Top Level Projects") AND fixVersion in ("6.4.4") AND resolution in (Fixed) and component not in ("Development Issues only")
15 15  {{/jira}}
16 16  
... ... @@ -26,7 +26,7 @@
26 26  
27 27  = Known issues =
28 28  
29 -* [[Bugs we know about>>http://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]]
29 +* [[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]]
30 30  
31 31  = Backward Compatibility and Migration Notes =
32 32  
... ... @@ -33,3 +33,13 @@
33 33  == General Notes ==
34 34  
35 35  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.
36 +
37 +== API Breakages ==
38 +
39 +The following APIs were modified since XWiki 6.4.3:
40 +
41 +* The WikiModel's XHTML internal parser code wasn't supposed to be exposed as an API:
42 +
43 +{{code language="none"}}
44 +org.xwiki.rendering.wikimodel.xhtml.handler.DivisionTagHandler: Method 'protected java.lang.String getDocumentClass()' has been removed
45 +{{/code}}

Get Connected