Release Notes for XWiki 15.10.2
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 bug fix release is the first Long Term Support release of the 15.x cycle. It includes fixes for regressions that were reported for XWiki 15.10.1 and security fixes.
New and Noteworthy (since XWiki 15.10.1)
Full list of issues fixed and Dashboard for XWiki 15.10.2.
For Developers
New API to safely evaluate XObject properties: A new API to provide safe evaluation of XObject properties has been introduced to allow developers to control which properties from which XClasses should be evaluable, and how they should be evaluated. For XObjects that have assigned evaluators, the evaluated properties can be recovered in scripts through the new evaluate() method.
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 121 | Not Tested | |
Google Chrome 120 | Not Tested | |
Microsoft Edge 120 | Jira Tickets Marked as Fixed in the Release Notes | |
Safari 17 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tested on: | |
---|---|---|
HyperSQL 2.7.2 | Not Tested | |
MariaDB 11.2 | Jira Tickets Marked as Fixed in the Release Notes | |
MySQL 8.2 | Not Tested | |
PostgreSQL 16 | 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.84 | Jira Tickets Marked as Fixed in the Release Notes | |
Jetty 10.0.18 (XWiki Standalone packaging) | Not Tested | |
Jetty 10.0.18 | Not 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.
API Breakages
The following APIs were modified since XWiki 15.10.1:
Unstable APIs
Not real backward compatibility breakages since they were done on APIs marked @Unstable (a.k.a Young APIs). Thus it's part of the contract that they can be broken until they become stable. They're listed purely for reference in case you decided to still use them (and thus agreed to be broken).
- Unstable API. The Optional wrapper proved to be useless.
- Violation type:java.method.returnTypeChanged
- Code:## Old:
method java.util.Optional<org.xwiki.extension.index.security.review.ReviewsMap> org.xwiki.extension.security.analyzer.ReviewsFetcher::fetch() throws org.xwiki.extension.security.internal.ExtensionSecurityException
## New:
method org.xwiki.extension.index.security.review.ReviewsMap org.xwiki.extension.security.analyzer.ReviewsFetcher::fetch() throws org.xwiki.extension.security.internal.ExtensionSecurityException
- Violation type:
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Lucas C
- Manuel Leduc
- Michael Hamann
- Pierre Jeanjean
- Simon Urli
- Simpel
- Thomas Mortagne
- hongsikum