spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

IdUtils using deprecated configuration property spring.cloud.client.hostname

Open boerngen-schmidt opened this issue 3 years ago • 0 comments

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.

boerngen-schmidt avatar Jun 30 '22 12:06 boerngen-schmidt