Documentation for a newer release is available. View Latest

Migration Steps for IPF-2023.3.0

Version Updates

New IPF Data Model Migration

You will need to migrate to the new data model before updating to the new BOM (if not done migrating to 2023.2.0). We will be deprecating and removing the old types in subsequent releases. Details can be found in the IPF Developer Docs - Migrating from legacy data model

To migrate from 2023.2.0, please perform the following steps:

  • Update your BOM version to the new release version 2023.3.0:

<parent>
    <groupId>com.iconsolutions.ipf</groupId>
    <artifactId>ipf-release-core-bom</artifactId>
    <version>2023.3.0</version>
</parent>
  • Update all the flo versions within the domain folders to 1.36.134. Namely, in "docs", "domain", "external-libraries", "mps", "sampleapp" and "test" modules, update to look like:

<parent>
    <groupId>com.iconsolutions.ipf.core.flow</groupId>
    <artifactId>flo-starter-<modulename></artifactId>
    <version>1.36.134</version>
    <relativePath></relativePath>
</parent>
  • Run a Maven build to retrieve all the latest dependencies.