File tree 2 files changed +7
-1
lines changed
framework-docs/modules/ROOT/pages
spring-beans/src/main/java/org/springframework/beans/factory/support
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ the repeated JNDI lookup overhead. See
92
92
{spring-framework-api}++/jndi/JndiLocatorDelegate.html#IGNORE_JNDI_PROPERTY_NAME++[`JndiLocatorDelegate`]
93
93
for details.
94
94
95
+ | `spring.locking.strict`
96
+ | Instructs Spring to enforce strict locking during bean creation, rather than the mix of
97
+ strict and lenient locking that 6.2 applies by default. See
98
+ {spring-framework-api}++/beans/factory/support/DefaultListableBeanFactory.html#STRICT_LOCKING_PROPERTY_NAME++[`DefaultListableBeanFactory`]
99
+ for details.
100
+
95
101
| `spring.objenesis.ignore`
96
102
| Instructs Spring to ignore Objenesis, not even attempting to use it. See
97
103
{spring-framework-api}++/objenesis/SpringObjenesis.html#IGNORE_OBJENESIS_PROPERTY_NAME++[`SpringObjenesis`]
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFacto
130
130
implements ConfigurableListableBeanFactory , BeanDefinitionRegistry , Serializable {
131
131
132
132
/**
133
- * System property that instructs Spring to enforce string locking during bean creation,
133
+ * System property that instructs Spring to enforce strict locking during bean creation,
134
134
* rather than the mix of strict and lenient locking that 6.2 applies by default. Setting
135
135
* this flag to "true" restores 6.1.x style locking in the entire pre-instantiation phase.
136
136
* @since 6.2.6
You can’t perform that action at this time.
0 commit comments