4685 Commits (bcc9e27dd00a7eaf2f7e66d04d04ed31d0dd1efc)

Author SHA1 Message Date
Juergen Hoeller f0472ea1c0 Polishing (includes nullable declaration for internal type array) 1 week ago
Juergen Hoeller eca6d91532 Refine nullable declaration of internal type array constant 1 week ago
Junseo Bae f92e810831 Fix incorrect cross reference in AbstractEnvironment Javadoc 1 week ago
Paul Ngo (Do Not Bug) c1e90d51ca
GenericTypeResolver.resolveType should resolve TypeVariable with nested ParameterizedType (#36480) 1 week ago
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 2 weeks ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 2 weeks ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 2 weeks ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 2 weeks ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 weeks ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 2 weeks ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 2 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Sam Brannen b846a29b17 Polishing 2 weeks ago
Juergen Hoeller 1345760087 Support "classpath*:" prefix for ResourceLoader#getResource 2 weeks ago
Brian Clozel bc07a451dc Fix ParameterizedTypeReference nullness 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Sam Brannen 17699103dc Consistently use American English spelling 2 weeks ago
Brian Clozel cc5c7ba186 Fix enclosing class resolution with ClassFile API 3 weeks ago
Sam Brannen 9cedcd65ef Polishing 3 weeks ago
Juergen Hoeller 63ced3f3b4 Polishing 3 weeks ago
Juergen Hoeller 89391fd94c Consistently ignore non-loadable annotation types with ClassFile/ASM 3 weeks ago
Stéphane Nicoll 03391dfa94 Switch serializable flag to primitive boolean 4 weeks ago
Sam Brannen 22301fd069 Further align synthesized annotation toString() with modern JDKs 4 weeks ago
Sam Brannen 02af3e7a17 Introduce setDefaultCharset() in AbstractResourceBasedMessageSource 4 weeks ago
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 0c9127d111 Use consistent indentation in Gradle build scripts 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 1 month ago
海子 Yang 0841e79e32 Copy methodAnnotations in MethodParameter copy constructor 1 month 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