You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Madhura Bhave 8ec16bd027 Restrict wildcard pattern support for configuration files
This commit restricts how wildcards can be used in search
locations for property files. If a search location contains
a pattern, there must be only one '*' and the location should
end with a '*/'. For search locations that specify the file
name, the pattern should end with '*/<filename>'.

The list of files read from wildcard locations are now sorted
alphabetically according to the absolute path of the file.

Closes gh-21217
5 years ago
..
spring-boot Restrict wildcard pattern support for configuration files 5 years ago
spring-boot-actuator Separate server properties for message and errors 5 years ago
spring-boot-actuator-autoconfigure Separate server properties for message and errors 5 years ago
spring-boot-autoconfigure Rename customize to reflect type that it customizes 5 years ago
spring-boot-cli Replace "folder" with "directory" 5 years ago
spring-boot-dependencies Upgrade to Undertow 2.1.0.Final 5 years ago
spring-boot-devtools Separate server properties for message and errors 5 years ago
spring-boot-docs Restrict wildcard pattern support for configuration files 5 years ago
spring-boot-parent Upgrade to Testcontainers 1.14.0 5 years ago
spring-boot-properties-migrator Fix PropertiesMigrationListenerTests 5 years ago
spring-boot-starters Upgrade to SAAJ Impl 1.5.2 5 years ago
spring-boot-test Replace "folder" with "directory" 5 years ago
spring-boot-test-autoconfigure Add transaction auto-configuration to @DataMongoTest 5 years ago
spring-boot-tools Fix Maven plugin command-line examples 5 years ago