Juergen Hoeller
|
89cadfa8d9
|
Polishing
|
8 years ago |
Juergen Hoeller
|
73da153e5c
|
DisposableBean javadoc refers to singletons as well as scoped beans
Issue: SPR-17131
(cherry picked from commit f155d21c95)
|
8 years ago |
Juergen Hoeller
|
13637ec3b5
|
Polishing
(cherry picked from commit dc36bb34c7)
|
8 years ago |
Juergen Hoeller
|
b17a6f9e03
|
Polishing
|
8 years ago |
Juergen Hoeller
|
42e550a178
|
Polishing
|
8 years ago |
Juergen Hoeller
|
2ae2249842
|
Polishing
|
8 years ago |
Juergen Hoeller
|
f4b644dfec
|
Polishing
|
8 years ago |
Juergen Hoeller
|
50f7ffddf8
|
Polishing
|
8 years ago |
Juergen Hoeller
|
4298744c4a
|
Polishing
|
8 years ago |
Juergen Hoeller
|
9f69638420
|
Same method filtering in ConstructorResolver and getTypeForFactoryMethod
Issue: SPR-16999
(cherry picked from commit 0052c89)
|
8 years ago |
Juergen Hoeller
|
357ca21675
|
Correct code example for YamlProcessor.setDocumentMatchers
Issue: SPR-16849
(cherry picked from commit 455d8ac)
|
8 years ago |
Juergen Hoeller
|
c99a104919
|
Polishing
|
8 years ago |
Juergen Hoeller
|
fbd83015b1
|
Expose FactoryBean's raw object on retrieval during post-processing
Issue: SPR-16783
(cherry picked from commit 9281f82)
|
8 years ago |
Juergen Hoeller
|
c6a7732a30
|
Consistent getTypeForFactoryMethod result for parameterized method
Issue: SPR-16720
(cherry picked from commit 6184c4e)
|
8 years ago |
Juergen Hoeller
|
b0ed385f84
|
Polishing
|
8 years ago |
Juergen Hoeller
|
9cc03fa8b0
|
Polishing
|
8 years ago |
Juergen Hoeller
|
59189e5957
|
Backported core container concurrency refinements
Issue: SPR-16620
Issue: SPR-16625
Issue: SPR-16627
|
8 years ago |
Juergen Hoeller
|
f2478cf8cf
|
Contextual BeanCreationException in case of depending on a missing bean
Issue: SPR-16628
(cherry picked from commit 937cd48)
|
8 years ago |
Juergen Hoeller
|
25a3019234
|
URIEditor uses straight ClassPathResource.getURI() access
Issue: SPR-16581
(cherry picked from commit 499128d)
|
8 years ago |
Juergen Hoeller
|
346d0e271d
|
Polishing
|
8 years ago |
Juergen Hoeller
|
bc043245cc
|
Polishing
|
8 years ago |
Juergen Hoeller
|
8e68ac44d2
|
Polishing
|
8 years ago |
Juergen Hoeller
|
2c45b09263
|
Polishing
|
8 years ago |
Juergen Hoeller
|
d4af8c86b2
|
Polishing
|
8 years ago |
igor-suhorukov
|
39ddd0f349
|
Polish: String function use should be optimized for single characters
(cherry picked from commit 49fd724)
|
8 years ago |
igor-suhorukov
|
d5f358c33c
|
Polish: Array designators "[]" should be on the type, not the variable
(cherry picked from commit c782075)
|
8 years ago |
Juergen Hoeller
|
295df21f06
|
Polishing
|
8 years ago |
Juergen Hoeller
|
57a9e8e6dd
|
Efficiently merge bean name result with parent result (possibly empty)
(cherry picked from commit 7f58d9ede0)
|
8 years ago |
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)
|
9 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 |