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 release is a stabilization version that fix important bugs discovered in the 5.4.5 version.
New and Noteworthy (since XWiki 5.4.5)
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=category+in+%28%22Top+Level+Projects%22%29+AND+fixVersion+in+%28%225.4.6%22%29+AND+resolution+in+%28Fixed%29+and+component+not+in+%28%22Development+Issues+only%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 [category in ("Top Level Projects") AND fixVersion in ("5.4.6") AND resolution in (Fixed) and component not in ("Development Issues only")]
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=category+in+%28%22Top+Level+Projects%22%29+AND+fixVersion+in+%28%225.4.6%22%29+AND+resolution+in+%28Fixed%29+and+component+not+in+%28%22Development+Issues+only%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
Tested Browsers & Databases
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
No APIs were broken since XWiki 5.4.5!