Sam Brannen
47dc1c4d93
Fix log message in ConfigurationClassBeanDefinitionReader
...
The log message now properly generates the fully-qualified method name
and includes the resolved bean name as well.
Closes gh-36453
(cherry picked from commit e634ced56b )
1 week ago
Sam Brannen
131f94fbc5
Use link for first reference to @Fallback in @Bean Javadoc
...
See gh-36439
(cherry picked from commit 37e8aa76e9 )
1 week ago
Sam Brannen
d4f4c69318
Document @Fallback alongside Primary in the reference docs and @Bean Javadoc
...
Closes gh-36439
(cherry picked from commit 27686dc2e2 )
1 week ago
Sam Brannen
74ab6625ac
Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor
...
Closes gh-34964
(cherry picked from commit 3b8efbe5a6 )
1 week ago
Sam Brannen
7c27183a4f
Polishing
...
(cherry picked from commit 6f2e59a995 )
1 week ago
Sam Brannen
526f67cd83
Polish @Bean Javadoc and reference docs
...
(cherry picked from commit 644a20ae2a )
1 week ago
Juergen Hoeller
cd9a430869
Polishing
...
(cherry picked from commit 4734c15d81 )
2 weeks ago
cetf
2bbea84830
Fix format string argument count
...
Fixes: gh-36410
Signed-off-by: cetf <cetf9h@163.com>
2 weeks ago
Juergen Hoeller
566a42bec9
Remove prefixed FactoryBean name in ApplicationListenerDetector
...
Closes gh-36404
(cherry picked from commit a3b9098850 )
3 weeks ago
Juergen Hoeller
b619e69130
Polishing (aligned with main)
3 weeks ago
Juergen Hoeller
a0319b1f91
Repeatedly check status while trying to lock for shutdown
...
Closes gh-36260
(cherry picked from commit 20970a4a37 )
1 month ago
Juergen Hoeller
1ec3cb4d5f
Polishing (aligned with main)
2 months ago
Sam Brannen
476aae5ce8
Polish integration tests
3 months ago
Juergen Hoeller
9a0bfd7306
Do not attempt nested PropertyHandler resolution for argument conversion
...
This is not actually triggered on 6.2.x but nevertheless worth aligning.
Includes fix for return type declaration in PropertyAccessor subclasses.
Includes related polishing from main commits.
See gh-36024
3 months ago
Juergen Hoeller
8041a09268
Polishing
4 months ago
Juergen Hoeller
1fd1d8d629
Polishing
...
(cherry picked from commit 07c0213f20 )
4 months ago
Juergen Hoeller
b25f98374b
Tighten cacheable decision behind @Lazy injection point
...
Closes gh-35917
(cherry picked from commit 61d5413c23 )
4 months ago
Juergen Hoeller
22d2810ed0
Narrow method annotation check in hasQualifier to setter methods
...
Closes gh-35908
(cherry picked from commit 6c3132cb8c )
4 months ago
Juergen Hoeller
bd10b7ae06
Remove javadoc references to deprecated PropertiesBeanDefinitionReader
...
Closes gh-35836
(cherry picked from commit 35b8fbf901 )
4 months ago
Juergen Hoeller
e4288170c8
Fix getCacheNames() concurrent access in NoOpCacheManager
...
Closes gh-35842
(cherry picked from commit 57a1d4007b )
4 months ago
Juergen Hoeller
8545a759a7
Add resetCaches() method to Caffeine/ConcurrentMapCacheManager
...
Closes gh-35840
(cherry picked from commit bc3431f435 )
4 months ago
Juergen Hoeller
f94645de17
Narrow Aware interface exclusion check to BeanFactoryAware only
...
Closes gh-35835
(cherry picked from commit de5b9aab55 )
4 months ago
Juergen Hoeller
38555df3d8
Fix Aware exclusion check to apply to interface method only
...
See gh-35780
4 months ago
Juergen Hoeller
6f81cb625c
Avoid unnecessary bridge method resolution around getMostSpecificMethod
...
Closes gh-35780
4 months ago
Juergen Hoeller
4f97c41e58
Avoid javadoc failure for line break with annotation reference
...
See gh-35736
5 months ago
Juergen Hoeller
b027b73a7a
Relax configuration class requirement in configurer callback javadoc
...
Closes gh-35736
5 months ago
Sam Brannen
ae804cb2d0
Improve @NumberFormat Javadoc
...
See gh-35742
5 months ago
Stefano Cordio
46503d6a45
Fix typo in @NumberFormat Javadoc
...
Closes gh-35742
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
5 months ago
Juergen Hoeller
a40647a62f
Remove empty ConstraintValidator#initialize implementations
5 months ago
rstoyanchev
810e069bcc
FieldError uses HexFormat to format byte[]
...
See gh-35675
5 months ago
Juergen Hoeller
7adcd99ea2
Polishing
5 months ago
Juergen Hoeller
c53132ecdf
Polishing
5 months ago
Sam Brannen
a96558c965
Revise commit 01acb80501
...
See gh-35631
5 months ago
Sam Brannen
1612b7c5db
Remove test prefixes
5 months ago
Sam Brannen
01acb80501
Improve exception handling in ConfigurationClassBeanDefinitionReader
...
Thanks to a proposal from @wilkinsona , this commit introduces a
try-catch block in loadBeanDefinitions(...) which throws an
IllegalStateException that provides context regarding the configuration
class and cause of the failure.
Closes gh-35631
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
5 months ago
Juergen Hoeller
83efe8cff4
Remove deprecation on CandidateComponentsIndex(Loader)
...
See gh-35472
5 months ago
Juergen Hoeller
c2a66e723f
Polishing
5 months ago
Juergen Hoeller
1bc82d241a
Remove deprecation on CandidateComponentsIndex(Loader)
...
Closes gh-35472
5 months ago
Juergen Hoeller
80e7ee321e
Mark bootstrap thread for entire finishBeanFactoryInitialization phase
...
Closes gh-35398
6 months ago
Juergen Hoeller
e3da26ebbd
Clarify event parameter type for multiple mapped classes
...
Closes gh-35506
6 months ago
Brian Clozel
d85a020e4e
Improve Task Javadoc about Runnable wrapping
...
Closes gh-35394
6 months ago
Juergen Hoeller
55181fa1c9
Polishing
7 months ago
Juergen Hoeller
5df9fd4eff
Polishing (aligned with main)
8 months ago
Juergen Hoeller
67e88f3c20
Align task execution tracking and thread interruption on shutdown
...
Closes gh-35254
8 months ago
Sébastien Deleuze
5e338ef1b8
Make MessageSource locale parameter nullable
...
Closes gh-35230
8 months ago
Juergen Hoeller
2434bb1540
Polishing
8 months ago
Juergen Hoeller
4277682a5c
Catch InaccessibleObjectException next to IllegalAccessException
...
Closes gh-35190
8 months ago
Juergen Hoeller
25b4e29f5e
Polishing
8 months ago
Juergen Hoeller
3bd96f72a6
Leniently tolerate null bean as aspect instance
...
Closes gh-35074
9 months ago
Sam Brannen
ad00aebaa3
Improve Javadoc for caching annotations
9 months ago