Juergen Hoeller
|
8b071633d3
|
Consistent use of ClassUtils.toClassArray (and related polishing)
|
8 years ago |
Juergen Hoeller
|
6d11b40353
|
Consistent use of StringUtils.toStringArray
|
8 years ago |
Juergen Hoeller
|
722cb36e01
|
Consistent Class array vs vararg declarations (and related polishing)
(cherry picked from commit 3b810f3)
|
8 years ago |
Juergen Hoeller
|
0030ff8711
|
Polishing
|
8 years ago |
Juergen Hoeller
|
afe461609c
|
Polishing (selective backports from master)
|
8 years ago |
Juergen Hoeller
|
14440949b3
|
Test with all-negated profile condition
Issue: SPR-16465
(cherry picked from commit 285b01f)
|
8 years ago |
Juergen Hoeller
|
05dec6d23e
|
Consistent use of @throws instead of @exception
(cherry picked from commit 5c813a3)
|
8 years ago |
Juergen Hoeller
|
65743a68e6
|
Deep BeanCurrentlyInCreationException check in getTypeForFactoryBean
Issue: SPR-16427
(cherry picked from commit 7772b91)
|
8 years ago |
Juergen Hoeller
|
8b5a013423
|
Polishing
|
8 years ago |
Juergen Hoeller
|
d7959edb3e
|
Improve performance of some string operations
Issue: SPR-16293
|
8 years ago |
Juergen Hoeller
|
092b3d4a52
|
Warning instead of error for non-present type filter class
Issue: SPR-16356
(cherry picked from commit 4adc820)
|
8 years ago |
Juergen Hoeller
|
6f6ff33202
|
Consider enum subclasses as simple value types as well
Issue: SPR-16278
(cherry picked from commit d3e0f4d)
|
8 years ago |
Juergen Hoeller
|
4bb837582e
|
Support for static field access on non-public enums
Issue: SPR-16284
(cherry picked from commit 9beb978)
|
8 years ago |
Juergen Hoeller
|
1d060ecff0
|
Document common use cases for @Order vs @Priority vs @DependsOn
Issue: SPR-16213
(cherry picked from commit 84699c8)
|
8 years ago |
Juergen Hoeller
|
5800c7a18a
|
Comprehensive documentation on injection point matching
Issue: SPR-16142
(cherry picked from commit a5da05c)
|
8 years ago |
Juergen Hoeller
|
03be8095ca
|
Consistent handling of null array for arguments
Issue: SPR-16075
(cherry picked from commit c29b6f5)
|
9 years ago |
Juergen Hoeller
|
cc70fdcbeb
|
Backport further refinements from the nullability efforts
Issue: SPR-15656
|
9 years ago |
Juergen Hoeller
|
9fdc4404a5
|
Backport selected refinements from the nullability efforts
Issue: SPR-15656
|
9 years ago |
Juergen Hoeller
|
17f42fc97a
|
Polishing
|
9 years ago |
Juergen Hoeller
|
c752ba5b38
|
Polishing
|
9 years ago |
Juergen Hoeller
|
c9ffa64140
|
DefaultListableBeanFactory falls back to empty DLBF instance on deserialization
Issue: SPR-15766
|
9 years ago |
Juergen Hoeller
|
092b5f7556
|
Clarified role of postProcessAfterInstantiation
Issue: SPR-15732
|
9 years ago |
Juergen Hoeller
|
501891c749
|
FactoryBean object cache cleared on shutdown
Issue: SPR-15722
(cherry picked from commit 6534359)
|
9 years ago |
Juergen Hoeller
|
1332482c40
|
Polishing
|
9 years ago |
Juergen Hoeller
|
beac891ff0
|
Honor @Autowired(required=false) at parameter level
Issue: SPR-15268
(cherry picked from commit d74542e)
|
9 years ago |
stonio
|
1db42081e5
|
Use String#isEmpty()
Closes gh-1335
(cherry picked from commit 7d062df)
|
9 years ago |
Juergen Hoeller
|
dfa8a7c358
|
Polishing
|
9 years ago |
Juergen Hoeller
|
b0ef80c3ff
|
Polishing
|
9 years ago |
Stephane Nicoll
|
4f52174674
|
Update copyright header
Closes gh-1327
|
9 years ago |
hengyunabc
|
7d7c5c9d9c
|
Fix typo
See gh-1327
|
9 years ago |
Juergen Hoeller
|
da7d79b3a1
|
Test for ObjectFactory injection at constructor level
Issue: SPR-15222
(cherry picked from commit 65d8d69)
|
9 years ago |
Juergen Hoeller
|
28849e0987
|
Revisit Assert to avoid single-arg assert methods (with refined messages)
Issue: SPR-15196
(cherry picked from commit 1b2dc36)
|
9 years ago |
Juergen Hoeller
|
3304efd64d
|
Consistent type variable resolution for arrays/collections (in particular at field level)
Deprecating GenericCollectionTypeResolver in favor of direct ResolvableType usage.
Issue: SPR-15160
(cherry picked from commit 5e946c2)
|
9 years ago |
Juergen Hoeller
|
e2d06eaae5
|
Deprecate outdated abstractions/delegates in core/util
Issue: SPR-15159
|
9 years ago |
Juergen Hoeller
|
f79baec5ff
|
Polishing
(cherry picked from commit 46fc7fb)
|
9 years ago |
Juergen Hoeller
|
24ebd15f9c
|
Introspect FactoryBean class declaration if no early instantiation possible
Issue: SPR-15125
(cherry picked from commit 32fc855)
|
9 years ago |
Juergen Hoeller
|
5afc3a3a50
|
Map resolution for multiple beans applies to plain Map interface declaration only
Issue: SPR-15117
(cherry picked from commit 8084da5)
|
9 years ago |
Juergen Hoeller
|
2f2ef00d1f
|
BeanDefinitionBuilder supports factory method on factory bean
Issue: SPR-15098
(cherry picked from commit 9e6aa0f)
|
9 years ago |
Juergen Hoeller
|
8fc65ab0a5
|
Clarified setAutowireCandidate semantics (plus attribute reordering in BeanDefinition)
Issue: SPR-15072
(cherry picked from commit e8a082f)
|
9 years ago |
Juergen Hoeller
|
26a4aef417
|
Polishing
(cherry picked from commit fc629bb)
|
9 years ago |
Juergen Hoeller
|
fd21e0e69a
|
@Scheduled reliably applies after other post-processors and shuts down before TaskScheduler
Issue: SPR-14692
Issue: SPR-15067
(cherry picked from commit edc62be)
|
9 years ago |
Juergen Hoeller
|
d44bc27c9a
|
Avoid FactoryBean initialization on isSingleton check for decorated bean definition
Issue: SPR-14892
Issue: SPR-15042
(cherry picked from commit 209e7a7)
|
9 years ago |
Juergen Hoeller
|
d77ab67c56
|
AbstractNestablePropertyAccessor's setPropertyValue refactored into several delegate methods
Issue: SPR-15053
(cherry picked from commit 64d6561)
|
9 years ago |
Juergen Hoeller
|
9a39a25bb5
|
Detect generic type match behind interface-based proxy as well
Issue: SPR-14097
(cherry picked from commit f805427)
|
9 years ago |
Juergen Hoeller
|
28e114b569
|
Clarify programmatic contract (no annotation-driven injection)
Issue: SPR-8704
(cherry picked from commit fd41f63)
|
9 years ago |
Juergen Hoeller
|
8662c61a17
|
Polishing
(cherry picked from commit 154ef8b)
|
9 years ago |
Juergen Hoeller
|
b9c4f1fa95
|
ResolvableType-based matching respects generic factory method return type
Includes consistent use of ResolvableType.resolve() wherever applicable.
Issue: SPR-15011
(cherry picked from commit 4c005e6)
|
9 years ago |
Juergen Hoeller
|
934fffec68
|
AutowiredAnnotationBeanPostProcessor tolerates annotated no-arg constructors
Issue: SPR-15005
(cherry picked from commit 8b5ee4e)
|
9 years ago |
Juergen Hoeller
|
4571975414
|
Collection injection may refer back to factory methods on same bean again
Issue: SPR-14996
(cherry picked from commit 547b963)
|
9 years ago |
Juergen Hoeller
|
5fee5f39ea
|
Polishing
|
9 years ago |