4599 Commits (ffd2e03a9ff28cfa3ae36b04f1d685d71be915c9)

Author SHA1 Message Date
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 5 months ago
Sam Brannen 939aa84214 Revise type-level nullability in ConvertingComparator 5 months ago
Juergen Hoeller 196c1dd51c Handle absolute file URLs in getClassPathManifestEntriesFromJar 5 months ago
Sam Brannen b916dc962e Document that annotations which reference types not present are ignored 5 months ago
Sam Brannen f1cf91c9f9 Polishing 5 months ago
Sébastien Deleuze d36475cb4c Use flexible generic type level nullability in Converter 5 months ago
Sébastien Deleuze 8b6d7e0da7 Refine KotlinDetector#hasSerializableAnnotation 5 months ago
Sam Brannen 0a86a7e3a8 Use == instead of instanceof for primitive array type checks 5 months ago
Juergen Hoeller 07c0213f20 Polishing 5 months ago
Juergen Hoeller 667851c0fa Avoid computeIfAbsent for createMappings which calls back into same map 5 months ago
Sam Brannen 2c6ccaea05 Use simple type name for meta-annotation in log message 5 months ago
Sam Brannen 62d09be2ae Log warning if meta-annotation is ignored due to types not present 5 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
Tran Ngoc Nhan c599775a9e Refine nullability of Assert#noNullElements 5 months ago
Juergen Hoeller f456674529 Polishing 5 months ago
Patrick Strawderman 3b6be3d4d3 Fix single-check idiom in UnmodifiableMultiValueMap 5 months ago
Sam Brannen 09a8bbc0c7 Polish contribution 5 months ago
Patrick Strawderman ed75906834 Fix Spliterator characteristics in ConcurrentReferenceHashMap 5 months ago
Juergen Hoeller 23354b0155 Fix doTask method visibility (referring to private Task type) 5 months ago
Sam Brannen a3e8a173a8 Polishing 5 months ago
Juergen Hoeller 12dd758158 Provide compute method implementations in ConcurrentReferenceHashMap 5 months ago
Juergen Hoeller 0552cdb7ed Revise ConcurrentReferenceHashMap for @ConcurrencyLimit race condition 5 months ago
Sébastien Deleuze a68d60768e Introduce KotlinDetector#hasSerializableAnnotation 5 months ago
Sam Brannen 24590092ef Rename maxAttempts to maxRetries in @⁠Retryable and RetryPolicy 5 months ago
Juergen Hoeller 6f81cb625c Avoid unnecessary bridge method resolution around getMostSpecificMethod 6 months ago
Juergen Hoeller 566078b4e4 Add explicit note on empty constructor 6 months ago
Brian Clozel 06ae7fb2b5 Add jar validation and fix multi-release jar 6 months ago
Brian Clozel f0cf7f19f6 Fix multi-release JAR issue with VirtualThreadDelegate 6 months ago
Juergen Hoeller f6a3346e3f Polishing 6 months ago