Ryan Baxter
Ryan Baxter
When you add the `properties` property to the annotation `src/main/resources/application.properties` is no longer included in the Environment, that is why `default-value` is returned. If you don't add that property to...
The change is merged into 4.1.x at this point. Is this the expected behavior for the `@SpringBootTest` annotation? I am not sure, that's a question for the Boot team, but...
The current plan is to have a release on March 26th https://github.com/spring-cloud/spring-cloud-release/milestones
@OlgaMaciaszek is this something you have tried? Any ideas?
Thanks for opening the issue @sergioasantiago. I am curious on how you tried to add the `ObservationFilter` to the `ObservationRegistry` in your app, can you provide an example of what...
Thanks for the PR @driseley. The 4.0.x branch is no longer supported so we will not be cherry picking the PR back to that branch because there will not be...
Correct it just sends a notification to the client that its configuration has changed, it does not tell the server. I am not sure I like option 2 where the...
@OlgaMaciaszek is on vacation but I will try and answer I believe it is for both. The main problem (i believe) is that a configuration change could change the logic...
That would be my assumption yes. It would also be nice if we could render a warning somewhere stating that is the case.
Are you using `spring.config.import=optional:configserver`?