Release Notes for XWiki 11.10
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 the first version of what is soon going to be the Long Term Support branch. It's finally possible to be more selective in the standard export administration. This version also helps keep a cleaner installed extensions index after an uprade and allow completly disable the authentication security mechanism.
New and Noteworthy (since XWiki 11.9)
Full list of issues fixed and Dashboard for XWiki 11.10.
For Users
No changes!
For Admins
Partial Wiki XAR Export
You can now do a partial export of your wiki from the wiki administration by selecting the pages you wish to export from a tree.
Orphaned Dependencies Cleanup
A new step has been added to the Distribution Wizard right after the Flavor step. Its job is to make sure no orphaned dependency (extension installed as dependency but which don't have any backward dependency left) is left in the installed extensions. The step suggests to uninstall the invalid ones by default and make the others top level extensions (i.e. taken into account by the upgrade job). Among other things, it fixes long standing problems caused by deprecated extensions no longer included in the Standard Flavor, like the Watchlist UI.
Allow to disable authentication security mechanism
In order to avoid any problem in the future with the Authentication Security that we recently introduced, we created a dedicated UI to easily disable/enable this mechanism. Note that disabling the authentication security will also clear the information about login failures, which might unlock users in case of problems.
For Developers
An API has been added to get orphaned dependencies
An API has been added to get backward dependencies including optional dependencies
Upgrades
The following runtime dependencies have been upgraded (they have a different release cycle than XWiki Commons, XWiki Rendering and XWiki Platform):
- CSS4J 1.0.2
- Hibernate 5.4.8
- Hibernate 5.4.9
- JGroups 4.1.8
- JSqlParser 3.1
- Jackson 2.10.0
- Jackson 2.10.1
- MChange Commons 0.2.19
- org.eclipse.sisu.plexus 0.3.4
- Batik 1.12
- Apache XML Graphics Commons 2.4
- Quartz Scheduler 2.3.2
- Ivy 2.5.0
- TrueVFS 0.12.2
- Joda-Time 2.10.5
- Plexus Containers 2.1.0
- JNR FFI 2.1.11
- JNR POSIX 3.0.51
- JNR 0.9.14
- JFFI 1.2.22
- Jetty 9.4.22.v20191022
- SLF4J 1.7.29
- Checker Qual 3.0.0
- JNA 5.5.0
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 | Tests performed and results | |
---|---|---|
Google Chrome 78 | New and Noteworthy Features + Jira Tickets Marked as Fixed in the Release Notes + Smoke tests | |
Mozilla Firefox 70 | Not Tested | |
Microsoft Edge 18 | Smoke tests | |
Internet Explorer 11 | Not Tested | |
Safari 13 | 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.5.0 | Not Tested | |
MySQL 5.7 | Smoke tests | |
Oracle 12c | New and Noteworthy Features + Jira Tickets Marked as Fixed in the Release Notes | |
PostgreSQL 11 | Smoke tests |
Here is the list of Servlet Containers we support and how they have been tested for this release:
Servlet Container | Tests performed and results | |
---|---|---|
Tomcat | Not Tested | |
Jetty (XWiki Standalone packaging) | New and Noteworthy Features + Jira Tickets Marked as Fixed in the Release Notes + Smoke tests | |
Jetty | 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 11.9:
- Not a breakage
- Violation type:java.annotation.attributeValueChanged
- Code:## Old:
class com.xpn.xwiki.plugin.scheduler.internal.SchedulerJobClassDocumentInitializer
## New:
class com.xpn.xwiki.plugin.scheduler.internal.SchedulerJobClassDocumentInitializer
- Violation type:
- Not a real breakage since you're supposed to extend runInternal() and not call it
- Violation type:java.method.exception.checkedAdded
- Code:## Old:
method void com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService::runInternal()
## New:
method void com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService::runInternal() throws java.lang.InterruptedException
- Violation type:
- Not a real breakage since this is an internal class. It's just located in a wrongly-named package for historical reasons (needs to be move to the 'internal' package)
- Violation type:java.method.exception.checkedAdded
- Code:## Old:
method void com.xpn.xwiki.util.AbstractXWikiRunnable::runInternal()
## New:
method void com.xpn.xwiki.util.AbstractXWikiRunnable::runInternal() throws java.lang.InterruptedException
- Violation type:
- Not a real breakage since you're supposed to extend runInternal() and not call it
- Violation type:java.method.exception.checkedAdded
- Code:## Old:
method void com.xpn.xwiki.plugin.feed.UpdateThread::runInternal()
## New:
method void com.xpn.xwiki.plugin.feed.UpdateThread::runInternal() throws java.lang.InterruptedException
- Violation type:
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Alex Cotiugă
- Christian Fröhlich
- DenisF
- Jan Prokop
- Joan
- Marius Dumitru Florea
- Simon Urli
- sugov5
- Thomas Mortagne
- Vincent Massol
- xrichard