This is the release notes for XWiki Commons, XWiki Rendering and XWiki Platform. They share the same release notes as they are released together and have the same version.
This is a bug fix version, fixing important issues - including security issues - discovered since XWiki 14.4.6 has been released.
New and Noteworthy (since XWiki 14.4.6)
Full list of issues fixed and Dashboard for XWiki 14.4.7.
Upgrades
The following runtime dependencies have been upgraded (they have a different release cycle than XWiki Commons, XWiki Rendering and XWiki Platform):
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 | Tested on: | |
---|---|---|
![]() | Mozilla Firefox 107 | Not Tested |
![]() | Google Chrome 107 | Jira Tickets Marked as Fixed in the Release Notes |
![]() | Microsoft Edge 107 | Not Tested |
![]() | Safari 16 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tested on: | |
---|---|---|
![]() | HyperSQL 2.6.1 | Not Tested |
![]() | PostgreSQL 15 | Jira Tickets Marked as Fixed in the Release Notes |
![]() | MySQL 8 | Not Tested |
![]() | MariaDB 10.6 | Not Tested |
![]() | Oracle 19c | Not Tested |
Here is the list of Servlet Containers we support and how they have been tested for this release:
Servlet Container | Tested on: | |
---|---|---|
![]() | Tomcat 9.0.69 | Jira Tickets Marked as Fixed in the Release Notes |
![]() | Jetty 10.0.7 (XWiki Standalone packaging) | Not Tested |
![]() | Jetty 10.0.7 | Not Tested |
Known issues
Backward Compatibility and Migration Notes
General Notes
- When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
- xwiki.cfg
- xwiki.properties
- web.xml
- hibernate.cfg.xml
- Add xwiki.store.migration=1 in xwiki.cfg so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
Issues specific to XWiki 14.4.7
- The xwiki.action.import.xar.usefilter configuration property has been removed and it's no longer possible to use the old XAR import (it has been replaced by a newer implementation since XWiki 6.2).
This release introduce some new Japanese translations that might cause error logs such as:
SQL Error: 1366, SQLState: HY000
Incorrect string value: '\xC4\xBEa zd...' for column 'XWD_CONTENT' at row 1
Incorrect string value: '\xC4\xBEa zd...' for column 'XWD_CONTENT' at row 1Those errors shouldn't impact you unless you're trying to use Japanese language, in which case you need to ensure to use a database encoded with utf8mb4. You can find details on https://jira.xwiki.org/browse/XWIKI-20517.
API Breakages
No API breakage since XWiki 14.4.6.
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Alex Cotiugă
- Manuel Leduc
- Marius Dumitru Florea
- Michael Hamann
- Simon Urli
- Thomas Mortagne
- Vincent Massol