-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Labels
Description
Issue surfaced in spring-cloud-gcp
build -- using spring-cloud-bus
at version 2.2.2.BUILD-SNAPSHOT
and spring-cloud-commons at 2.2.3.BUILD-SNAPSHOT
currently fails.
The use of the new utility got backported in spring-cloud-bus
, but it does not yet exist in commons, leading to the following startup error:
java.lang.NoSuchMethodError: 'java.lang.String org.springframework.cloud.commons.util.IdUtils.getUnresolvedServiceId()'
at org.springframework.cloud.bus.BusEnvironmentPostProcessor.postProcessEnvironment(BusEnvironmentPostProcessor.java:48)
#721 getting backported in spring-cloud-commons
into 2.2.x branch would fix the issue.