2518 Commits (8330bd424b2257cd33b9819ce1737e519ee90fd8)

Author SHA1 Message Date
Sam Brannen c24a51323d Reinstate test for JmxUtils.locateMBeanServer() 2 years ago
Juergen Hoeller d5732fed45 Polishing 2 years ago
Johnny Lim 74ec10bf3a Polish 2 years ago
Sam Brannen 1de9d123a5 Update Javadoc for MBeanTestUtils 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen a88dbbec98 Apply project formatting rules for ternary operator 2 years ago
Juergen Hoeller 8e5eb84da1 Consistently register CGLIB hints for lazy resolution proxy classes 2 years ago
Juergen Hoeller 284cf3ecf2 Rely on standard parameter name resolution in Bean Validation 3.0 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen f9f8f2d89e Polishing 2 years ago
Sam Brannen 43f8d9e084 Apply 'instanceof pattern matching' 2 years ago
Sam Brannen d32027df92 Apply 'instanceof pattern matching' 2 years ago
jiangying b130ff36d9
Fix Javadoc link text in BindingResult 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Sam Brannen d0d5730f7f Suppress "removal" warnings in CronSequenceGeneratorTests 2 years ago
Arjen Poutsma 9be6cea012 Polishing deprecated methods 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Sam Brannen 0b21c16fa8 Suppress unused warning in test code 2 years ago
Sam Brannen eb91d21ada Polishing 2 years ago
Stephane Nicoll da4b539f20 Stop generating generic type as Object for unresolved generics 2 years ago
Juergen Hoeller 70bb785ed6 Turn nested generic FactoryBean type into resolved Class for fallback match 2 years ago
Juergen Hoeller 0e9eab55ce Unwrap nested generic type within FactoryBean target type if necessary 2 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 2 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 2 years ago
Sam Brannen 95f3337bb5 Revise contribution 2 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 2 years ago
Juergen Hoeller 86d45578d9 Introduce findAllAnnotationsOnBean variant on ListableBeanFactory 2 years ago
Sam Brannen dedbbf0a79 Avoid warnings in tests 2 years ago
Sam Brannen c3fca0a826 Always register root directory for registered resource hints 2 years ago
Sam Brannen 29f085bd1a Automatically register directories for registered resource hints 2 years ago
Sébastien Deleuze a1bc539d80 Support multiple @ImportRuntimeHints in the type hierarchy 2 years ago
Stephane Nicoll e749cd1ef1 Add constructor introspection hint on Configuration class target 2 years ago
Juergen Hoeller 5ff5553878 Adapted test for reflection hints on proxied user classes 2 years ago
Juergen Hoeller f6708d194c Expose all public user class methods (including inherited methods) for reflection 2 years ago
Juergen Hoeller 4c38777064 Explain logger name semantics (see AbstractTraceInterceptor.setLoggerName) 2 years ago
Vedran Pavic fb291379e4 Avoid use of Commons Logging in LoggingCacheErrorHandler public API 2 years ago
Juergen Hoeller 6b6cf1b4a2 Avoid decorated definition bypass for scoped proxy determination 2 years ago
Stephane Nicoll 82a0154bd1 Expose a system property when AOT processing is running 2 years ago
Sam Brannen eadb003a8d Introduce builder API for AOT processor Settings 2 years ago
Juergen Hoeller 8e25e32eb8 Polishing 2 years ago
Juergen Hoeller f4dfe94702 Fallback to ISO-based default java.time type parsing 2 years ago
Sam Brannen 4d44aaf81b Omit deprecation warning for Bean Validation constraint annotations 2 years ago
Juergen Hoeller bba313c2f5 Perform basic property determination without java.beans.Introspector 2 years ago
Juergen Hoeller bba66429fb Polishing 2 years ago
Sam Brannen f00e4b230f Support method chaining in AbstractAotProcessor.Settings 2 years ago
Sam Brannen 7ed42ca4ca Polish ContextAotProcessor 2 years ago
Sam Brannen cad7444afa Introduce Settings container in AbstractAotProcessor 2 years ago