Release Notes for XWiki 12.7.1
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 for fixing important bugs since latest release. In particular this release fix a bug with the new Like feature when used with translations, and it also disable by default the Javascript Strict mode.
New and Noteworthy (since XWiki 12.7.1)
Full list of issues fixed and Dashboard for XWiki 12.7.1.
Tested Browsers & Databases
Here is the list of browsers we support and how they have been tested for this release:
Browser | Tested on: | |
---|---|---|
Google Chrome 84 | Not Tested | |
Mozilla Firefox 79 | Not Tested | |
Microsoft Edge 84 | Not Tested | |
Internet Explorer 11 | Tests run and results + Jira Tickets Marked as Fixed in the Release Notes | |
Safari 13 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tested on: | |
---|---|---|
HyperSQL 2.5.1 | Not Tested | |
MySQL 8 | Tests run and results + Jira Tickets Marked as Fixed in the Release Notes | |
Oracle 19c | Not Tested | |
PostgreSQL 12 | Not Tested | |
MariaDB 10.5 | 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.37 | Not Tested | |
Jetty 9.4.29 (XWiki Standalone packaging) | Tests run and results + Jira Tickets Marked as Fixed in the Release Notes | |
Jetty 9.4.29 | Not Tested |
Known issues
Backward Compatibility and Migration Notes
A new property has been added in xwiki.properties to enable the Javascript Strict mode, which is disabled by default:
# Skin Extensions
#-------------------------------------------------------------------------------------
#-# [Since 12.7.1, 12.8RC1]
#-# Indicate whether the JavaScript skin extensions should be parsed and minified using strict mode. When strict mode is
#-# enabled:
#-# * the JavaScript minification may fail if the code is poorly written. See
#-# https://github.com/google/closure-compiler/wiki/Warnings for a list of errors that may occur. When this happens
#-# XWiki uses the original (unminified) JavaScript source as a fall-back and logs some error messages that indicate
#-# how the bad code can be fixed.
#-# * the minified JavaScript includes the "use strict;" statement which means the code may fail at runtime if it doesn't
#-# follow the ECMAScript strict rules. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
#-#
#-# The default value is:
# skinx.jsStrictModeEnabled = false
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
No API changes since XWiki 12.7.
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
Marius Dumitru Florea
Simon Urli
Thomas Mortagne