4386 Commits (a7e3a438c9d7d6dd5820fd7439f4fbade32f39c5)

Author SHA1 Message Date
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
Sam Brannen 6978f0a398 Document terms and units in DataSize.parse(...) methods 7 months ago
Juergen Hoeller f62519bb55 Add cancelRemainingTasksOnClose flag for enforcing early interruption 7 months ago
Brian Clozel d128dd2616 Make StartupStep AutoCloseable 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
Sébastien Deleuze 7a2a167f34 Upgrade nullability plugin to 0.0.4 7 months ago
Sam Brannen 6d710d482a Find annotation on overridden method in type hierarchy with unresolved generics 7 months ago
Sam Brannen a999dd13f5 Document semantics of RetryException regarding cause and suppressed exceptions 7 months ago
Sam Brannen 9d57dabe2f Rename exception variables to clarify intent 7 months ago
Sam Brannen ed2fb61ce9 Remove duplicated word in Javadoc 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
Sam Brannen 9982369982 Revise nullability in RetryException 7 months ago
Stéphane Nicoll 532911eb93 Mark RetryException#getCause non null 7 months ago
Stefano Cordio ed28390d24 Refine `@Contract` Javadoc 7 months ago
Juergen Hoeller 67e88f3c20 Align task execution tracking and thread interruption on shutdown 8 months ago
Patrick Strawderman 24e66b63d1 Refine StringUtils#uriDecode and update documentation 8 months ago
Juergen Hoeller 7316aab048 Align @Nullable annotation 8 months ago
Juergen Hoeller 3c112703d9 Introduce useCaches flag on UrlResource (for URLConnection access) 8 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 1145054971 Introduce ConfigurationBeanNameGenerator for @Bean-annotated methods 8 months ago
Juergen Hoeller 4277682a5c Catch InaccessibleObjectException next to IllegalAccessException 8 months ago
Juergen Hoeller ba6166a02d Prefer most abstract method in getPubliclyAccessibleMethodIfPossible 8 months ago
Juergen Hoeller c754bfe7e6 Fall back to getPubliclyAccessibleMethodIfPossible on IllegalAccessException 8 months ago
Sam Brannen 3dc22379a0 Register runtime hints for Instant-to-Timestamp conversion 8 months ago
Sam Brannen 7900315f23 Introduce Date-to-Instant and Instant-to-Date converters 8 months ago
Sébastien Deleuze a61b297967 Specify flexible generics nullness in spring-jdbc 8 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 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