4627 Commits (4bc9f6845100819eb5a47e80a6a6076e985f5cd6)

Author SHA1 Message Date
Patrick Strawderman 96fb5d72eb Use Reader.transferTo in FileCopyUtils 1 month ago
Sébastien Deleuze bc01eeb433 Leverage JUnit 6 suspending function support 1 month ago
Sam Brannen 9e4a54bb99 Ensure RetryTaskTests compiles in Eclipse IDE 1 month ago
Sam Brannen e56f7c1e53 Polishing 1 month ago
Juergen Hoeller fd3bbb057e Polishing 1 month ago
Juergen Hoeller c47da1247a Add TaskCallback/Callable/Runnable wrapper for retryable tasks 1 month ago
Sébastien Deleuze 611811d8fc Anticipate fixing Kotlin 2.3 compilation warning 1 month ago
rstoyanchev 345fa51e77 Handle early exception from AsynchronousFileChannel#write 1 month ago
Juergen Hoeller c05ea841bc Declare Callable parameter with nullable type variable 1 month ago
Sam Brannen 4d4adeb2c6 Polish Javadoc 1 month ago
Juergen Hoeller 2d2809f45c Consistently throw Task/InvocationRejectedException on access rejected 1 month ago
Brian Clozel a62699ccfc Further Gradle deprecation fixes 1 month ago
Sam Brannen 9711db787e Introduce Spring property to disable context pausing for tests 2 months ago
Sam Brannen 1370a833ed Further clarify the meaning of maxAttempts in FixedBackOff and ExponentialBackOff 2 months ago
Juergen Hoeller 3e5d8d184a Clarify back-off attempts versus retries for BackOff maxAttempts setting 2 months ago
Sam Brannen dfb17d84d6 Reintroduce deleted text in Javadoc 2 months ago
Juergen Hoeller 169465cce1 Align InvocationRejectedException javadoc with TaskRejectedException 2 months ago
Juergen Hoeller c4d5e3c57d Add task rejection support to SyncTaskExecutor's concurrency throttle 2 months ago
Sébastien Deleuze 93ce99ea06 Polishing 2 months ago
Sébastien Deleuze bf8a1600e5 Add missing override annotations to PropagationContextElement 2 months ago
Sébastien Deleuze 96eee8c8b1 Make nullability flexible in ConverterFactory#getConverter 2 months ago
Sébastien Deleuze 46fb7c026c Upgrade to nullability plugin 0.0.9 2 months ago
Manu Sridharan d36244ee56 Update to NullAway 0.12.15 and fix new warnings 2 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 2 months ago
Brian Clozel 214cb2c1e1 Polishing contribution 2 months ago
Terry Tao 26e0f550b0 Fix LinkedCaseInsensitiveMap entrySet case-insensitivity 2 months ago
Brian Clozel 012fb29097 Fix nullness mismatch for Converter/ConverterFactory 2 months ago
Juergen Hoeller 92a43c007a Introduce MethodRetryEvent for @Retryable execution 2 months ago
Juergen Hoeller fd6e15bb4d Align execute(TaskCallback) declaration with return value nullability 2 months ago
Juergen Hoeller 85c6fb0fd0 Add invoke(Runnable) as variant of invoke(Supplier) 2 months ago
Juergen Hoeller 0b2bb7e751 Declare TaskCallback return value as potentially nullable 2 months ago
Juergen Hoeller faa17abdae Introduce invoke(Supplier) with last original RuntimeException propagated 2 months ago
Juergen Hoeller c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() 2 months ago
Sam Brannen 75e3f44a7b Update Javadoc due to changes in retry support 3 months ago
Juergen Hoeller adcd7cb4cb Introduce RetryListener#onRetryableExecution callback with RetryState 3 months ago
Sam Brannen d0be180a69 Make @​Retryable and RetryTemplate timeout tests more robust 3 months ago
Sam Brannen 3731fed4ca Revise MultiValueMapCollector implementation and tests 3 months ago
u214578 bfc02cda0c Introduce MultiValueMapCollector for use with streams 3 months ago
Sam Brannen f734d04a0d Fix grammar 3 months ago
Sam Brannen ce4c9ebe3c Polishing 3 months ago
Sam Brannen 38cf4ab3fc Make RetryTemplate timeout tests more robust 3 months ago
Sam Brannen 61201db704 Improve error message for preemptive timeout in RetryTemplate 3 months ago
Sam Brannen 2643c6212f Delete obsolete test code 3 months ago
Sam Brannen 9f1d9fe82c Support timeouts in @​Retryable and RetryPolicy 3 months ago
Sam Brannen 68f8139206 Polishing 3 months ago
Sam Brannen a9da900b5b Fix test logic 3 months ago
Johnny Lim feb77f924a Fix SubscriberInputStream.resume() 3 months ago
Juergen Hoeller df27627516 Accept assignable match for covariant return type 3 months ago
Sam Brannen 939aa84214 Revise type-level nullability in ConvertingComparator 3 months ago
Juergen Hoeller 196c1dd51c Handle absolute file URLs in getClassPathManifestEntriesFromJar 3 months ago