Introduce spring.locking.strict=true flag for 6.1.x style bean creation locking

Closes gh-34303
This commit is contained in:
Juergen Hoeller
2025-03-25 17:08:55 +01:00
parent 20736bd06f
commit 6905dff660
3 changed files with 56 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ import org.springframework.lang.Nullable;
* @author Juergen Hoeller
* @since 3.2.7
* @see org.springframework.beans.StandardBeanInfoFactory#IGNORE_BEANINFO_PROPERTY_NAME
* @see org.springframework.beans.factory.support.DefaultListableBeanFactory#STRICT_LOCKING_PROPERTY_NAME
* @see org.springframework.core.env.AbstractEnvironment#IGNORE_GETENV_PROPERTY_NAME
* @see org.springframework.expression.spel.SpelParserConfiguration#SPRING_EXPRESSION_COMPILER_MODE_PROPERTY_NAME
* @see org.springframework.jdbc.core.StatementCreatorUtils#IGNORE_GETPARAMETERTYPE_PROPERTY_NAME