Overview of all update note
To update map.apps SDI, follow all the update notes below that are between your current version and the new version.
5.4
Savestate service database schema
A new field and a new table have been added to the database schema for the Savestate service.
By default, these schema changes are applied automatically to the database 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.
Therefore, ensure the property’s value is configured as such:
db.hibernate.schemaUpdate=update
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
Bundle sdi_share-link
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 tosdi_themes_extension5
-
Renaming of
sdi_statemanagement
widget role tosdi_statemanagement5
-
Renaming of
appmanagement_managerAppStateListTool
toappmanagement_managerAppStateListTool5
-
New
appmanagement_managerAppStateListTool5
title