Skip to content

V34

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.

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
    }