Describe the bug
If our config repo has spring.config.use-legacy-processing=true
in application.yml and use search paths in config server,
Then returns empty environments becase of ;
delimiter at NativeEnvironmentRepository which updated from #1904.
If this is within the provided specification, please close the issue :) thx!
Sample - Config Repo
tree ./
./
├── app
│ └── application.yml
└── data
└── db.yml
app/application.yml
...
spring:
config:
use-legacy-processing: true
...
- Config Server
application.yml
spring:
cloud:
config:
server:
git:
uri: file://${user.home}/myrepo
search-paths:
- app
- data
Comment From: ryanjbaxter
What version of Spring Boot and Spring Cloud are you using? Can you provide a sample that reproduces the issue?
Comment From: spring-cloud-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-cloud-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.