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 a bugfix release.
New and Noteworthy (since XWiki 5.0.2)
Full list of issues fixed and Dashboard for 5.0.3.
Full Issue List
Failed to execute the JIRA macro. Cause: [Error = [HTTP Status 400 – Bad Request]. URL = [http://jira.xwiki.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=Project+in+%28%22XWiki+Commons%22%2C+%22XWiki+Rendering%22%2C+%22XWiki+Platform%22%2C+%22XWiki+Enterprise%22%2C+%22XWiki+Enterprise+Manager%22%29+and+fixVersion+in+%28%225.0.3%22%29+and+resolution+in+%28%22Fixed%22%29+and+component+not+in+%28%22Build%2C+Infrastructure+and+Tests%22%29]]. Click on this message for details.
org.xwiki.rendering.macro.MacroExecutionException: Failed to retrieve JIRA data from [http://jira.xwiki.org] for JQL [Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("5.0.3") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")]
at org.xwiki.contrib.jira.macro.internal.source.AbstractJIRADataSource.getXMLDocument(AbstractJIRADataSource.java:87)
at org.xwiki.contrib.jira.macro.internal.source.JQLJIRADataSource.getData(JQLJIRADataSource.java:56)
at org.xwiki.contrib.jira.macro.internal.JIRAMacro.execute(JIRAMacro.java:88)
at org.xwiki.contrib.jira.config.internal.AsyncJIRAMacro.executeCodeMacro(AsyncJIRAMacro.java:99)
at org.xwiki.contrib.jira.config.internal.JIRABlockAsyncRenderer.execute(JIRABlockAsyncRenderer.java:116)
at org.xwiki.rendering.async.internal.block.AbstractBlockAsyncRenderer.render(AbstractBlockAsyncRenderer.java:157)
at org.xwiki.rendering.async.internal.block.AbstractBlockAsyncRenderer.render(AbstractBlockAsyncRenderer.java:54)
at org.xwiki.rendering.async.internal.AsyncRendererJob.runInternal(AsyncRendererJob.java:101)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:246)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:223)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.Exception: Error = [HTTP Status 400 – Bad Request]. URL = [http://jira.xwiki.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=Project+in+%28%22XWiki+Commons%22%2C+%22XWiki+Rendering%22%2C+%22XWiki+Platform%22%2C+%22XWiki+Enterprise%22%2C+%22XWiki+Enterprise+Manager%22%29+and+fixVersion+in+%28%225.0.3%22%29+and+resolution+in+%28%22Fixed%22%29+and+component+not+in+%28%22Build%2C+Infrastructure+and+Tests%22%29]
at org.xwiki.contrib.jira.macro.internal.HTTPJIRAFetcher.performRequest(HTTPJIRAFetcher.java:129)
at org.xwiki.contrib.jira.macro.internal.HTTPJIRAFetcher.fetch(HTTPJIRAFetcher.java:75)
at org.xwiki.contrib.jira.macro.internal.source.AbstractJIRADataSource.getXMLDocument(AbstractJIRADataSource.java:85)
... 12 more
Translations
The following translations have been updated:
Tested Browsers & Databases
Here's the list of browsers we support and how they've been tested specifically for this release:
Here's the list of databases we support and how they've been tested specifically for this release:
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.
WarningAlways 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.