v32.0¶
Breaking Changes¶
- if roles-replication is configured: Property
roles.replication
is obsolete, migrate toroles.replication.type=maximo
- config.js is obsolete, please check update procedure for details
Updates middleware components:¶
- JDK 11.0.19+7
- Wildfly 30.0.1-Final
- ELK 8.x
Changelog¶
features, bugfixes¶
- plusMinus Shows a plus and minus button on number attributes.
- tabs Displays a tab footer bar on the root list. This allows you to switch between the stored trees.
- Create and detail view focusAttribute The attribute to be focused when opening the page. The feature is primarily used when creating.
- Form dialog focusAttribute The attribute to be focused when opening the dialog.
- Backend search with OR You can search with one attribute across multiple attributes using OR. This can be used with backend searches, online and offline.
- Config-Migration can be used for removing "clientProperties" fields in V2-Configurations.
- for maximo-backends treeConfigs can be stored in database instead of folder "treeConfigurations" details here
use of S3 for client configuration, customization and libraries¶
Instead of (manually) copying client configurations and customizations or library code into various adapters this can artefacts can now be uploaded to an S3 storage. This removes the fact that this files must be handled during an update, as they are not stored in the filesystem of the server anymore.
I containerized environments this feature helps during deployment of new containers, no files must be pushed into those anymore.
This feature requires:
configurations
repository must be restructured and migrated to support uploading of artefacts to the new S3 storage option- an S3 storage and credentials for it
- example: MinIO (optional)
Insight Cache for OIDC-Auth¶
- Usage of Insight cache during OIDC-Auth (since version 32.1.7)
- insight-cache.war needs to be deployed.
Insight Infor Adapter¶
- PROFILE_URL must be set if infor-adapter runs as a separate service (since version 32.1.7)
- required to read the user organization from the profile
- i.e. PROFILE_URL=http://singleserver.com:8080/insight-profile