4507 Commits (30db2e4fb5e993ba6ada58d2d55ca4e82297e615)

Author SHA1 Message Date
Juergen Hoeller 3041071269 Consistently apply useCaches for single Resource lookup 6 months ago
Juergen Hoeller 2da821389c Remove redundant object allocation in cglib proxy method calls 6 months ago
Nurlan Turdaliev b4d501f888 Remove redundant object allocation in cglib proxy method calls 6 months ago
Sam Brannen 717358b56b Short circuit ClassUtils.findPubliclyAccessibleMethodIfPossible(...) 6 months ago
Juergen Hoeller a6f6ecfe6c Revise getPubliclyAccessibleMethodIfPossible to rely on Module#isExported 6 months ago
Juergen Hoeller 3e37279db6 Make CGLIB Enhancer compatible with Kotlin 2.2.20+ 6 months ago
Sébastien Deleuze 5138305e0b Fix SingletonSupplier.ofNullable(T) nullability 6 months ago
Sébastien Deleuze 1e3f8651b8 Refine SingletonSupplier<T> static methods nullability 6 months ago
Sam Brannen 34be8e266d Revise nullability for Core Retry after upgrade to NullAway 0.12.10 6 months ago
Sam Brannen 5df082132d Polish contribution 6 months ago
Yanming Zhou 871076ef97 Add serialVersionUID in LinkedCaseInsensitiveMap 6 months ago
Manu Sridharan e834a3a80c Nullability fixes for AtomicReference variables 6 months ago
Sébastien Deleuze c79e4e230b Reinstantiate checks for kotlin-reflect 6 months ago
Sébastien Deleuze 7635ac38f6 Use uppercase for classpath-related static final field names 6 months ago
Sam Brannen 8b254ad25e Improve Javadoc for ConcurrencyThrottleSupport 6 months ago
Sam Brannen cb485b666f Polishing 6 months ago
Sébastien Deleuze da0a36bfd6 Upgrade to NullAway 0.12.10 and refine nullability 6 months ago
Sébastien Deleuze 2faed3cdbb Refine PropagationContextElement 6 months ago
Sam Brannen 0e3e34bee0 Find annotations on parameters in overridden non-public methods 6 months ago
Sam Brannen 4745c7cf3c Name local variables consistently 6 months ago
Brian Clozel ef2a403df6 Add PropagationContextElement Kotlin operator 6 months ago
Juergen Hoeller 9ba954c330 Fix FileSystemUtils for Windows/Linux path difference 6 months ago
Juergen Hoeller ba52164373 Provide graceful fallback for non-default NIO file systems 6 months ago
Juergen Hoeller 27221581a1 Expose getFilePath() on Resource interface for consistent NIO support 6 months ago
Sam Brannen 114c3f7c9c Avoid unnecessary imports for Javadoc 6 months ago
Sam Brannen 8f34a67024 Polish core retry internals 6 months ago
Sam Brannen e93a6a7230 Improve wording for retry exceptions 6 months ago
Sam Brannen 1786eb2901 Introduce RetryInterruptedException to address off-by-one error 6 months ago
Sam Brannen b2cdfbadf1 Introduce onRetryPolicyInterruption() callback in RetryListener 6 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 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
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