Last modified by Thomas Mortagne on 2017/03/24

<
From version < 18.1 >
edited by Vincent Massol
on 2012/12/26
To version < 20.1 >
edited by Vincent Massol
on 2012/12/27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,11 +10,11 @@
10 10  
11 11  This is a stabilization release and as such it mostly contains bug fixes.
12 12  
13 -= New and Noteworthy (since XWiki 4.3) =
13 += New and Noteworthy (since XWiki 4.3.1) =
14 14  
15 15  Full list of issues fixed:
16 16  
17 -{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
17 +{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary, fixVersion" source="jql"}}
18 18  Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.4-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
19 19  {{/jira}}
20 20  
... ... @@ -86,8 +86,12 @@
86 86  
87 87  == API Breakages ==
88 88  
89 -The following APIs were modified since XWiki 4.3:
89 +The following APIs were modified since XWiki 4.3.1:
90 90  
91 +* Moved to Lucene 4 + moved non API classes to the ##internal## package:(((
91 91  {{code language="none"}}
92 -<clirr output here>
93 +com.xpn.xwiki.plugin.lucene.LucenePlugin: Parameter 1 of 'public void init(com.xpn.xwiki.plugin.lucene.IndexUpdater, com.xpn.xwiki.XWikiContext)' has changed its type to com.xpn.xwiki.plugin.lucene.internal.IndexUpdater
94 +com.xpn.xwiki.plugin.lucene.LucenePlugin: Parameter 1 of 'public void init(com.xpn.xwiki.plugin.lucene.IndexUpdater, com.xpn.xwiki.plugin.lucene.IndexRebuilder, com.xpn.xwiki.XWikiContext)' has changed its type to com.xpn.xwiki.plugin.lucene.internal.IndexUpdater
95 +com.xpn.xwiki.plugin.lucene.LucenePlugin: Parameter 2 of 'public void init(com.xpn.xwiki.plugin.lucene.IndexUpdater, com.xpn.xwiki.plugin.lucene.IndexRebuilder, com.xpn.xwiki.XWikiContext)' has changed its type to com.xpn.xwiki.plugin.lucene.internal.IndexRebuilder
93 93  {{/code}}
97 +)))

Get Connected