Steps to reproduce
- Create an older XWiki version instance (e.g. 11.10.13) on MySQL (tested with MySQL 8.3, Tomcat 9.0.87, Java 21)
- Close the instance
- Go to the newer instance (e.g. 15.10.7) and copy/cut the
folder and replace it (first delete the old one) in the same location on the older version (replace the WAR)
- Start XWiki upgrade
- Observe the logs in XWiki console
Expected results No warnings are displayed. Actual results A warning is displayed related to "liquibase.executor.null Integer display width" deprecation:
18-Mar-2024 15:45:40.544 WARNING [XWiki initialization] liquibase.executor.null Integer display width is deprecated and will be removed in a future release.
The issue seems to not reproduce when upgrading to XWiki 16.1.0. |