2.5 Migration Guide
In this document, we will see the major steps to migrate from 2.4 to 2.5.
| Please check the change log for detailed list of fixes, changes and improvements introduced in 2.5. |
Database migration
Migration scripts are available there.
Package Reorganization
All DTO-like classes have been moved to a single package:
| From | To |
|---|---|
|
|
Deprecated Classes and Methods
The following are deprecated and will be removed in a future version:
-
FileExportToolsclass (not used) -
PrintRequestService.downloadRequestmethod (usedownloadDocumentFromPrintRequestinstead) -
PrintRequestService.createPrintRequestmethod (usecreatePrintRequest(TemplatePrintModel, String, String, String, Long, String)instead)