Ryan Baxter
Ryan Baxter
Can you please try Spring Cloud 2021.0.1?
Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...
Ribbon is no longer supported, you configuration is invalid https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes#breaking-changes-1
Please provide instructions on how to reproduce the problem with the sample
I created an issue in Spring Cloud Kubernetes https://github.com/spring-cloud/spring-cloud-kubernetes/issues/1021 We will need to do some work there in order to support this
Can you submit this as a PR?
Including profiles with the spring.profiles.include property is not working for the jdbc environment
In the context of git, svn, or file based repositories we get this functionality via Boot's config data functionality which is loading the configuration files the same way Boot does....
Just to be clear the fallback between git and native using a composite configuration works, but the problem is that trying to git configuration first will delete the directory if...
I haven't looked at the code, but my guess is the reason it behaves this way is because we only know the git server is unavailable if the clone fails,...
> "Any type of failure when retrieving values from an environment repository results in a failure for the entire composite environment". We need to remove that note, its not true...