Try to upgrade to a newer version, e.g. 1.11.1 (or 1.11.2, 1.11.3)
Expected result:
Upgrade is done
Actual result:
Upgrade fails with the following error
Ranges [[2.4.11,]] and [[1.3.2,2.4.2]] are incompatibles
Investigation:
This is caused by https://github.com/xwikisas/application-office365/issues/25. The fix made the app compatible with OIDC, which required net.minidev:json-smart [2.4.11,], but it become no longer possible to upgrade from older versions that had the [1.3.2,2.4.2] range defined
Until the issue is fix, the workaround would be to:
Uninstall net.minidev:json-smart
This will also uninstall office365, as well as other apps that require this small extension, so make sure to install them back after
Install the new version of office-365
Again, make sure to install back other removed extensions (e.g. OIDC requires this extension)
Steps to reproduce:
Expected result: Upgrade is done
Actual result: Upgrade fails with the following error
Ranges [[2.4.11,]] and [[1.3.2,2.4.2]] are incompatibles
Investigation: This is caused by https://github.com/xwikisas/application-office365/issues/25. The fix made the app compatible with OIDC, which required
net.minidev:json-smart [2.4.11,]
, but it become no longer possible to upgrade from older versions that had the[1.3.2,2.4.2]
range definedUntil the issue is fix, the workaround would be to:
net.minidev:json-smart
This will also uninstall office365, as well as other apps that require this small extension, so make sure to install them back after