Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels