Changes for page Release Notes for XWiki Enterprise 3.3 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Migration notes
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -110,10 +110,16 @@ 110 110 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. 111 111 {{/warning}} 112 112 113 -== Issues specific to <projet><version>==113 +== Issues specific to XWiki Enterprise 3.3 Milestone 1 == 114 114 115 - <issuesspecifictothe project>115 +=== Default Cache implementation changed === 116 116 117 +As mentioned above, a new cache implementation based on the successor of JBossCache, Infinispan, has been implemented and selected as the default cache provider. Any custom code that deals with caches should be checked for eventual incompatibilities. 118 + 119 +=== Maven XAR plugin behavior changed === 120 + 121 +The Maven plugin used for packaging XAR modules has been changed so that by default it doesn't bundle the XAR dependencies. This is reflected in the default XE wiki, which now comes in two variants, described [[above>>#HXEandXEMXARchanges]]. If you're counting on the old behavior for your custom projects, you can configure the plugin to bundle dependencies by setting the ##includeDependencies## property to ##true##. 122 + 117 117 == API Breakages == 118 118 119 119 Internals of the filesystem attachment store were moved around, there are not API and were never intended that way and not useful as API but clirr sees them as API so it is technically a break. See: [[XWIKI-7085>>http://jira.xwiki.org/browse/XWIKI-7085]].