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
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 |
---|---|---|
|
|
none |
|
|
unrestricted |
|
|
unrestricted |
|
|
unrestricted |
Was this page useful?