Wiki source code of Release Notes for XWiki Enterprise 3.5
Version 3.1 by Marius Dumitru Florea on 2012/02/20
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | {{todo/}} | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.4 version) = | ||
8 | |||
9 | {{todo/}} | ||
10 | |||
11 | = Bug fixes and improvements = | ||
12 | |||
13 | {{todo/}} | ||
14 | |||
15 | = For Developers = | ||
16 | |||
17 | {{todo/}} | ||
18 | |||
19 | == Upgrades == | ||
20 | |||
21 | The following dependencies have been upgraded: | ||
22 | |||
23 | * Groovy 1.8.6 | ||
24 | * JFreeChart 1.0.14 | ||
25 | * JUnit 4.9 | ||
26 | * Maven Archetype plugin 2.2 | ||
27 | * Maven Assembly plugin 2.3 | ||
28 | * Maven Checkstyle plugin 2.9 | ||
29 | * Maven Dependency plugin 2.4 | ||
30 | * Maven Exec plugin 1.2.1 | ||
31 | * Maven Findbugs plugin 2.4.0 | ||
32 | * Maven JAR plugin 2.4 | ||
33 | * Maven Javadoc plugin 2.8.1 | ||
34 | * Maven Plugin plugin 2.9 | ||
35 | * Maven Release plugin 2.2.2 | ||
36 | * Maven Site plugin 3.0 | ||
37 | * Maven SSH Wagon 2.2 | ||
38 | * Maven Surefire plugin 2.12 | ||
39 | * Maven War plugin 2.2 | ||
40 | * OSCache 2.4.1 | ||
41 | |||
42 | == Translations == | ||
43 | |||
44 | The following translations have been updated: | ||
45 | |||
46 | {{language codes="fr, it, ko, lv, sv"/}} | ||
47 | |||
48 | = Tested Browsers = | ||
49 | |||
50 | Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]): | ||
51 | |||
52 | {{browser name="firefox" version="9.0.1"/}} | ||
53 | |||
54 | {{browser name="chrome" version="16"/}} | ||
55 | |||
56 | = Known issues = | ||
57 | |||
58 | * [[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]] | ||
59 | |||
60 | = Test Report = | ||
61 | |||
62 | You can check the [[manual test report>>TestReports.ManualTestReportXE35]] to learn about what was tested and the results on various browsers. | ||
63 | |||
64 | = Backward Compatibility and Migration Notes = | ||
65 | |||
66 | == General Notes == | ||
67 | |||
68 | {{warning}} | ||
69 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
70 | {{/warning}} | ||
71 | |||
72 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
73 | |||
74 | {{warning}} | ||
75 | 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. | ||
76 | {{/warning}} | ||
77 | |||
78 | == Issues specific to XWiki Enterprise 3.5 == | ||
79 | |||
80 | The default configuration property for the permanent directory was renamed from ##container.persistentDirectory## to ##environment.permanentDirectory## in ##xwiki.properties##. | ||
81 | |||
82 | {{todo}}Disabled support for named event parameters in Activity Stream to improve performance.{{/todo}} | ||
83 | |||
84 | == API Breakages == | ||
85 | |||
86 | The following APIs were modified since version 3.4: | ||
87 | |||
88 | {{code language="none"}} | ||
89 | org.xwiki.container.ContainerFactory: Class org.xwiki.container.ContainerFactory removed | ||
90 | com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin removed | ||
91 | com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI removed | ||
92 | {{/code}} |