Overview of all update note

Compatibility matrix

Please check this table for supported map.apps versions and apply the appropriate map.apps system requirements. If you have installed both map.apps bundles line 3 and 4, you must use line 4.

map.apps SDI map.apps

5.3.0

4.14

5.2.0

4.13

5.1.8 - 5.1.5

4.12

5.1.4

4.11

5.1.3

4.9.2

5.1.2 & 5.1.1

4.8.3

5.0.x

>= 4.7

To update map.apps SDI, follow all the update notes below that are between your current version and the new version.

5.3

Savestate service database schema

A new field has been added to the database schema for the Savestate service. By default, this field is added automatically when the service is started. However, if you made changes to the db.hibernate.schemaUpdate property in your application.properties file this might not happen automatically. Ensure its value is configured as such:

db.hibernate.schemaUpdate=update

The configuration for the properties shareTitle and shareMessage has been moved from the Config component to the ShareAppStateLinkCommand component.

Example

Old configuration:

{
    "sdi_share-link": {
        "Config": {
            "shareTitle": "My Title",
            "shareMessage": "The message"
        }
    }
}

New configuration:

{
    "sdi_share-link": {
        "ShareAppStateLinkCommand": {
            "shareTitle": "My Title",
            "shareMessage": "The message"
        }
    }
}

The Config component has been removed. See the sdi_share-link bundle documentation for details.

5.0

5.0.1

Regarding SDIEXT-868 some changes from map.apps SDI 5.0.0 to 5.0.1 had to be made (especially when programming own code this should be considered):

  • Renaming of sdi_themes_extension bundle to sdi_themes_extension5

  • Renaming of sdi_statemanagement widget role to sdi_statemanagement5

  • Renaming of appmanagement_managerAppStateListTool to appmanagement_managerAppStateListTool5

  • New appmanagement_managerAppStateListTool5 title