spring-cloud-commons
spring-cloud-commons copied to clipboard
IdUtils using deprecated configuration property spring.cloud.client.hostname
In https://github.com/spring-cloud/spring-cloud-commons/blob/main/spring-cloud-commons/src/main/java/org/springframework/cloud/commons/util/IdUtils.java#L52 the property spring.cloud.client.hostname is used.
The configuration prefix sping.cloud.client seems to not exist anymore.
I would have expected the property to be eureka.instance.hostname.