Skip to content

v29.0

Breaking Changes

  • MSSQL driver update defaults to secure connections

Either configure your JDBC connection with: - trustServerCertificate=true (prefered) - encrypt=false

  • Installations that configured keycloak as OIDC server must ensure that Add to userinfo is set to ON at ClientScopes/roles/Mappers/realm roles. See Keycloak

  • Because of env-Variable INSIGHT_HIBERNATE_HBM2DDL_AUTO it is necessary to update to wildfly 26.1.3-Final.

Changelog

  • New menu action added to refresh the user profile without relogin. (refreshProfile)
  • Comments can be used in JSon-Configfiles (comments)

Deprecated

  • the use of TomEE as an application server is deprecated in this release and will be discontinued from the upcoming V30-Release
  • all our Docker Images are switched to Wildfly as the base image