4535 Commits (c55351aa4a0d604180bbbfd16dfcbbe6962159c3)

Author SHA1 Message Date
Sam Brannen 9711db787e Introduce Spring property to disable context pausing for tests 3 months ago
Sam Brannen 1370a833ed Further clarify the meaning of maxAttempts in FixedBackOff and ExponentialBackOff 3 months ago
Juergen Hoeller 3e5d8d184a Clarify back-off attempts versus retries for BackOff maxAttempts setting 3 months ago
Sam Brannen dfb17d84d6 Reintroduce deleted text in Javadoc 3 months ago
Juergen Hoeller 169465cce1 Align InvocationRejectedException javadoc with TaskRejectedException 3 months ago
Juergen Hoeller c4d5e3c57d Add task rejection support to SyncTaskExecutor's concurrency throttle 3 months ago
Sébastien Deleuze 93ce99ea06 Polishing 4 months ago
Sébastien Deleuze bf8a1600e5 Add missing override annotations to PropagationContextElement 4 months ago
Sébastien Deleuze 96eee8c8b1 Make nullability flexible in ConverterFactory#getConverter 4 months ago
Sébastien Deleuze 46fb7c026c Upgrade to nullability plugin 0.0.9 4 months ago
Manu Sridharan d36244ee56 Update to NullAway 0.12.15 and fix new warnings 4 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 4 months ago
Brian Clozel 214cb2c1e1 Polishing contribution 4 months ago
Terry Tao 26e0f550b0 Fix LinkedCaseInsensitiveMap entrySet case-insensitivity 4 months ago
Brian Clozel 012fb29097 Fix nullness mismatch for Converter/ConverterFactory 4 months ago
Juergen Hoeller 92a43c007a Introduce MethodRetryEvent for @Retryable execution 4 months ago
Juergen Hoeller fd6e15bb4d Align execute(TaskCallback) declaration with return value nullability 4 months ago
Juergen Hoeller 85c6fb0fd0 Add invoke(Runnable) as variant of invoke(Supplier) 4 months ago
Juergen Hoeller 0b2bb7e751 Declare TaskCallback return value as potentially nullable 4 months ago
Juergen Hoeller faa17abdae Introduce invoke(Supplier) with last original RuntimeException propagated 4 months ago
Juergen Hoeller c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() 4 months ago
Sam Brannen 75e3f44a7b Update Javadoc due to changes in retry support 4 months ago
Juergen Hoeller adcd7cb4cb Introduce RetryListener#onRetryableExecution callback with RetryState 4 months ago
Sam Brannen d0be180a69 Make @​Retryable and RetryTemplate timeout tests more robust 4 months ago
Sam Brannen 3731fed4ca Revise MultiValueMapCollector implementation and tests 4 months ago
u214578 bfc02cda0c Introduce MultiValueMapCollector for use with streams 4 months ago
Sam Brannen f734d04a0d Fix grammar 4 months ago
Sam Brannen ce4c9ebe3c Polishing 4 months ago
Sam Brannen 38cf4ab3fc Make RetryTemplate timeout tests more robust 4 months ago
Sam Brannen 61201db704 Improve error message for preemptive timeout in RetryTemplate 4 months ago
Sam Brannen 2643c6212f Delete obsolete test code 4 months ago
Sam Brannen 9f1d9fe82c Support timeouts in @​Retryable and RetryPolicy 4 months ago
Sam Brannen 68f8139206 Polishing 4 months ago
Sam Brannen a9da900b5b Fix test logic 4 months ago
Johnny Lim feb77f924a Fix SubscriberInputStream.resume() 4 months ago
Juergen Hoeller df27627516 Accept assignable match for covariant return type 4 months ago
Sam Brannen 939aa84214 Revise type-level nullability in ConvertingComparator 4 months ago
Juergen Hoeller 196c1dd51c Handle absolute file URLs in getClassPathManifestEntriesFromJar 4 months ago
Sam Brannen b916dc962e Document that annotations which reference types not present are ignored 4 months ago
Sam Brannen f1cf91c9f9 Polishing 4 months ago
Sébastien Deleuze d36475cb4c Use flexible generic type level nullability in Converter 4 months ago
Sébastien Deleuze 8b6d7e0da7 Refine KotlinDetector#hasSerializableAnnotation 4 months ago
Sam Brannen 0a86a7e3a8 Use == instead of instanceof for primitive array type checks 4 months ago
Juergen Hoeller 07c0213f20 Polishing 4 months ago
Juergen Hoeller 667851c0fa Avoid computeIfAbsent for createMappings which calls back into same map 4 months ago
Sam Brannen 2c6ccaea05 Use simple type name for meta-annotation in log message 4 months ago
Sam Brannen 62d09be2ae Log warning if meta-annotation is ignored due to types not present 4 months ago
Juergen Hoeller 92e9543ad4 Select method with resolved return type match (among multiple candidates) 5 months ago
Juergen Hoeller a15274d431 Revise volatile access to singletonInstance field 5 months ago
Sébastien Deleuze 8647c44364 Add dynamic ObjectToObjectConverter hints 5 months ago