2309 Commits (ebf8d4fb1c01acbaf601a06efc461b02a1312d0f)

Author SHA1 Message Date
Sam Brannen 707b7698ce Consistent @⁠Contract expression formatting 10 months ago
Dmytro Nosan c2d678879f Fix AOT code generation for autowired inner class constructor 10 months ago
Sam Brannen 016294b067 Avoid overriding methods deprecated in JUnit Jupiter 5.13 10 months ago
Sébastien Deleuze 3290592f58 Remove Kotlin field handling in DependencyDescriptor 10 months ago
Sébastien Deleuze 67ed64a41d Remove not null checks in BeanUtilsKotlinTests 10 months ago
Sébastien Deleuze d777b70889 Ignore DefaultConstructorMarker in BeanUtils#getParameterNames 10 months ago
Sam Brannen 472c4012ca Remove obsolete note from Javadoc for BeanDefinitionReader 10 months ago
Juergen Hoeller b5d153febf Enforce consistent null check on injection points for pre-existing singleton beans 10 months ago
Juergen Hoeller d9e261aecd Enforce backwards compatibility for null bean in shortcut code path 10 months ago
Sébastien Deleuze eed0a3ff59 Allow access to env from SupplierContextDsl 10 months ago
Sébastien Deleuze e02e67b39f Polish BeanRegistrarDsl Javadoc 10 months ago
Sébastien Deleuze aa9ab8e545 Add support for callable references to BeanRegistrarDsl 10 months ago
Juergen Hoeller fa168ca78a Revise FactoryBean locking behavior for strict/lenient consistency 10 months ago
Juergen Hoeller 46e6783593 Polishing 10 months ago
Sam Brannen 03ae97b2eb Introduce Spring property for default escape character for placeholders 10 months ago
Sam Brannen e34cdc2a55 Improve Javadoc for property placeholder support 10 months ago
Sam Brannen 8b1b9ef9e5 Stop redefining placeholder syntax constants in PlaceholderConfigurerSupport 10 months ago
Sam Brannen 33aeb6ee9c Deprecate [Property|Preferences]PlaceholderConfigurer for removal 10 months ago
Sam Brannen 2b2a57b4a3 Polish Javadoc 10 months ago
Sam Brannen bc466022b1 Fix typo in parameter name 11 months ago
Juergen Hoeller f2dd7b01cd Consistent final @Nullable declarations 11 months ago
Juergen Hoeller 1841ad3472 Consistently use local copy of volatile mainThreadPrefix field 11 months ago
Seonghun Jeong d3a5aefdff
Improve handling of `mainThreadPrefix` and remove redundant null check (#34746) 11 months ago
Stéphane Nicoll e3e99ac8a0 Add a convenience method to create a ValueCodeGenerator 11 months ago
Sam Brannen d0966dfb58 Revise contribution 11 months ago
lituizi bb45a3ae69 Update AbstractAutowireCapableBeanFactory.ignoreDependencyInterface() Javadoc 11 months ago
Sam Brannen a22d204681 Remove duplicate words in Java source code 11 months ago
Juergen Hoeller c4f66b776f Use single volatile field for indicating pre-instantiation phase 11 months ago
Juergen Hoeller 6ea9f66fd7 Remove superfluous DefaultParameterNameDiscoverer configuration 11 months ago
Juergen Hoeller eea6addd26 Avoid lenient locking for additional external bootstrap threads 11 months ago
Juergen Hoeller 74ab5e4e25 Enforce circular reference exception between more than two threads as well 12 months ago
Juergen Hoeller 463541967a Enforce circular reference exception between all thread variations 12 months ago
Sam Brannen dbd47ff4f9 Implement additional micro performance optimizations 12 months ago
Sam Brannen 381bc4c405 Polish contribution 12 months ago
Olivier Bourgain 0f2308e85f Implement micro performance optimizations 12 months ago
Juergen Hoeller e7db15b325 Perform type check before singleton check for early FactoryBean matching 12 months ago
Juergen Hoeller 203ca30a64 Include cause in MethodInvocationException message 12 months ago
Juergen Hoeller 34ea0461c7 Polishing 12 months ago
Juergen Hoeller 743f32675d Only attempt load for CGLIB classes in AOT mode 12 months ago
Juergen Hoeller 3ddc607b3e Add spring.locking.strict property to common appendix 12 months ago
Juergen Hoeller 75e5a75da5 Enforce circular reference exception within non-managed thread 12 months ago
Juergen Hoeller 9bf01df230 Evaluate lenientLockingAllowed flag per DefaultListableBeanFactory instance 12 months ago
Stéphane Nicoll 2862c87601 Make sure the generated values are available from a static context 12 months ago
Juergen Hoeller aa56b5001a Detect late-set primary markers for autowiring shortcut algorithm 12 months ago
Juergen Hoeller 6905dff660 Introduce spring.locking.strict=true flag for 6.1.x style bean creation locking 12 months ago
Brian Clozel fb423d66e3 Add ClassFile variant for class metadata reading 12 months ago
Juergen Hoeller 37fb79e8ff Fix qualifier resolution for aliased name against parent factory 1 year ago
Juergen Hoeller dc41ff569e Add javadoc notes on potential exception suppression in getBeansOfType 1 year ago
Sébastien Deleuze 5ce64f47b2 Add support for ImportAware in BeanRegistrar 1 year ago
Juergen Hoeller 47651350f3 Polishing 1 year ago