1546 Commits (fdfa4284de17b51ea2caa609a9003b9b978b6f4b)

Author SHA1 Message Date
Juergen Hoeller 4d11307b84 Polishing 2 years ago
Sam Brannen 785598629a Make max length of SpEL expressions in an ApplicationContext configurable 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
rstoyanchev 8552e149b5 Improve method validation for container elements 2 years ago
Sam Brannen f6b36a689a Introduce processInjection() in CommonAnnotationBeanPostProcessor 2 years ago
Sam Brannen 4b6126c057 Polishing 2 years ago
Juergen Hoeller 07097976ef Polishing 2 years ago
Juergen Hoeller fb4fbeab50 Allow CronTrigger to resume from specified timestamp 2 years ago
Stéphane Nicoll 05ebca8677 Polish 2 years ago
Stéphane Nicoll bf3a478990 Add support for functional registration of application listener 2 years ago
Sam Brannen ffddbb586e Upgrade to AssertJ 3.25.0 2 years ago
Sam Brannen a3c11fc033 Clean up warnings in tests in Gradle build 2 years ago
Brian Clozel ec5f566ba5 Fix Scheduled observation convention for lambdas 2 years ago
Stéphane Nicoll e22d1efdc0 Update copyright year of changed files 2 years ago
Johnny Lim ff8097d37c Polish 2 years ago
Stéphane Nicoll a6e87b40c7 Polish "Use diamond operator where feasible" 2 years ago
Yanming Zhou 094479b55f Use diamond operator where feasible 2 years ago
Yanming Zhou db2c532c07 Use auto boxing and unboxing where feasible 2 years ago
Yanming Zhou 4a450c6fab Use enhanced for loop where feasible 2 years ago
Stéphane Nicoll 7cfff4049d Polish "Remove unnecessary final modifier" 2 years ago
Yanming Zhou 45080e3724 Remove unnecessary final modifier 2 years ago
Yanming Zhou 36a72115f9 Fix @Nested class not be executed 2 years ago
Juergen Hoeller a338a16b29 Polishing 2 years ago
Sébastien Deleuze 8bd8c4f627 Add support for `@Async` Kotlin function returning `Unit?` 2 years ago
Juergen Hoeller 44c652ec98 Introduce ProxiedInterfacesCache for JdkDynamicAopProxy 2 years ago
rstoyanchev 459338f6fd Unwrap Optional in MethodValidationAdapter 2 years ago
Sam Brannen 3ed5a90b7c Fix assertions in ReactiveCachingTests 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
Stéphane Nicoll 1bd523f6b6 Polish 2 years ago
Juergen Hoeller d4406507d0 Polishing 2 years ago
rstoyanchev ec0ec7a0d6 Avoid nested constructor binding if there are no request parameters 2 years ago
Sam Brannen 8d4deca2a6 Introduce test for XML replaced-method element without explicit arg-type 2 years ago
Sam Brannen c0683cd30b Update copyright headers 2 years ago
Sam Brannen 1c58511cb2 Polishing 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
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
juhyun b782747472 Remove unused code 2 years ago
Stéphane Nicoll b78aed99ea Provide a dedicated exception if ScheduledExecutor is not configured 2 years ago
Sam Brannen 438c3818cc Replace System.getProperties().remove(x) with System.clearProperty(x) 2 years ago
Sam Brannen 6b53f37030 Favor local @⁠ComponentScan annotations over meta-annotations 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Yanming Zhou e2852e7355 Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y) 2 years ago
Yanming Zhou 1a63257b12 Add missing @Test 2 years ago
Yanming Zhou 59815cefce Replace assertThat(x.get(i)). with assertThat(x).element(i). 2 years ago
Yanming Zhou 785ad399e9 Replace assertThat(x.iterator().next()) with assertThat(x).element(0) 2 years ago