1287 Commits (d451d6adccf82c410a249c69d13964d413dcce97)

Author SHA1 Message Date
Brian Clozel 3a36d51473 Polish 3 years ago
Brian Clozel fe6589d5af Add runtime hint test for inherited destroy methods 3 years ago
Brian Clozel b374824319 Contribute introspection hints on registered beans 3 years ago
Sam Brannen db29b65399 Polishing 3 years ago
Sam Brannen e17f5c50a8 Update copyright headers 3 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 3 years ago
Sam Brannen 3854861a8a Polishing 3 years ago
Sam Brannen 00c2c1d2a1 Polish "Support @Value for record injection" 3 years ago
nanfeng 7c9fc575ff Support @Value for record injection 3 years ago
Sébastien Deleuze 79f43041ad Catch defensively validator exceptions in AOT processing 3 years ago
Sam Brannen edb4a3467a Update copyright headers 3 years ago
Sébastien Deleuze 6825a842b5 Support package private methods on CGLIB proxies with AOT 3 years ago
Sam Brannen b437b7be34 Introduce test for perthis with @Aspect and shared pointcut 3 years ago
Sam Brannen 2d56505ea9 Polishing 3 years ago
Sam Brannen 2e1374b459 Update copyright headers 3 years ago
Johnny Lim ce3be72e7f Polish 3 years ago
Johnny Lim 431ae03447 Polish 3 years ago
Sébastien Deleuze 89c7c6e9dd Fix bean validation on suspending function parameters 3 years ago
Sam Brannen e3fb0a39a2 Clean up compiler warnings 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 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 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
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 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 d0d5730f7f Suppress "removal" warnings in CronSequenceGeneratorTests 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 dedbbf0a79 Avoid warnings in tests 3 years ago
Sam Brannen c3fca0a826 Always register root directory for registered resource hints 3 years ago
Sam Brannen 29f085bd1a Automatically register directories for registered resource hints 3 years ago
Sébastien Deleuze a1bc539d80 Support multiple @ImportRuntimeHints in the type hierarchy 3 years ago
Stephane Nicoll e749cd1ef1 Add constructor introspection hint on Configuration class target 3 years ago
Juergen Hoeller 5ff5553878 Adapted test for reflection hints on proxied user classes 3 years ago
Vedran Pavic fb291379e4 Avoid use of Commons Logging in LoggingCacheErrorHandler public API 3 years ago
Stephane Nicoll 82a0154bd1 Expose a system property when AOT processing is running 3 years ago
Sam Brannen eadb003a8d Introduce builder API for AOT processor Settings 3 years ago