Release Notes for XWiki 5.1 Milestone 1
This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
This is the first milestone for the 5.1 release.
New and Noteworthy (since XWiki 5.0)
Full list of issues fixed and Dashboard for <version>.
<feature N>
<description of feature N>
Miscellaneous
<insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
See the full list of JIRA issues fixed in this release.
For Developers
REST API improvements
All REST responses also specify the version of XWiki running on the server in the XWiki-Version HTTP header, and the current user in the XWiki-User header.
<developer feature N>
<description of developer feature N>
Deprecated and Retired projects
<description of deprecated and retired projects>
Upgrades
The following dependencies have been upgraded:
- logback 1.0.12
Miscellaneous
<other dev stuff to add and link to JIRA for all issues fixed>
Translations
The following translations have been updated:
Tested Browsers & Databases
Known issues
Backward Compatibility and Migration Notes
General Notes
You may also want to import the default wiki XAR in order to benefit from all the improvements listed above.
Issues specific to XWiki 5.1 Milestone 1
- The data type of the 'email' property from the user profile has changed from String to Email, a specialized type introduced in 4.2. Unfortunately this change doesn't apply automatically when you upgrade from an older version so you have to do it your self:The values of both String and Email data types are stored in the same database table so there souldn't be any migration issues for existing users.
- edit XWiki.XWikiUsers with the class editor
- delete the 'email' property
- add a new property of type Email named 'email' with 'e-Mail' as pretty name
- save
API Breakages
The following APIs were modified since <project> <version - 1>: