remove duplicate line in document#1496
Conversation
|
Thanks for reporting this! This is actually a bit non-intuitive. To solve this we actually don't need to change The problem here is that we have added the property unnecessarily here: https://github.com/spring-cloud/spring-cloud-commons/blob/4.1.x/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json#L62-L67 When the metadata will automatically be generated from the That is why it ends up duplicated in The real change needs to be made in Then if you run Also it would be great if you make this PR against the 4.1.x branch and we can then merge it forward to the other branches since they all have the same problem. |
Signed-off-by: JongHae.Park <jong.parrk@gmail.com>
|
@ryanjbaxter I followed your instructions and found there's no duplicate metadata in target branch is also updated. |
there's duplicate line in config property,
spring.cloud.loadbalancer.health-check.intervalit seems it's unnecessary
I'm new to open source. please let me know anything wrong.