- 10 Jun, 2021 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26842
-
- 09 Jun, 2021 26 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-26762
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26772
-
Andy Wilkinson authored
Closes gh-26770
-
Andy Wilkinson authored
Closes gh-26763
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26771
-
Andy Wilkinson authored
Closes gh-26620
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26836
-
Stephane Nicoll authored
Closes gh-26835
-
Stephane Nicoll authored
Closes gh-26834
-
Stephane Nicoll authored
Closes gh-26833
-
Stephane Nicoll authored
Closes gh-26832
-
Stephane Nicoll authored
Closes gh-26831
-
Stephane Nicoll authored
Closes gh-26830
-
Stephane Nicoll authored
Closes gh-26829
-
Stephane Nicoll authored
Closes gh-26760
-
Andy Wilkinson authored
Closes gh-26826
-
Andy Wilkinson authored
Fixes gh-26812
-
Phillip Webb authored
Closes gh-26822
-
Phillip Webb authored
Change `CompositeHealth.getDetails()` to public so that it serializes correctly when `MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS` is disabled. Fixes gh-26797
-
Phillip Webb authored
-
Phillip Webb authored
-
- 07 Jun, 2021 10 commits
-
-
Stephane Nicoll authored
Closes gh-26791
-
Stephane Nicoll authored
Closes gh-26790
-
Stephane Nicoll authored
Closes gh-26789
-
Stephane Nicoll authored
Closes gh-26788
-
Stephane Nicoll authored
Closes gh-26787
-
Stephane Nicoll authored
Closes gh-26786
-
Stephane Nicoll authored
Closes gh-26785
-
Stephane Nicoll authored
Closes gh-26784
-
Stephane Nicoll authored
Closes gh-26783
-
Phillip Webb authored
Allow groups to be used with standard locations so that order of profile-specific files is consistent. Prior to this commit, the default search locations considered for application properties/yaml files was the following: optional:classpath:/ optional:classpath:/config/ optional:file:./ optional:file:./config/ optional:file:./config/*/ Each of these locations was independent which could cause confusion if certain combinations were used. For example, if profile-specific files were added to `classpath:/` and `classpath:/config/` then the latter would always override the former regardless of the profile ordering. This commit updates `StandardConfigDataLocationResolver` so that a group of locations can be specified for each item. This allows us to define the following set of search locations which provide more logical ordering for profile-specific files optional:classpath:/;optional:classpath:/config/ optional:file:./;optional:file:./config/;optional:file:./config/*/ Closes gh-26593
-
- 06 Jun, 2021 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26781
-