Last modified by Thomas Mortagne on 2018/11/30

<
From version < 22.1 >
edited by Marius Dumitru Florea
on 2018/09/28
To version < 23.1 >
edited by Guillaume Delhumeau
on 2018/10/01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.gdelhumeau
Content
... ... @@ -100,6 +100,11 @@
100 100  Upgrades from prior versions are still supported and automated.
101 101  {{/warning}}
102 102  )))
103 +* **If you are doing un upgrade, don't forget to update the following configuration file: ##hibernate.cfg.xml##**. In particular, the following line must be present:(((
104 +{{code language="xml"}}
105 +<mapping resource=“notification-filter-preferences.hbm.xml”/>
106 +{{/code}}
107 +)))
103 103  * XWiki has been configured to increase startup speed by avoiding JAR scanning, especially on Tomcat. The following was done, which you can modify if you need JAR scanning for some reason (not used by XWiki Standard by default):
104 104  ** Addition of ##metadata-complete="true"## and ##<absolute-ordering />## in XWiki's ##web.xml##
105 105  ** Addition of a ##META-INF/context.xml## Tomcat-specific deployment file in XWiki's WAR to prevent Tomcat from doing JAR scanning completely and to avoid scanning for JSP and WebSocket.

Get Connected