Wiki source code of Release Notes for XWiki Enterprise 3.4 Release Candidate 1
Version 8.1 by Marius Dumitru Florea on 2012/01/20
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | The first release candidate of the 3.4 version brings a few bug fixes and improvements over the previous version. | ||
6 | |||
7 | = New and Noteworthy (since 3.4 Milestone 1) = | ||
8 | |||
9 | Checkout the full unabridged [[list of issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%223.4-rc-1%22&tempMax=1000]] fixed in this release. | ||
10 | |||
11 | == UI to import and synchronize external extensions in the repository == | ||
12 | |||
13 | It's now possible to easily import an extension from any repository into XWiki Repository. | ||
14 | |||
15 | A common use case is the need to make a maven extension available to the search with a complete documentation since search is not supported in plain maven repositories and it's hard to add a nice documentation in maven pom.xml since there is no real place for it (just a summary). | ||
16 | |||
17 | XWiki Repository then act as a proxy for the actual extension file. | ||
18 | |||
19 | = For developers = | ||
20 | |||
21 | == Upgrades == | ||
22 | |||
23 | The following dependencies have been upgraded: | ||
24 | |||
25 | * Hibernate 3.6.9 | ||
26 | * Restlet 2.0.11 | ||
27 | * Selenium 2.17 | ||
28 | * Selenium Maven Plugin 2.2 | ||
29 | |||
30 | == Translations == | ||
31 | |||
32 | The following translations have been updated: | ||
33 | |||
34 | {{language codes="lv"/}} | ||
35 | |||
36 | = Tested Browsers = | ||
37 | |||
38 | 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]]): | ||
39 | |||
40 | {{browser name="firefox" version="9.0.1"/}} | ||
41 | |||
42 | {{browser name="chrome" version="16"/}} | ||
43 | |||
44 | |||
45 | = Test Report = | ||
46 | |||
47 | You can check the [[manual test report>>TestReports.ManualTestReportXE34RC1]] to learn about what was tested and the results on various browsers. | ||
48 | |||
49 | = Known issues = | ||
50 | |||
51 | * [[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]] | ||
52 | |||
53 | = Backward Compatibility and Migration Notes = | ||
54 | |||
55 | == General Notes == | ||
56 | |||
57 | {{warning}} | ||
58 | 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,...//. | ||
59 | {{/warning}} | ||
60 | |||
61 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
62 | |||
63 | {{warning}} | ||
64 | 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. | ||
65 | {{/warning}} | ||
66 | |||
67 | == API Breakages == | ||
68 | |||
69 | The following APIs were modified since version 3.3: | ||
70 | |||
71 | {{code language="none"}} | ||
72 | org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Filter from the list of superclasses | ||
73 | org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Guard from the list of superclasses | ||
74 | org.xwiki.rest.XWikiAuthentication: Removed org.restlet.Uniform from the list of superclasses | ||
75 | org.xwiki.rest.XWikiAuthentication: In method 'public int authenticate(org.restlet.data.Request)' the number of arguments has changed | ||
76 | org.xwiki.rest.XWikiAuthentication: Return type of method 'public int authenticate(org.restlet.data.Request)' has been changed to boolean | ||
77 | org.xwiki.rest.XWikiAuthentication: Method 'public boolean checkSecret(org.restlet.data.Request, java.lang.String, char[])' has been removed | ||
78 | org.xwiki.rest.XWikiRestletJaxRsApplication: Removed org.restlet.Uniform from the list of superclasses | ||
79 | org.xwiki.rest.XWikiRestletServlet: Removed com.noelios.restlet.ext.servlet.ServerServlet from the list of superclasses | ||
80 | org.xwiki.rest.XWikiSetupCleanupFilter: Removed org.restlet.Filter from the list of superclasses | ||
81 | org.xwiki.rest.XWikiSetupCleanupFilter: Removed org.restlet.Uniform from the list of superclasses | ||
82 | org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected void afterHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request | ||
83 | org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 2 of 'protected void afterHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response | ||
84 | org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected int beforeHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request | ||
85 | org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 2 of 'protected int beforeHandle(org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response | ||
86 | org.xwiki.rest.XWikiSetupCleanupFilter: Parameter 1 of 'protected javax.servlet.http.HttpServletRequest getHttpRequest(org.restlet.data.Request)' has changed its type to org.restlet.Request | ||
87 | org.xwiki.rest.resources.BrowserAuthenticationResource: Removed org.restlet.Handler from the list of superclasses | ||
88 | org.xwiki.rest.resources.BrowserAuthenticationResource: Removed org.restlet.resource.Resource from the list of superclasses | ||
89 | org.xwiki.rest.resources.BrowserAuthenticationResource: Parameter 2 of 'public BrowserAuthenticationResource(org.restlet.Context, org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Request | ||
90 | org.xwiki.rest.resources.BrowserAuthenticationResource: Parameter 3 of 'public BrowserAuthenticationResource(org.restlet.Context, org.restlet.data.Request, org.restlet.data.Response)' has changed its type to org.restlet.Response | ||
91 | {{/code}} |