4433 Commits (17382fe07957bfb43bc34d22f20e63f00a3ddd6b)

Author SHA1 Message Date
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 1145054971 Introduce ConfigurationBeanNameGenerator for @Bean-annotated methods 8 months ago
Juergen Hoeller 4277682a5c Catch InaccessibleObjectException next to IllegalAccessException 9 months ago
Juergen Hoeller ba6166a02d Prefer most abstract method in getPubliclyAccessibleMethodIfPossible 9 months ago
Juergen Hoeller c754bfe7e6 Fall back to getPubliclyAccessibleMethodIfPossible on IllegalAccessException 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
Sébastien Deleuze a61b297967 Specify flexible generics nullness in spring-jdbc 9 months ago
Sam Brannen 32b56a35c6 Short-circuit matching algorithm in InstanceFilter 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 46c40e7b96 Require explicit constraints in @⁠Contract 9 months ago
Sam Brannen c6a8df4a9d Use Duration.ZERO whenever possible 9 months ago
Sam Brannen 58061ae295 Polish contribution 9 months ago
Mengqi Xu 489ebd2438 Use ExceptionTypeFilter to filter includes & excludes for retry policies 9 months ago
Sam Brannen 0f495d3b64 Remove obsolete Javadoc reference 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 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