spring-boot/spring-boot-project
Scott Frederick de991616b0 Use config map name for configtree property sources
When Kubernetes mounts config maps onto volumes in a pod, it creates
hidden files on the pod filesystem with symbolic links to the
hidden files. The symlinks are named for the user-provided config
map that was mounted, while the hidden files have system-generated
names.

Prior to this commit, the property sources created by the
configtree property source were added to the environment using the
system-generated hidden file name instead of the user-provided
symlink name. This commit corrects that behavior so the property
sources are named as a user would expect.

Fixes gh-23232
2020-10-14 21:02:55 -05:00
..
spring-boot Use config map name for configtree property sources 2020-10-14 21:02:55 -05:00
spring-boot-actuator Expose cache metrics for Redis 2020-10-09 09:03:23 +02:00
spring-boot-actuator-autoconfigure Expose cache metrics for Redis 2020-10-09 09:03:23 +02:00
spring-boot-autoconfigure Rename eagerInitFilters to align with Undertow's naming 2020-10-14 18:03:06 +01:00
spring-boot-cli Polish "Polish empty string checks" 2020-10-05 10:42:19 +02:00
spring-boot-dependencies Upgrade to Spring Data 2020.0.0-RC2 2020-10-14 15:21:44 +02:00
spring-boot-devtools Stop registering the default servlet by default 2020-09-29 11:52:19 +01:00
spring-boot-docs Document how to use DataNeo4jTest with reactive access 2020-10-14 14:04:58 +02:00
spring-boot-parent Upgrade to spring-asciidoctor-extensions 0.5.0 2020-10-06 19:24:58 -07:00
spring-boot-properties-migrator Update copyright year of changed files 2020-09-17 00:31:01 -07:00
spring-boot-starters Remove NIO Multipart Parser in favour of WebFlux's own parser 2020-10-14 15:13:16 +02:00
spring-boot-test Merge branch '2.3.x' 2020-10-13 11:23:00 +01:00
spring-boot-test-autoconfigure Document how to use DataNeo4jTest with reactive access 2020-10-14 14:04:58 +02:00
spring-boot-tools Set platform API version when invoking image builder 2020-10-14 11:49:34 -05:00