Commit fee69f8
authored
fix NPE in NativeEnvironmentRepository (#1809)
Since the fix of this issue : #1771, I experience a NullpointerException at the launch of my service.
Indeed, the "location" var is null in my case.
Note : since the new Config file processing in Spring Boot 2.4, I'm using the Legacy Processing (spring.config.use-legacy-processing: true), migrating in the new process is way too breaking for my project.1 parent 63e0a99 commit fee69f8
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments