3930 Commits (bd40f0e6bb33cd41235bab1728bcb9291ae70bac)

Author SHA1 Message Date
Sam Brannen 95080cabfd Polishing 1 month ago
Juergen Hoeller b6833ff31f Cancel late-executing tasks within revised closed handling 1 month ago
Stéphane Nicoll 3bc55c77ec Add support for declaring reflection metadata for lambdas 1 month ago
Sam Brannen cf2b59b68b Delete obsolete addCharsetParameter() method 1 month ago
Juergen Hoeller cff48fff2d Reject late-executing tasks after termination waiting 1 month ago
Juergen Hoeller ab8cb8de6e Add support for non-flushing OutputStream 1 month ago
Stéphane Nicoll 434da06d1f Migrate to GraalVM metadata format 1.2.0 1 month ago
Juergen Hoeller 22bd8bd704 Skip serialization of potentially non-serializable cached state 2 months ago
海子 Yang 0841e79e32 Copy methodAnnotations in MethodParameter copy constructor 2 months ago
Brian Clozel 97e96895db Optimize MediaType(MediaType, Charset) constructor 2 months ago
Juergen Hoeller e98c2fe488 Reuse AnnotatedMethod annotation cache in derived instances 2 months ago
Sam Brannen cb8ed43be1 Stop referring to "JDK 8" features in documentation 2 months ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 2 months ago
Sam Brannen 6f03c186b9 Polishing 2 months ago
Juergen Hoeller 4a13655aa5 Polishing 2 months ago
Christian Schuster a9b1d6335e avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of computeIfAbsent and computeIfPresent 2 months ago
Juergen Hoeller 1ef8734881 Cache method annotations in AnnotatedMethod as well 2 months ago
Juergen Hoeller 6dfa54b8ea Cache method annotations in MethodParameter 2 months ago
Brian Clozel 59a9d0fcb9 Remove outdated GraalVM substitutions 2 months ago
rstoyanchev db9045ae28 Polishing in CharBufferDecoder 2 months ago
Juergen Hoeller ad19c1ac82 Introduce beforeRetry callback with RetryState argument 2 months ago
Juergen Hoeller 40350653e1 Upgrade to ASM 9.9.1 and Objenesis 3.5 2 months ago
Sébastien Deleuze f52481493c Use `@Nullable Void` in TaskCallback#from 2 months ago
Juergen Hoeller 16f4b23c32 Consistently close streams through try-with-resources 2 months ago
Patrick Strawderman bf5386712c Use Java Files utilities in FileCopyUtils 2 months ago
Juergen Hoeller 7da65fe4fc Support -1 for undetermined length in SqlBinaryValue/SqlCharacterValue 2 months ago
Sam Brannen 0d612b3b1d Make TaskCallback a @⁠FunctionalInterface 2 months ago
Patrick Strawderman 96fb5d72eb Use Reader.transferTo in FileCopyUtils 2 months ago
Sam Brannen e56f7c1e53 Polishing 2 months ago
Juergen Hoeller fd3bbb057e Polishing 2 months ago
Juergen Hoeller c47da1247a Add TaskCallback/Callable/Runnable wrapper for retryable tasks 2 months ago
rstoyanchev 345fa51e77 Handle early exception from AsynchronousFileChannel#write 3 months ago
Juergen Hoeller c05ea841bc Declare Callable parameter with nullable type variable 3 months ago
Sam Brannen 4d4adeb2c6 Polish Javadoc 3 months ago
Juergen Hoeller 2d2809f45c Consistently throw Task/InvocationRejectedException on access rejected 3 months ago
Sam Brannen 9711db787e Introduce Spring property to disable context pausing for tests 3 months ago
Sam Brannen 1370a833ed Further clarify the meaning of maxAttempts in FixedBackOff and ExponentialBackOff 3 months ago
Juergen Hoeller 3e5d8d184a Clarify back-off attempts versus retries for BackOff maxAttempts setting 3 months ago
Sam Brannen dfb17d84d6 Reintroduce deleted text in Javadoc 3 months ago
Juergen Hoeller 169465cce1 Align InvocationRejectedException javadoc with TaskRejectedException 3 months ago
Juergen Hoeller c4d5e3c57d Add task rejection support to SyncTaskExecutor's concurrency throttle 3 months ago
Sébastien Deleuze 93ce99ea06 Polishing 3 months ago
Sébastien Deleuze bf8a1600e5 Add missing override annotations to PropagationContextElement 3 months ago
Sébastien Deleuze 96eee8c8b1 Make nullability flexible in ConverterFactory#getConverter 3 months ago
Sébastien Deleuze 46fb7c026c Upgrade to nullability plugin 0.0.9 3 months ago
Manu Sridharan d36244ee56 Update to NullAway 0.12.15 and fix new warnings 3 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 3 months ago
Brian Clozel 214cb2c1e1 Polishing contribution 4 months ago
Terry Tao 26e0f550b0 Fix LinkedCaseInsensitiveMap entrySet case-insensitivity 4 months ago
Brian Clozel 012fb29097 Fix nullness mismatch for Converter/ConverterFactory 4 months ago