2225 Commits (91b980f5cbc32b43685cc247a587007fc7a47f56)

Author SHA1 Message Date
Juergen Hoeller 00bda65848 Polishing 2 years ago
Sam Brannen c4831d2586 Document that Conditions can be ordered 2 years ago
Sam Brannen e4569defd9 Polish Javadoc for Condition 2 years ago
Juergen Hoeller 4d11307b84 Polishing 2 years ago
Sam Brannen 785598629a Make max length of SpEL expressions in an ApplicationContext configurable 2 years ago
rstoyanchev 37fa82c578 Lenient rejectedValue lookup in SpringValidatorAdapter 2 years ago
rstoyanchev 8552e149b5 Improve method validation for container elements 2 years ago
Juergen Hoeller 9912a52bb8 Avoid getMostSpecificMethod resolution for non-annotated methods 2 years ago
Juergen Hoeller 419e34e571 Introduce getMostSpecificMethod variant on BridgeMethodResolver 2 years ago
Sam Brannen f6b36a689a Introduce processInjection() in CommonAnnotationBeanPostProcessor 2 years ago
Juergen Hoeller 07097976ef Polishing 2 years ago
Juergen Hoeller fb4fbeab50 Allow CronTrigger to resume from specified timestamp 2 years ago
juhyun 89466cb33c Fix typo in NumberFormat javadoc 2 years ago
Stéphane Nicoll bf3a478990 Add support for functional registration of application listener 2 years ago
Brian Clozel ec5f566ba5 Fix Scheduled observation convention for lambdas 2 years ago
Stéphane Nicoll 3c5d46166e Polish "Replace if with switch where feasible" 2 years ago
Yanming Zhou cfa3aa001f Replace if with switch where feasible 2 years ago
Johnny Lim 088be2d017 Add Javadoc since to CacheOperationContext.getGeneratedKey() 2 years ago
Juergen Hoeller 17d362fa85 Document limited concurrency with fixed-delay tasks on virtual threads 2 years ago
Juergen Hoeller 232225b2aa Polishing 2 years ago
rstoyanchev 459338f6fd Unwrap Optional in MethodValidationAdapter 2 years ago
rstoyanchev f0add920f5 Adjust container types to which methodValidation 2 years ago
Juergen Hoeller b04803de99 Polishing 2 years ago
Juergen Hoeller f443cf965a Introduce NoOpTaskScheduler for test setups 2 years ago
Juergen Hoeller 5f8a031c22 Introduce "spring.cache.reactivestreams.ignore" escape hatch 2 years ago
Juergen Hoeller dc564f3ef2 Respect cache hit when empty Mono/Flux response is returned 2 years ago
rstoyanchev d7ce13c763 Revert use of leafBean in MethodValidationAdapter 2 years ago
Juergen Hoeller a612518f96 Check startup/shutdown thread state for close bypass in shutdown hook 2 years ago
rstoyanchev ec0ec7a0d6 Avoid nested constructor binding if there are no request parameters 2 years ago
Juergen Hoeller 240a75f313 Polishing 2 years ago
Juergen Hoeller 6dcba4de2c Avoid double proxying for @Resource @Lazy fallback autowiring 2 years ago
Juergen Hoeller 6bb9775309 Declare isStatic and releaseTarget as default methods on TargetSource 2 years ago
Juergen Hoeller eae53560e4 Use ReentrantLock to skip intermediate close attempt from shutdown hook 2 years ago
Juergen Hoeller 8c51315cd6 Avoid potential refresh deadlock with registerShutdownHook 2 years ago
Stéphane Nicoll e2c2268c39 Add AOT support for @Resource 2 years ago
Juergen Hoeller b510bc3bab Reuse generated key for get+put within same cacheable operation 2 years ago
Juergen Hoeller f29bfd9769 Polishing 2 years ago
Juergen Hoeller c57b7e8418 Introduce ClassFormatException and spring.classformat.ignore property 2 years ago
Stéphane Nicoll b78aed99ea Provide a dedicated exception if ScheduledExecutor is not configured 2 years ago
Sam Brannen 7a221eb581 Update Javadoc for @⁠ComponentScan regarding local overrides 2 years ago
Sam Brannen 2e5d1daeff Polishing 2 years ago
Sam Brannen 6b53f37030 Favor local @⁠ComponentScan annotations over meta-annotations 2 years ago
Juergen Hoeller 8a82da43c9 Defensively wrap fixed-delay task on scheduler thread 2 years ago
Sam Brannen d71853f105 Polish contribution 2 years ago
Yanming Zhou 490b5c77fc Use switch expression where feasible 2 years ago
rstoyanchev d59b2924d3 Exclude any Java library type from nested constructor binding 2 years ago
Sam Brannen 6ea9fdbf77 Polishing 2 years ago
Sam Brannen 33af98b6d6 Document need for -parameters flag in cache key generation exception messages 2 years ago
rstoyanchev 9ade52dbe2 Exclude Part and MultipartFile from nested constructor binding 2 years ago
Juergen Hoeller 4a6c3e8f5d Fix reactive retrieval of cached null value for empty Mono 2 years ago