Release Notes for XWiki 5.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.
<insert description of release here>
New and Noteworthy (since XWiki 5.0.3)
Full list of issues fixed and Dashboard for 5.1.
<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
<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:
- <list libraries that have been upgraded>
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 <version>
<issues specific to the project>
API Breakages
The following APIs were modified since XWiki 5.0.3:
- Young API: New method to separate job setup from job start to put real jobs in queue.org.xwiki.job.Job: Method 'public void initialize(org.xwiki.job.Request)' has been added to an interface
- Young API: New method to add a custom Job to the queue.org.xwiki.job.JobManager: Method 'public void addJob(org.xwiki.job.Job)' has been added to an interface
- Needed to fix XWIKI-9251 and the IRC Bot API is still relatively new and not a mainstream API used by lots of people.org.xwiki.ircbot.IRCBot: Method 'public java.lang.String getWikiId()' has been added to an interface
- Young API: The URL module has never been finished and we started working on it again.org.xwiki.url.InvalidURLException: Class org.xwiki.url.InvalidURLException removed