2.6 Migration Guide

In this document, we will see the major steps to migrate from 2.5 to 2.6.

Please check the change log for detailed list of fixes, changes and improvements introduced in 2.6.

Database migration

Migration scripts are available there.

Configuration Changes

Template settings line configuration now uses MetaSelect instead of string for selection configuration.

Removed Methods

The following methods have been removed:

  • DownloadDocServiceImpl.sendError

  • DownloadDocServiceImpl.sendMessage

  • WebUtilsServiceImpl.createRequestWithoutAuth (protected method)

  • PrintRequestService.downloadRequest (deprecated, use downloadDocumentFromPrintRequest instead)

  • SelectionTools.getSelectionItemValue (unused)