2576 Commits (17f1eadb6fbf209dfdca12fe541380f0fd24cd5b)

Author SHA1 Message Date
Sam Brannen 9b0929c392 Update copyright headers 3 years ago
Arjen Poutsma af21ebe6c6 Fix CronExpression::parse javadoc 3 years ago
Sam Brannen e0f60dc09d Apply "instanceof pattern matching" in spring-context and polishing 3 years ago
Adam Ostrožlík 8783075e40 Apply "instanceof pattern matching" and minor refactorings in spring-context 3 years ago
Sam Brannen e3fb0a39a2 Clean up compiler warnings 3 years ago
Sam Brannen 75046bbea0 Update copyright headers 3 years ago
rstoyanchev 6a6a35a0b9 Support method validation for interface-only proxies 3 years ago
Sébastien Deleuze 57b6f7e494 Infer hints for custom constraint validators 3 years ago
Sam Brannen 3f148c2aaa Avoid warnings / Polishing 3 years ago
Sam Brannen 58872c79ee Update copyright headers 3 years ago
Sam Brannen 24f18275dd Stop referring to "Spring 3.x" features in documentation and code 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sam Brannen a4956dfe26 Update copyright headers 3 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 3 years ago
Sébastien Deleuze 4396801933 Add reflection hints for Kotlin reflection on functions 3 years ago
Sam Brannen 0bfddbc9cb Polishing 3 years ago
Sam Brannen 7fe78b745f Polish Javadoc 3 years ago
Sam Brannen f4bc9ffb98 Reintroduce component index support for Jakarta annotations 3 years ago
Sam Brannen e124e802a3 Polishing 3 years ago
Sam Brannen c24a51323d Reinstate test for JmxUtils.locateMBeanServer() 3 years ago
Juergen Hoeller d5732fed45 Polishing 3 years ago
Johnny Lim 74ec10bf3a Polish 3 years ago
Sam Brannen 1de9d123a5 Update Javadoc for MBeanTestUtils 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen a88dbbec98 Apply project formatting rules for ternary operator 3 years ago
Juergen Hoeller 8e5eb84da1 Consistently register CGLIB hints for lazy resolution proxy classes 3 years ago
Juergen Hoeller 284cf3ecf2 Rely on standard parameter name resolution in Bean Validation 3.0 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Sam Brannen f9f8f2d89e Polishing 3 years ago
Sam Brannen 43f8d9e084 Apply 'instanceof pattern matching' 3 years ago
Sam Brannen d32027df92 Apply 'instanceof pattern matching' 3 years ago
jiangying b130ff36d9
Fix Javadoc link text in BindingResult 3 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 3 years ago
Sam Brannen d0d5730f7f Suppress "removal" warnings in CronSequenceGeneratorTests 3 years ago
Arjen Poutsma 9be6cea012 Polishing deprecated methods 3 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 3 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 3 years ago
Sam Brannen 0b21c16fa8 Suppress unused warning in test code 3 years ago
Sam Brannen eb91d21ada Polishing 3 years ago
Stephane Nicoll da4b539f20 Stop generating generic type as Object for unresolved generics 3 years ago
Juergen Hoeller 70bb785ed6 Turn nested generic FactoryBean type into resolved Class for fallback match 3 years ago
Juergen Hoeller 0e9eab55ce Unwrap nested generic type within FactoryBean target type if necessary 3 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 3 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 3 years ago
Sam Brannen 95f3337bb5 Revise contribution 3 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 3 years ago
Juergen Hoeller 86d45578d9 Introduce findAllAnnotationsOnBean variant on ListableBeanFactory 3 years ago