Release Notes for XWiki 11.10.1
Last modified by Marius Dumitru Florea on 2019/12/12
Contents
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 11.10 has been released.
New and Noteworthy (since XWiki 11.10)
Full list of issues fixed and Dashboard for 11.10.1.
XWIKI-16911NPE when migrating subwikis on XWiki 11.10XWIKI-16908StackOverflowError when creating a topic on a forumXWIKI-16904Sometimes the orphaned dependencies report is not displayedXWIKI-16900Deleted / inserted images are not always marked visually in the rendered diffXWIKI-16899Adding a user to a group provided by an extension crashes the security cacheXWIKI-16896Upgrade to TestContainers 1.12.4XWIKI-16895Document Information panel throws JavaScript error when translations contain double quotesXWIKI-16893Upgrade to Templates Application v1.0.4XWIKI-16892Errors when using Maven version ranges in ExtensionXWIKI-16890Extensions listed as invalid orphaned dependencies are not properly unselected in DWXWIKI-16886jakarta.activation and jakarta.transaction-api have missing featuresXWIKI-16885Cannot export/import all from a fresh XWiki jetty/hsqldbXWIKI-16882Images from login CAPTCHA cannot be reloaded from the 'Reload' link in a private wikiXWIKI-16881Possible nullpointerexception triggered by MandatoryDocumentInitializerListenerXWIKI-16880Document cache key collision when page name matches a localeXWIKI-16869The user reference in the HTML is wrong when there's no user logged inXWIKI-16866Panels with special characters cannot be put in a columnXWIKI-16708Wiki Macro execution incorrectly removes all MacroMarkerBlock blocksXWIKI-16103Failing to see the list of wikis when logged out if there is a pending invitationXWIKI-16018Use the new page picker for the homepage field of wiki descriptorsXWIKI-15261Allow translating WikiMacroClass class fieldsXCOMMONS-1820Add support for computing the HTML diff taking into account the image data rather than the image locationXCOMMONS-1819Images embedded using base64 data URI slow down the HTML diff computationXCOMMONS-1808EM cannot resolve webjars artifacts created with the webjar extension with the Maven repository handler
Upgrades
The following runtime dependencies have been upgraded (they have a different release cycle than XWiki Commons, XWiki Rendering and XWiki Platform):
Translations
The following translations have been updated:
- German
- French
- Marathi
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.10:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void org.xwiki.diff.xml.XMLDiffConfiguration::<init>()
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method java.lang.Object java.lang.Object::clone() throws java.lang.CloneNotSupportedException @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method boolean java.lang.Object::equals(java.lang.Object) @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::finalize() throws java.lang.Throwable @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method java.lang.Class<?> java.lang.Object::getClass() @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method int java.lang.Object::hashCode() @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::notify() @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::notifyAll() @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method java.lang.String java.lang.Object::toString() @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::wait() throws java.lang.InterruptedException @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::wait(long) throws java.lang.InterruptedException @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.method.removed
- Code:## Old:
method void java.lang.Object::wait(long, int) throws java.lang.InterruptedException @ org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.class.kindChanged
- Code:## Old:
class org.xwiki.diff.xml.XMLDiffConfiguration
## New:
interface org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.class.nowAbstract
- Code:## Old:
class org.xwiki.diff.xml.XMLDiffConfiguration
## New:
interface org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (XMLDiffConfiguration is now an interface)
- Violation type:java.annotation.added
- Code:## Old:
class org.xwiki.diff.xml.XMLDiffConfiguration
## New:
interface org.xwiki.diff.xml.XMLDiffConfiguration
- Violation type:
- Unstable API change (Added configuration parameter)
- Violation type:java.method.numberOfParametersChanged
- Code:## Old:
method boolean org.xwiki.diff.xml.XMLDiffMarker::markDiff(org.w3c.dom.Node, org.w3c.dom.Node) throws org.xwiki.diff.DiffException
## New:
method boolean org.xwiki.diff.xml.XMLDiffMarker::markDiff(org.w3c.dom.Node, org.w3c.dom.Node, org.xwiki.diff.xml.XMLDiffConfiguration) throws org.xwiki.diff.DiffException
- Violation type:
- Unstable API change (XMLDiffPruner has been converted to an XMLDiffFilter)
- Violation type:java.class.removed
- Code:## Old:
interface org.xwiki.diff.xml.XMLDiffPruner
- Violation type:
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Clément Aubin
- Guillaume Delhumeau
- Marius Dumitru Florea
- Simon Urli
- Thomas Mortagne
- Vincent Massol