Merge branch '3.1.x' into 3.2.x

Closes gh-39100
This commit is contained in:
Andy Wilkinson 2024-01-11 13:45:47 +00:00
commit fe54801cbe
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The following example registers `ProjectConstraintViolationFailureAnalyzer`:
com.example.ProjectConstraintViolationFailureAnalyzer
----
NOTE: If you need access to the `BeanFactory` or the `Environment`, your `FailureAnalyzer` can implement `BeanFactoryAware` or `EnvironmentAware` respectively.
NOTE: If you need access to the `BeanFactory` or the `Environment`, declare them as constructor arguments in your `FailureAnalyzer` implementation.