Skip to content

Release Notes v36.2

Features

  • v2 configurations are persisted in the schemadb database. Incoming configuration requests are resolved based on the data stored in this database.
  • saveOnLeave to automatic save, if leave the page.
  • User session telemetry is now available at <server>/insight-gateway/rest/metrics/user-sessions, exposing metrics for active sessions, session count, and configured session timeout.

Changelog

  • The Java toolchain has been updated from JDK 17 to JDK 25.
  • The shared WildFly base image has been updated from 40.0.1.Final-jdk17 to 41.0.0.Final-jdk25.
  • The bundled Groovy dependencies have been updated from 3.0.23 to 5.0.7.

  • OCR (Optical Character Recognition) is now available as a menu action and as an attribute feature in Insight Mobile (iOS and Android).

Breaking Changes

  • Role replication is mandatory with Insight v36.2. See the v36.2 update guide for the required steps.
  • It is no longer necessary to explicitly define type information for attributes with Maximo backend. Attribute types are now determined automatically based on the types defined in Maximo. If required, the automatically determined type can be overridden by explicitly configuring the type property.
  • The Insight CLI upload is now performed via the application URL at /insight. See configuration_setup.

Wildfly 41 and JDK 25

  • Insight Middleware and the WildFly-based container images now require JDK 25. JDK 17 installations must be upgraded. Artifacts compiled for JDK 25 cannot be deployed to JDK 17 runtimes.
  • The shared container runtime now uses WildFly 41 on JDK 25. Custom WildFly-based images, configuration, and deployment overlays must be updated and retested.
  • Custom extensions and builds that depend on the bundled Groovy libraries must be migrated to Groovy 5 and the org.apache.groovy Maven group ID.

See the v36.2 update guide for the required migration steps.