4503 Commits (1333669e2c10fed7e374e79845a4701b33eb3107)

Author SHA1 Message Date
Sam Brannen 717358b56b Short circuit ClassUtils.findPubliclyAccessibleMethodIfPossible(...) 6 months ago
Juergen Hoeller a6f6ecfe6c Revise getPubliclyAccessibleMethodIfPossible to rely on Module#isExported 7 months ago
Juergen Hoeller 3e37279db6 Make CGLIB Enhancer compatible with Kotlin 2.2.20+ 7 months ago
Sébastien Deleuze 5138305e0b Fix SingletonSupplier.ofNullable(T) nullability 7 months ago
Sébastien Deleuze 1e3f8651b8 Refine SingletonSupplier<T> static methods nullability 7 months ago
Sam Brannen 34be8e266d Revise nullability for Core Retry after upgrade to NullAway 0.12.10 7 months ago
Sam Brannen 5df082132d Polish contribution 7 months ago
Yanming Zhou 871076ef97 Add serialVersionUID in LinkedCaseInsensitiveMap 7 months ago
Manu Sridharan e834a3a80c Nullability fixes for AtomicReference variables 7 months ago
Sébastien Deleuze c79e4e230b Reinstantiate checks for kotlin-reflect 7 months ago
Sébastien Deleuze 7635ac38f6 Use uppercase for classpath-related static final field names 7 months ago
Sam Brannen 8b254ad25e Improve Javadoc for ConcurrencyThrottleSupport 7 months ago
Sam Brannen cb485b666f Polishing 7 months ago
Sébastien Deleuze da0a36bfd6 Upgrade to NullAway 0.12.10 and refine nullability 7 months ago
Sébastien Deleuze 2faed3cdbb Refine PropagationContextElement 7 months ago
Sam Brannen 0e3e34bee0 Find annotations on parameters in overridden non-public methods 7 months ago
Sam Brannen 4745c7cf3c Name local variables consistently 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 114c3f7c9c Avoid unnecessary imports for Javadoc 7 months ago
Sam Brannen 8f34a67024 Polish core retry internals 7 months ago
Sam Brannen e93a6a7230 Improve wording for retry exceptions 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
Sam Brannen 7484b9c491 Consistently include exceptions for previous attempts in RetryException 7 months ago
Sam Brannen 7b2730c271 Include current exception in log message for failed retry attempt 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 8 months ago
Brian Clozel 764336f0f2 Fix Jetty DataBufferFactory memory leak 8 months ago
Brian Clozel 81b4020fc6 Do not load concrete types in annotation metadata 8 months ago
Brian Clozel 2b7f88ee44 Fix annotation arrays support in ClassFile metadata 8 months ago
Sam Brannen 6978f0a398 Document terms and units in DataSize.parse(...) methods 8 months ago
Juergen Hoeller f62519bb55 Add cancelRemainingTasksOnClose flag for enforcing early interruption 8 months ago
Brian Clozel d128dd2616 Make StartupStep AutoCloseable 8 months ago
Juergen Hoeller f64ff2866a Expose RetryException to onRetryPolicyExhaustion (also in the signature) 8 months ago
Juergen Hoeller 2489cced0f Expose RetryException#getRetryCount() and accept maxAttempts(0) 8 months ago
Sam Brannen c942b21dea Generate consistent validation error messages in RetryPolicy 8 months ago
Sam Brannen 887ef75700 Remove redundant declarations of JSpecify's @⁠NonNull annotation 8 months ago
Sébastien Deleuze 7a2a167f34 Upgrade nullability plugin to 0.0.4 8 months ago
Sam Brannen 6d710d482a Find annotation on overridden method in type hierarchy with unresolved generics 8 months ago
Sam Brannen a999dd13f5 Document semantics of RetryException regarding cause and suppressed exceptions 8 months ago
Sam Brannen 9d57dabe2f Rename exception variables to clarify intent 8 months ago
Sam Brannen ed2fb61ce9 Remove duplicated word in Javadoc 8 months ago
Sam Brannen a803ecdf26 Test expected behavior for RetryTemplate with zero retries 8 months ago
Sam Brannen 72afc66507 Make RetryTemplateTests more robust 8 months ago
Sam Brannen c38606610c Supply correct exception to RetryListener.onRetryPolicyExhaustion() 8 months ago
Sam Brannen 9982369982 Revise nullability in RetryException 8 months ago