Merge branch '3.0.x' into 3.1.x

Closes gh-38037
This commit is contained in:
Andy Wilkinson 2023-10-25 15:07:53 +01:00
commit 56d9de673b
1 changed files with 7 additions and 0 deletions

View File

@ -941,6 +941,13 @@ For example, the configuration property `my.service[0].other` would use an envir
[[features.external-config.typesafe-configuration-properties.relaxed-binding.caching]]
===== Caching
Relaxed binding uses a cache to improve performance. By default, this caching is only applied to immutable property sources.
To customize this behavior, for example to enable caching for mutable property sources, use `ConfigurationPropertyCaching`.
[[features.external-config.typesafe-configuration-properties.merging-complex-types]]
==== Merging Complex Types
When lists are configured in more than one place, overriding works by replacing the entire list.