• Phillip Webb's avatar
    Refine non-optional classpath location checking · 3dc03ac2
    Phillip Webb authored
    Update `StandardConfigDataLocationResolver` to no longer check if
    directories exist for classpath resources. Unfortunately checking for
    the parent directory of a `ClassPathResource` isn't always possible
    without resorting something similar to the
    `PathMatchingResourcePatternResolver` which would add a lot of
    complexity to the resolver.
    
    In order to ensure that non-optional locations are always resolved,
    the `ConfigDataEnvironment` now checks that all imported locations
    have been loaded.
    
    Closes gh-24143
    3dc03ac2
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...