Add spring.locking.strict property to common appendix

See gh-34303
This commit is contained in:
Juergen Hoeller
2025-03-31 16:38:28 +02:00
parent f68fb97e7e
commit 3ddc607b3e
2 changed files with 7 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
implements ConfigurableListableBeanFactory, BeanDefinitionRegistry, Serializable {
/**
* System property that instructs Spring to enforce string locking during bean creation,
* System property that instructs Spring to enforce strict locking during bean creation,
* rather than the mix of strict and lenient locking that 6.2 applies by default. Setting
* this flag to "true" restores 6.1.x style locking in the entire pre-instantiation phase.
* @since 6.2.6