Release Notes for XWiki 5.4 Milestone 1
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 an improvement and stability release for things started during the 5.x cycle.
New and Noteworthy (since XWiki 5.3)
Full list of issues fixed and Dashboard for XWiki 5.4.
WikiStream improvements
- added support for file:<path> syntax in source and target properties
- instance input module is now able to generate generic revision events
- Confluence input module pass page content as it is when target does not support rendering events (instead of nothing)
XWiki Repository updated
A few changes that were applied on http://extensions.xwiki.org since a long time were not applied on git repository, this is now fixed.
Miscellaneous
- Added support for creating and deleting wikis when using the H2 database.
- Extension Manager XAR handler now compare attachments content (but does not merge them) and save them in the same version than the document itself
See the full list of JIRA issues fixed in this release.
For Developers
Miscellaneous
- Properties annotations (@PropertyName, @PropertyDescription, etc.) are now now annotated with @Inherited which make possible to define them in interfaces or abstracts for example
- It's now possible to use plugins installed as extension (only if installed or either main wiki or farm)
- It's now possible to specify a custom version for the distribution UI in the WAR pom.xml using xwiki.extension.distribution.ui.version and xwiki.extension.distribution.wikiui.version.
- New Document.getLocale() API which should be used rather than the older Document.getLanguage() which is now deprecated.
- It's now possible to organize the slf4j log as a tree, see Logging Module.
- The XWiki.XWikiAdminGroup and XWiki.XWikiAllGroup pages have been moved from the xwiki-platform-administration-ui module to the xwiki-enterprise-ui-admin-user one.
Upgrades
The following dependencies have been upgraded:
- commons-compress 1.6
- commons-configuration 1.10
- commons-lang 3.2
- commons-net 3.3
- cssparser 0.9.11
- HSQLDB 2.3.1
Translations
The following translations have been updated:
Tested Browsers & Databases
Here is the list of browsers we support and how they have been tested for this release:
Browser | Status | |
---|---|---|
Google Chrome 31 | Jira Tickets Marked as Fixed in the Release Notes | |
Mozilla Firefox 26 | Not Tested | |
Internet Explorer 8 | Not Tested | |
Internet Explorer 9 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Status | |
---|---|---|
HyperSQL 2.3.1 | Jira Tickets Marked as Fixed in the Release Notes | |
MySQL 5.6.10 | Not Tested | |
Oracle 11.2 | Not Tested | |
PostgreSQL 9.2.4 | Not Tested |
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 5.3:
org.xwiki.wikistream.xar.input.XARInputProperties: Method 'public void setReferencesOnly(boolean)' has been removed
org.xwiki.wikistream.model.filter.WikiDocumentFilter: Field PARAMETER_REVISION has been removed, but it was previously a constant
org.xwiki.wikistream.model.filter.WikiObjectPropertyFilter: Parameter 2 of 'public void onWikiObjectProperty(java.lang.String, java.lang.String, org.xwiki.filter.FilterEventParameters)' has changed its type to java.lang.Object