Release Notes for XWiki Enterprise 3.5 Milestone 1

Version 2.1 by Marius Dumitru Florea on 2012/02/16

TODO

New and Noteworthy (since XWiki Enterprise 3.4 version)

TODO

Bug fixes and improvements

TODO

For Developers

TODO

Upgrades

The following dependencies have been upgraded:

  • Groovy 1.8.6
  • JFreeChart 1.0.14
  • JUnit 4.9
  • Maven Archetype plugin 2.2
  • Maven Assembly plugin 2.3
  • Maven Checkstyle plugin 2.9
  • Maven Dependency plugin 2.4
  • Maven Exec plugin 1.2.1
  • Maven Findbugs plugin 2.4.0
  • Maven JAR plugin 2.4
  • Maven Javadoc plugin 2.8.1
  • Maven Plugin plugin 2.9
  • Maven Release plugin 2.2.2
  • Maven Site plugin 3.0
  • Maven SSH Wagon 2.2
  • Maven Surefire plugin 2.12
  • Maven War plugin 2.2
  • OSCache 2.4.1

Translations

The following translations have been updated:

Tested Browsers

Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of supported browsers):

Firefox
9.0.1
Chrome
16

Known issues

Test Report

You can check the manual test report to learn about what was tested and the results on various browsers.

Backward Compatibility and Migration Notes

General Notes

If you're running in a multiwiki setup you'll also need to define the property xwiki.store.migration.databases=all to your xwiki.cfg file or explicitly name all databases to be migrated as in xwiki.store.migration.databases=db1,db2,....

You may also want to import the default wiki XAR in order to benefit from all the improvements listed above.

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.

API Breakages

The following APIs were modified since version 3.4:

org.xwiki.container.ContainerFactory: Class org.xwiki.container.ContainerFactory removed
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin removed
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI: Class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI removed

Get Connected