Release Notes for XWiki 15.10.16

Last modified by Thomas Mortagne on 2025/03/12

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. It contains security fixes, with the highest severity being 9.3 / 10.

Error

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 15.10.15)

Full list of issues fixed and Dashboard for 15.10.16.

Translations

The following translations have been updated:

Tested Browsers & Databases

Automated testing

XWiki executes a lot of automated tests during its build, testing all supported configurations. In addition, some manual QA is also executed to try to discover additional problems (see below):

Manual testing

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

 BrowserTested on:
Firefox30.pngMozilla Firefox 136Jira Tickets Marked as Fixed in the Release Notes
Chrome30.pngGoogle Chrome 134Not Tested
Edge30.pngMicrosoft Edge 134Not Tested
Safari30.pngSafari 17Not Tested

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

 DatabaseTested on:
hypersql.pngHyperSQL 2.7.3Not Tested
mariadb.pngMariaDB 11.4Not Tested
mysql.pngMySQL 9.0Not Tested
postgresql.pngPostgreSQL 16Jira Tickets Marked as Fixed in the Release Notes
oracle.pngOracle 19cNot Tested

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

 Servlet ContainerTested on:
tomcat-icon.pngTomcat 9.0.100Jira Tickets Marked as Fixed in the Release Notes
jetty-icon.pngJetty 10.0.21 (XWiki Standalone packaging)Not Tested
jetty-icon.pngJetty 10.0.21Not 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 15.10.16

New query validation in the REST Query HQL endpoint and for the short form queries in the script API

The validation of HQL queries given to the REST Query HQL endpoint and to the Query script API has been modified to be more consistent. This validation is a lot stricter than it used to be for those use cases, which may cause some perfectly valid (but complex enough to not be understood by the validator) queries to be forbidden if the current user (or the author of the script depencing on the user case) does not have programming right.

Don't hesitate to report an issue on https://jira.xwiki.org/browse/XWIKI if this happens. A workaround in the form of a configuration to explicitly indicate allowed query statements has also been introduced to workaround potential false positives. See Query Module for more details about this new configuration.

API Breakages

The following APIs were modified since XWiki 15.10.15:

No breakage!

Credits

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

  • Manuel Leduc
  • Marius Dumitru Florea
  • Michael Hamann
  • Nikita Petrenko
  • Oana-Lavinia Florean
  • Simon Urli
  • Simpel
  • Thomas Mortagne
  • Vincent Massol
  • xrichard

Get Connected