Support for profile specific config data loading#2260
Support for profile specific config data loading#2260ryanjbaxter merged 1 commit intospring-cloud:3.1.xfrom
Conversation
|
@ryanjbaxter, If the 'property' source doesn't contain "/" and doesn't contain the "." - the name will be "onfigClient" not "configClient". Moreover, extractApplicationName throwing the "java.lang.StringIndexOutOfBoundsException: begin 147, end 111, length 162" for case propertySource.getName() == "configserver:Config resource 'file [../configs/location-service/location-service.yml]' via location '../configs/location-service/' (document #0)" Well done. |
|
@fragaLY if you have found an but please open a separate issue and provide a sample to reproduce it and I will happily fix the problem |
same here |
|
@VitaliyKulikov can you open a separate issue with a sample that reproduces the problem? |
|
@ryanjbaxter u r wlcm ) #2279 |
|
@VitaliyKulikov thanks! |
Fixes #1922
Compliments spring-cloud/spring-cloud-commons#1228