1531 Commits (a6e87b40c7db43750a2c9dd11f2c7bfa33a81e9e)

Author SHA1 Message Date
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
Sam Brannen ceba4162bb Replace assertThat(!x).isTrue() with assertThat(x).isFalse() 2 years ago
Stéphane Nicoll 1da40b84e7 Polish "Use idiomatic AssertJ map assertions" 2 years ago
Yanming Zhou 6f11716b6f Use idiomatic AssertJ map assertions 2 years ago
Sam Brannen 6ea9fdbf77 Polishing 2 years ago
Sébastien Deleuze bf1c179b7f Allow to set the order from Kotlin bean DSL 2 years ago
Yanming Zhou feef98b73c Correct conversion from Resource[] with length 1 to Collection<Resource> 2 years ago
Juergen Hoeller 4a6c3e8f5d Fix reactive retrieval of cached null value for empty Mono 2 years ago
Stéphane Nicoll 61be452402 Quote name attribute if necessary 2 years ago
Yanming Zhou 64d5e904e8 Use AssertJ isInstanceOf where feasible 2 years ago
Juergen Hoeller e64b81eec4 Revised handling of allowNullValues for asynchronous retrieval 2 years ago
Juergen Hoeller 5a3ad6b7c9 Late key generation for consistent evaluation of unless expressions 2 years ago
Juergen Hoeller 1410c466b7 Support for late-determined cache misses from retrieve(key) 2 years ago
Juergen Hoeller fff50657d2 Polishing 2 years ago
Juergen Hoeller 695559879e Restore outdated local/remote-slsb attributes for declaration compatibility 2 years ago
Stéphane Nicoll 19691b4bde Add basic test for reactive caching 2 years ago