Ryan Baxter

Results 639 comments of Ryan Baxter

See the section on labels here https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_git_backend

I think the problem here is the ambiguity of label. If you have a branch and a tag with the same name how do we know which one we should...

>One possible solution is to normalize ref name before performing full match I don't think thats possible because it assumes the prefixes of the branch name are known, and thats...

Like I said, i am not sure that solves the problem because the branch names can be anything really.

@woshikid create a PR and I will take a look

Just so I understand the only thing you are changing is the Boot version and not the Spring Cloud version?

I know there were some changes within minor release of Spring Boot, maybe one of those changes caused the difference. Can you put together a sample with the above configuration...

If you set `apache.server` in application.yaml | properties or if you set it as an environment variable does the problem still occur?

So when you use application.properties everything worked as expected, but when you use application.yml you were still seeing the value from the config server? What if you set the property...