User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

RDM 16.1.0 Upgrade Notes

Configuration changelog

This section provides the information about the changes in the configuration files that need to be taken into account when upgrading the solution. In certain cases, the newly introduced default is used or some configuration is required.

The following table lists the configuration files that were added, changed, or removed.

Added files Changed files Removed files

/

  • RDM Server application.properties

/

RDM Server application.properties

Added properties

Changed properties

Following the updates in Spring Boot 3.4, the actuator endpoint properties have been changed accordingly. In addition to new property names, the properties are now of string data types and can be set to one of the following values:

  • none - Disables an endpoint.

  • read-only - Read-only access to endpoint operations.

  • unrestricted - Full access to endpoint operations.

Rename and configure the properties listed. For details, see Endpoints for monitoring.

If obsolete values are still present in the configuration after the upgrade, the server fails to start.
Obsolete property New property New default value

management.endpoints.enabled-by-default

management.endpoints.access.default

none

management.endpoint.info.enabled

management.endpoint.info.access

unrestricted

management.endpoint.health.enabled

management.endpoint.health.access

unrestricted

management.endpoint.prometheus.enabled

management.endpoint.prometheus.access

unrestricted

Was this page useful?