Release Notes for XWiki 6.4.5

Version 10.1 by Thomas Mortagne on 2015/09/01
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

This is the release notes for XWiki Commons, XWiki Rendering, XWiki Platform and XWiki Enterprise. They share the same release notes as they are released together and have the same version.

This is a stabilization release that fixes important bugs discovered in the 6.4.4 version.

Warning

This versions breaks a few Java APIs for the new Mail Sender API. This was necessary to fix some bugs.

Issues fixed since XWiki 6.4.4

Full list of issues fixed and Dashboard for 6.4.5.

Translations

The following translations have been updated: 

Tested Browsers & Databases

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:TestReports.ManualTestReportSummaryXWiki645]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Here is the list of browsers we support and how they have been tested for this release:

BrowserTest Result
Chrome30.pngGoogle Chrome 45Jira Tickets Marked as Fixed in the Release Notes
Firefox30.pngMozilla Firefox 40Not Tested
IE30.pngInternet Explorer 8Not Tested
IE30.pngInternet Explorer 9Not Tested

Here is the list of databases we support and how they have been tested for this release:

DatabaseTest Result
hypersql.pngHyperSQL 2.3.2Jira Tickets Marked as Fixed in the Release Notes
mysql.pngMySQL 5.6.24Not Tested
oracle.pngOracle 11.2Not Tested
postgresql.pngPostgreSQL 9.4.1Not Tested
Information

For the full list of tests see this page.

Known issues

Backward Compatibility and Migration Notes

General Notes

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.

API Breakages

The following APIs were modified since XWiki 6.4.4:

  • Change of API to fix bug in waitForProcessin(). Scripting API has not been broken, only the Java API has
[ERROR] 7002: org.xwiki.mail.MailResult: Method 'public boolean isProcessed()' has been removed
[ERROR] 7002: org.xwiki.mail.MailResult: Method 'public void waitTillProcessed(long)' has been removed
[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public long getProcessedMailCount()' has been added to an interface
[ERROR] 7002: org.xwiki.mail.MailStatusResult: Method 'public long getSize()' has been removed
[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public long getTotalMailCount()' has been added to an interface
[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public boolean isProcessed()' has been added to an interface
[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public void waitTillProcessed(long)' has been added to an interface

Get Connected