4442 Commits (9ed3c034f54325707c56dbca2f1206b3107e2be2)

Author SHA1 Message Date
Juergen Hoeller 3a61460f91 Use JarFile#entries() instead of #stream() for consistent entry paths 5 months ago
Brian Clozel ee284f2ee6 Add "forEachByte" variant to DataBuffer 5 months ago
Sébastien Deleuze ec77bb0032 Introduce automatic context propagation in Coroutines 5 months ago
Dariusz Jędrzejczyk b2c84ac038 Adapt to Reactor 3.8 JSpecify annotations 5 months ago
Juergen Hoeller 467a484df6 Polishing 5 months ago
Juergen Hoeller 8b36736344 Add concurrency throttle and flexible task callback to SyncTaskExecutor 5 months ago
Juergen Hoeller 18c93a071c Remove deprecated method (plus JSpecify alignment) 5 months ago
Juergen Hoeller 449b85f446 Avoid overhead for parsing plain values and simple placeholders 5 months ago
Sébastien Deleuze 3819e2dc4c Refine StringUtils#splitArrayElementsIntoProperties nullability 5 months ago
Sam Brannen 97ae5fde7c Match against exception causes in @⁠Retryable and RetryPolicy 5 months ago
Sam Brannen 58940794cf Polish resilience features 5 months ago
Sam Brannen 670effa02b Support matching against exception causes in ExceptionTypeFilter 5 months ago
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 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 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