Release Notes for XWiki 9.11.8
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 bugfix release that covers important issues that we have discovered since 9.11.7 has been released.
New and Noteworthy (since XWiki 9.11.7)
Full list of issues fixed and Dashboard for 9.11.8.
All Changes
Tested Browsers & Databases
Here is the list of browsers we support and how they have been tested for this release:
Browser | Tests performed and results | |
---|---|---|
Google Chrome 70 | Jira Tickets Marked as Fixed in the Release Notes | |
Mozilla Firefox 62 | Not Tested | |
Microsoft Edge 17 | Not Tested | |
Internet Explorer 11 | Not Tested | |
Safari 12 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tests performed and results | |
---|---|---|
HyperSQL 2.4.0 | Not Tested | |
MySQL 5.7 | Not Tested | |
PostgreSQL 10 | Jira Tickets Marked as Fixed in the Release Notes | |
Oracle 11.2 | 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.
API Breakages
The following APIs were modified since XWiki 9.11.7:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.util.Set<java.lang.String> org.xwiki.notifications.filters.NotificationFilterPreference::getEventTypes()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.removed
- Code:## Old:
method java.util.Set<org.xwiki.notifications.NotificationFormat> org.xwiki.notifications.filters.NotificationFilterPreference::getFilterFormats()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.removed
- Code:## Old:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getFilterPreferenceName()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getId()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.util.Set<org.xwiki.notifications.NotificationFormat> org.xwiki.notifications.filters.NotificationFilterPreference::getNotificationFormats()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getPage()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getPageOnly()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.removed
- Code:## Old:
method java.util.List<java.lang.String> org.xwiki.notifications.filters.NotificationFilterPreference::getProperties(org.xwiki.notifications.filters.NotificationFilterProperty)
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.noLongerDefault
- Code:## Old:
method java.util.Date org.xwiki.notifications.filters.NotificationFilterPreference::getStartingDate()
## New:
method java.util.Date org.xwiki.notifications.filters.NotificationFilterPreference::getStartingDate()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.nowAbstract
- Code:## Old:
method java.util.Date org.xwiki.notifications.filters.NotificationFilterPreference::getStartingDate()
## New:
method java.util.Date org.xwiki.notifications.filters.NotificationFilterPreference::getStartingDate()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getUser()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method java.lang.String org.xwiki.notifications.filters.NotificationFilterPreference::getWiki()
- Violation type:
- NotificationFilterPreference store did not scale
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method void org.xwiki.notifications.filters.NotificationFilterPreference::setEnabled(boolean)
- Violation type:
- Young API
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method org.xwiki.notifications.filters.watch.AutomaticWatchMode org.xwiki.notifications.filters.watch.WatchedEntitiesConfiguration::getDefaultAutomaticWatchMode(org.xwiki.model.reference.WikiReference)
- Violation type:
- Not a break: the REST endpoint is the same.
- Violation type:java.method.returnTypeChanged
- Code:## Old:
method org.xwiki.notifications.rest.model.Notifications org.xwiki.notifications.rest.NotificationsResource::getNotifications(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) throws java.lang.Exception
## New:
method javax.ws.rs.core.Response org.xwiki.notifications.rest.NotificationsResource::getNotifications(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) throws java.lang.Exception
- Violation type:
- Adding a REST API is actually not a breakage.
- Violation type:java.method.addedToInterface
- Code:## Old:
null
## New:
method javax.ws.rs.core.Response org.xwiki.notifications.rest.NotificationsResource::postNotifications() throws java.lang.Exception
- Violation type:
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
Adel Atallah
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Marius Dumitru Florea
Oana-Lavinia Florean
Simon Urli
Thomas Mortagne
Vincent Massol