Merge branch '2.7.x'

This commit is contained in:
Stephane Nicoll
2022-02-01 16:35:39 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -143,6 +143,9 @@ This condition will not match for applications that are run with an embedded ser
==== SpEL Expression Conditions
The `@ConditionalOnExpression` annotation lets configuration be included based on the result of a {spring-framework-docs}/core.html#expressions[SpEL expression].
NOTE: Referencing a bean in the expression will cause that bean to be initialized very early in context refresh processing.
As a result, the bean won't be eligible for post-processing (such as configuration properties binding) and its state may be incomplete.
[[features.developing-auto-configuration.testing]]