1757 Commits (00fffb7ab0ec46c1a8ddfab7b48cdf8f26193a05)

Author SHA1 Message Date
Phillip Webb 3ae1b9ba57 Polish CodeBlock joining logic 3 years ago
Stephane Nicoll 85173b5de3 Polish "Handle inferred init/destroy method consistently" 3 years ago
Olga Maciaszek-Sharma 68e28a5f59 Handle inferred init/destroy method consistently 3 years ago
Stephane Nicoll d6345db7c9 Use target of the FactoryBean only if the FactoryBean is public 3 years ago
Stephane Nicoll 978cdfff46 Formatting 3 years ago
Stephane Nicoll 1acb41ff43 Add AOT support for by-type RuntimeBeanReference 3 years ago
Stephane Nicoll 85d4a79cdc Improve location of generated bean definitions of FactoryBeans 3 years ago
Phillip Webb 578f155809 Polishing 3 years ago
Phillip Webb 87b83e8291 Make MethodName package-private 3 years ago
Phillip Webb 0ea4ee163c Polishing 3 years ago
Stephane Nicoll 75ab47b57c Link factoryMethod consistently in AOT-generated bean definitions 3 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 3 years ago
Sam Brannen 1f3ea5133f Polishing 3 years ago
Marc Wrobel bd3499671c Fix typos in test code 3 years ago
Sam Brannen 2e4d7e4ef9 Polishing 3 years ago
Marc Wrobel c112bb0ae1 Fix and improve Javadoc in spring-beans 3 years ago
Stephane Nicoll 2c92d7da8f Harmonize RuntimeHintsRegistrar implementations 3 years ago
Stephane Nicoll 54a3f66d1d Move RuntimeHints predicate support to a dedicated package 3 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 3 years ago
Sam Brannen 2c3243c93c Trim string input in PropertyEditors where whitespace is irrelevant 3 years ago
Juergen Hoeller d2e27ad754 Support by-type constructor references via RuntimeBeanReference 3 years ago
Juergen Hoeller a21b27e6d9 Use isAssignableValue instead of isInstanceOf for argument resolution 3 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 3 years ago
Stephane Nicoll 0f4205adbf Polish assertions 3 years ago
Sam Brannen 789329fa3b Revise signature of SpringFactoriesLoader.forResourceLocation(...) 3 years ago
Stephane Nicoll 4cb9e65353 Polish 3 years ago
Stephane Nicoll 90759fb38f Relocate duplicated mock implementations to test fixtures 3 years ago
Stephane Nicoll 365481379d Fix hint generation for Autowired fields 3 years ago
Sam Brannen eeac150030 Polish contribution 3 years ago
Fabian Gonzalez 0ce9516aef Avoid eager instantiation of non-singleton FactoryBean in getBeanNamesForType 3 years ago
Sam Brannen e47cc44947 Polish DefaultListableBeanFactoryTests 3 years ago
Juergen Hoeller a14650e0dc findAnnotationOnBean only falls back to bean class in case of no factory method 3 years ago
Juergen Hoeller 4e1b9f1492 Replace deep exception message nesting with custom inclusion of cause messages 3 years ago
Brian Clozel 7e8b1ed401 Polish 3 years ago
Brian Clozel 9c9b2356ce Add RuntimeHints predicates generator 3 years ago
Phillip Webb 46a2f2d71c Allow @CompileWithTargetClassAccess to work with all classes 3 years ago
Phillip Webb c01a2e897d Fix null assignment to non-nullable field 3 years ago
Stephane Nicoll 92961d75f0 Polish tests 3 years ago
Stephane Nicoll ad0573a91e Polish 3 years ago
Phillip Webb 305055d6b1 Pass GenerationContext to customizeBeanRegistrationCodeFragments 3 years ago
Phillip Webb 9a9c3ea00e Filter single inferred init/destroy methods 3 years ago
Phillip Webb 172102d225 Refine ApplicationContextAotGenerator class name generation 3 years ago
Phillip Webb 4bd33cb6e0 Allow ApplicationContextAotGenerator to generated better class names 3 years ago
Stephane Nicoll 3aefa88d3c Add test to validate AOT infrastructure registration 3 years ago
Phillip Webb 8d79ec0b67 Allow AOT contributions to customize code fragments. 3 years ago
Sam Brannen bc3b3d01ee Polishing 3 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 3 years ago
Sam Brannen 720261db26 Use List.of() and Set.of() where feasible 3 years ago
Sam Brannen ad46f0295c Apply "instanceof pattern matching" 3 years ago
Phillip Webb 6f71328ba6 Don't implicitly filter all AOT processor beans 3 years ago