Release Notes for XWiki 14.10.8

Last modified by Manuel Leduc on 2023/04/19

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 release that contains several bug fixes, including security fixes.

The following regressions were introduced in this release (and found after it was released). Please check them out and if they impact you we recommend waiting to upgrade to a version where they are fixed.

New and Noteworthy (since XWiki 14.10.7)

Full list of issues fixed and Dashboard for 14.10.8.

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:

 BrowserTested on:
Firefox30.pngMozilla Firefox 111Tests run and results
Chrome30.pngGoogle Chrome 112
Edge30.pngMicrosoft Edge 112Jira Tickets Marked as Fixed in the Release Notes
Safari30.pngSafari 16Not Tested

Here is the list of databases we support and how they have been tested for this release:

 DatabaseTested on:
hypersql.pngHyperSQL 2.7.1Not Tested
postgresql.pngPostgreSQL 15Not Tested
mariadb.pngMariaDB 10.11Jira Tickets Marked as Fixed in the Release Notes
mysql.pngMySQL 8Tests run and results
oracle.pngOracle 19c

Here is the list of Servlet Containers we support and how they have been tested for this release:

 Servlet ContainerTested on:
tomcat-icon.pngTomcat 9.0.73
jetty-icon.pngJetty 10.0.7 (XWiki Standalone packaging)
jetty-icon.pngJetty 10.0.7Not Tested

Security Issues

Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the XWiki Security Policy for more details.

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.10.8

The REST API now requires a form token for certain requests, see its documentation for details.

In the office document importer, the API of OfficeDocument for imported artifacts like images has been changed to use a map from filenames to a new type OfficeDocumentArtifact instead of a set of files. Any code that relies on the old method to get a set of files won't get access to the artifacts. Further, artifacts from custom implementations of OfficeDocument might not be imported. This could cause broken images in case of custom code or extensions. All usages of this API in XWiki itself have been adjusted so no breakage without custom code or extensions is expected. All APIs related to this breakage are marked @Unstable (a.k.a Young APIs). Backwards compatibility for the non-unstable (but deprecated) API was actually improved as part of this change.

API Breakages

The following APIs were modified since XWiki 14.10.7:

No breakage!

Credits

The following people have contributed code and translations to this release (sorted alphabetically):

  • Andreas Jonsson
  • Manuel Leduc
  • Marius Dumitru Florea
  • Michael Hamann
  • Nikita Petrenko
  • Oana-Lavinia Florean
  • Sereza7
  • Simon Urli
  • Simpel
  • Thomas Mortagne

Get Connected