1983 Commits (9ed3c034f54325707c56dbca2f1206b3107e2be2)

Author SHA1 Message Date
Brian Clozel ee284f2ee6 Add "forEachByte" variant to DataBuffer 5 months ago
Sébastien Deleuze ec77bb0032 Introduce automatic context propagation in Coroutines 5 months ago
Juergen Hoeller 8b36736344 Add concurrency throttle and flexible task callback to SyncTaskExecutor 5 months ago
Juergen Hoeller 449b85f446 Avoid overhead for parsing plain values and simple placeholders 6 months ago
Sam Brannen 97ae5fde7c Match against exception causes in @⁠Retryable and RetryPolicy 6 months ago
Sam Brannen 670effa02b Support matching against exception causes in ExceptionTypeFilter 6 months ago
Juergen Hoeller a6f6ecfe6c Revise getPubliclyAccessibleMethodIfPossible to rely on Module#isExported 6 months ago
Sébastien Deleuze 2faed3cdbb Refine PropagationContextElement 6 months ago
Sam Brannen 0e3e34bee0 Find annotations on parameters in overridden non-public methods 7 months ago
Brian Clozel ef2a403df6 Add PropagationContextElement Kotlin operator 7 months ago
Juergen Hoeller 9ba954c330 Fix FileSystemUtils for Windows/Linux path difference 7 months ago
Juergen Hoeller ba52164373 Provide graceful fallback for non-default NIO file systems 7 months ago
Juergen Hoeller 27221581a1 Expose getFilePath() on Resource interface for consistent NIO support 7 months ago
Sam Brannen 1786eb2901 Introduce RetryInterruptedException to address off-by-one error 7 months ago
Sam Brannen b2cdfbadf1 Introduce onRetryPolicyInterruption() callback in RetryListener 7 months ago
Sébastien Deleuze d218b0899a Invalid Nullness information for Kotlin properties 7 months ago
Sébastien Deleuze d2bdf11b39 Refine Nullness for Kotlin functions returning Unit 7 months ago
Park Sung Jun 1653ec3b44 Add tests for applyRelativePath method in StringUtils 7 months ago
Brian Clozel 764336f0f2 Fix Jetty DataBufferFactory memory leak 7 months ago
Brian Clozel 81b4020fc6 Do not load concrete types in annotation metadata 7 months ago
Brian Clozel 2b7f88ee44 Fix annotation arrays support in ClassFile metadata 7 months ago
Juergen Hoeller f64ff2866a Expose RetryException to onRetryPolicyExhaustion (also in the signature) 7 months ago
Juergen Hoeller 2489cced0f Expose RetryException#getRetryCount() and accept maxAttempts(0) 7 months ago
Sam Brannen c942b21dea Generate consistent validation error messages in RetryPolicy 7 months ago
Sam Brannen 887ef75700 Remove redundant declarations of JSpecify's @⁠NonNull annotation 7 months ago
Sam Brannen 6d710d482a Find annotation on overridden method in type hierarchy with unresolved generics 7 months ago
Sam Brannen a803ecdf26 Test expected behavior for RetryTemplate with zero retries 7 months ago
Sam Brannen 72afc66507 Make RetryTemplateTests more robust 7 months ago
Sam Brannen c38606610c Supply correct exception to RetryListener.onRetryPolicyExhaustion() 7 months ago
Stéphane Nicoll dd8313f200 Migrate to Palentir's JavaPoet 8 months ago
Sam Brannen 4fdf40e39e Fix Checkstyle configuration for nullability annotations 8 months ago
Sébastien Deleuze 19086835a7 Upgrade tests to OkHttp 5.x 8 months ago
Juergen Hoeller ba6166a02d Prefer most abstract method in getPubliclyAccessibleMethodIfPossible 9 months ago
Sam Brannen 3dc22379a0 Register runtime hints for Instant-to-Timestamp conversion 9 months ago
Sam Brannen 7900315f23 Introduce Date-to-Instant and Instant-to-Date converters 9 months ago
Sam Brannen 17df4b4c38 Support direct matching against exceptions in ExceptionTypeFilter 9 months ago
Sam Brannen 33f51b183d Add missing tests for ExceptionTypeFilter 9 months ago
Sam Brannen d510b738f4 Match if empty by default in InstanceFilter and ExceptionTypeFilter 9 months ago
Sam Brannen c6a8df4a9d Use Duration.ZERO whenever possible 9 months ago
Sam Brannen 5cae769c2d Remove maxDuration/maxElapsedTime support from RetryPolicy 9 months ago
Sam Brannen cc31bf3c33 Accept zero for RetryPolicy.Builder.delay() 9 months ago
Phillip Webb 89b8b1a468 Prevent cache pollution by storing only the factories 9 months ago
Sam Brannen b211ac1f4a Resolve warning in CachingMetadataReaderFactoryTests 9 months ago
Sam Brannen ad278cd52e Fix ExponentialBackOffTests 9 months ago
Juergen Hoeller 15dd320b95 Consistent maxAttempts (long) and delay/maxDelay (Duration) declarations 9 months ago
Sam Brannen bcdf26d492 Redesign RetryPolicy to directly incorporate BackOff 9 months ago
Sam Brannen 98b29b5e37 Consistently implement toString() in BackOff strategies 9 months ago
Sam Brannen d97288a74e Improve Javadoc and tests for BackOff strategies 9 months ago
Brian Clozel 2fa25b50d9 Fix caching operations in CachingMetadataReaderFactory 9 months ago
Juergen Hoeller e828bbbb0a Invert order of suppressed exceptions (for common exception rendering) 9 months ago