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

com.axelor.template.parser.*

com.axelor.template.dto.*

Deprecated Classes and Methods

The following are deprecated and will be removed in a future version:

  • FileExportTools class (not used)

  • PrintRequestService.downloadRequest method (use downloadDocumentFromPrintRequest instead)

  • PrintRequestService.createPrintRequest method (use createPrintRequest(TemplatePrintModel, String, String, String, Long, String) instead)