4409 Commits (60b19278c021d81d913cdce96dfca2cb328d3bfa)

Author SHA1 Message Date
Sam Brannen 1ad05db877 Simplify dependency management for JUnit artifacts 9 months ago
Sam Brannen b211ac1f4a Resolve warning in CachingMetadataReaderFactoryTests 9 months ago
Sam Brannen ad278cd52e Fix ExponentialBackOffTests 9 months ago
Sam Brannen 4cdfd90882 Polish backoff and retry support 9 months ago
Juergen Hoeller 96f0399072 Reintroduce FixedBackOff(long) constructor 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
Stefano Cordio f7fef93842 Refine nullability of MethodInvoker#setArguments 9 months ago
Juergen Hoeller 841d9fb73b Add public method to get bean order on DefaultListableBeanFactory 9 months ago
Tran Ngoc Nhan 1a046f9cec Fix Nullable import in ClassFileAnnotationMetadata 9 months ago
Brian Clozel 2fa25b50d9 Fix caching operations in CachingMetadataReaderFactory 9 months ago
Sam Brannen f3f05da39b Refer to Spring Retry project in Javadoc 9 months ago
Juergen Hoeller e828bbbb0a Invert order of suppressed exceptions (for common exception rendering) 9 months ago
Sébastien Deleuze 839d3a7d44 Refine nullability of PropertyResolver.getProperty(key: String) 9 months ago
Sébastien Deleuze 294406dae9 Remove `@Suppress("EXTENSION_SHADOWED_BY_MEMBER")` 9 months ago
Juergen Hoeller aa525cc3cd Delegate to ReflectionUtils.accessibleConstructor 9 months ago
Sam Brannen c5fd57d92b Polish @⁠Retryable Javadoc and internals 9 months ago
Sébastien Deleuze f601bbb2ac Allow usage of `@CheckReturnValue` on types and ctors 9 months ago
Sam Brannen 74ee1b991a Apply consistent copyright headers in Kotlin source code 9 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Sam Brannen 103a7e58bb Apply consistent copyright headers in Kotlin source code 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Juergen Hoeller f69df9b767 Introduce retry interceptor and annotation-based retry support 9 months ago
Sam Brannen cc7dc47c4c Simplify suppressed exception assertions 9 months ago
Sam Brannen 6bbfd56dce Remove duplication in RetryTemplateTests 9 months ago
Sam Brannen f41a568b1d Improve Javadoc for RetryPolicy.Builder 9 months ago
Sam Brannen 09372b72ae Add retryWithExceptionExcludes() test 9 months ago
Sam Brannen 97522cfa36 Introduce Builder API and factory methods for RetryPolicy 9 months ago
Juergen Hoeller 945f3fb5ac Revise RetryTemplate for alignment with Reactor 9 months ago
Brian Clozel af7758cbc7 Configure CheckStyle rule for empty catch blocks 9 months ago
Vincent Potucek 0d4dfb6c1f Rename exception variables in empty catch blocks 9 months ago
Sam Brannen cd3ac44fb0 Add test for CompositeRetryListener.addListener() 9 months ago
Sam Brannen 9f1aef16f9 Fix Javadoc for FixedBackOff 9 months ago
Johnny Lim 722333f0f1 Polish DataBufferInputStream.skip() 9 months ago
Sam Brannen 082eb607ec Overhaul tests for RetryTemplate 9 months ago
Sam Brannen ff167aafa2 Make built-in RetryPolicy implementations final 9 months ago
Sam Brannen bfd3dc2676 Implement toString() in RetryPolicy and RetryExecution implementations 9 months ago
Sam Brannen bc967842f6 Rename and polish ComposedRetryListenerTests 9 months ago
Sam Brannen b6680422db Change signature of RetryOperations.execute() regarding nullability 10 months ago
Sam Brannen 8f3ca49bc4 Rename Retryable.run() to Retryable.execute() 10 months ago
Sam Brannen d74b863ae7 Polish Javadoc for core retry functionality 10 months ago
Sam Brannen 8b9e620084 Allow FixedBackOff to be constructed with only a custom interval 10 months ago
Sam Brannen fcdd439ad0 Polish Javadoc for FixedBackOff 10 months ago
Sébastien Deleuze 05c3f56ec7 Rely on default retention in `@Contract` 10 months ago
Sam Brannen d42d3f1a6c Fix wording in Javadoc for RetryTemplate 10 months ago
Sam Brannen 51b6e8cc9f Rename RetryCallback to Retryable 10 months ago
Sam Brannen f927ff635a Revise @⁠Nullable declarations for contains*() in CollectionUtils 10 months ago
Sébastien Deleuze 7bb19fcde8 Refine Kotlin Serialization hint registration 10 months ago