Skip to content

v34.0

Please check the updated environment requirements for this release.

New versions of Insight Middleware

  • JDK 11.0.24+8
  • Wildfly 34.0.1-Final

Please see Standard-Middleware-Update for update to new versions

Insight-Connector must be deployed for Maximo.

Insight-Connector must be deployed for Maximo because of incompatile changes from version 33 to 34. Please see compatibility-matrix Insight-Connector relies on OSLC and does not work with REST anymore. Please make sure that OSLC-Routing is configured for Maximo-Backend.

insight-Connector for openTALOS v24 supports REST-API only

Communication via Jetty is not supported anymore for openTALOS v24.

  • Extension InsightOpenWebRest.oar must be deployed in openTALOS
  • property eam.url and env-variable EAM_URL must be adjusted to new endpoint https://server:port/insight/OpenWebV2/api
    • port must be port REST-API of openTALOS
  • truststore must be configured for https. Please see SSL

Gateway Log Level

  • Remove insight property gateway.loglevel and use environment variable INSIGHT_LOGLEVEL_GATEWAY
    • The default log level is INFO

customize.css in Insight Web Client

If you use customized styles for Insight Web Client, please do this:

  • Create a new directory with the name static-content.
  • Move the customize.css into the new directory
  • Zip the staticContent directory and name it static-content-1.0.zip.
  • Add this staticContent configuration to config.json

    "staticContent": {
        "version": "1.0",
        "css": true
    }