Deprecation of the ServerName Property
Beginning in release 2023.1, the serverName
property in the properties.json
is deprecated and replaced with a unique serverId
identifier that is a customer-specified field. If the serverId
is not provided, then the Platform will default to hashing the MAC address of the server. Moreover, the serverId
for each Platform instance cannot be duplicated. A log message also displays at startup alerting users the serverName
property is deprecated.
Property | Description | Deprecation Release | Scheduled Removal Release | Replacement |
---|---|---|---|---|
serverName | The name used to identify a server. | 2031.1 | Platform 6 | serverId |
What Should I Do?
Discontinue use of the serverName
property and replace it with serverId
. Please refer to ServerId in the properties.json for more detail.