1496 Commits (42b3339cb98d455be004ab59d84fa2b63cef794a)

Author SHA1 Message Date
Sam Brannen ad99add429 Polish AOT support 4 years ago
Stephane Nicoll 8e7faab4f6 Polish 4 years ago
Phillip Webb 24fafc2fb7 Document that AOT processors are initialized during AOT processing 4 years ago
Phillip Webb 9413383d72 Enforce BeanRegistrationExcludeFilter beans are also AOT processors 4 years ago
Phillip Webb a4f3d1d6e8 Track the sources used to load AOT services 4 years ago
Phillip Webb 5218cf4c16 Fix BeanFactoryInitializationAotProcessor javadoc 4 years ago
Phillip Webb e928943d1a Don't use BeanRegistrationExcludeFilter as an exclude signal 4 years ago
Phillip Webb 472c23455a Add AotServices class to replace AotFactoriesLoader 4 years ago
Stephane Nicoll 88e29689b6 Polish 4 years ago
Stephane Nicoll f0f7f72de9 Do not write BeanDefinition attributes by default 4 years ago
Stephane Nicoll 735051bf7d Resolve infer destroy method at build-time 4 years ago
Stephane Nicoll 3d5003ad63 Introduce TestGenerationContext 4 years ago
Stephane Nicoll 60d2d16b2b Polish 4 years ago
Stephane Nicoll c1738aab0d Improve target detection for FactoryBeans with generic 4 years ago
Stephane Nicoll bbcc269487 Polish 4 years ago
Stephane Nicoll c09eb633db Rename test fixture to avoid class with existing TestBean class 4 years ago
Stephane Nicoll ba5ab1ad9d Polish 4 years ago
Phillip Webb cfb61d2a17 Add generics to BeanInstanceSupplier 4 years ago
Phillip Webb 069d6d3280 Propagate getFactoryMethod() when using InstanceSupplier.andThen() 4 years ago
Phillip Webb 3ae1b9ba57 Polish CodeBlock joining logic 4 years ago
Stephane Nicoll 85173b5de3 Polish "Handle inferred init/destroy method consistently" 4 years ago
Olga Maciaszek-Sharma 68e28a5f59 Handle inferred init/destroy method consistently 4 years ago
Stephane Nicoll d6345db7c9 Use target of the FactoryBean only if the FactoryBean is public 4 years ago
Stephane Nicoll 978cdfff46 Formatting 4 years ago
Stephane Nicoll 1acb41ff43 Add AOT support for by-type RuntimeBeanReference 4 years ago
Stephane Nicoll 85d4a79cdc Improve location of generated bean definitions of FactoryBeans 4 years ago
Phillip Webb 578f155809 Polishing 4 years ago
Phillip Webb 87b83e8291 Make MethodName package-private 4 years ago
Phillip Webb 0ea4ee163c Polishing 4 years ago
Stephane Nicoll 75ab47b57c Link factoryMethod consistently in AOT-generated bean definitions 4 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 4 years ago
Sam Brannen 1f3ea5133f Polishing 4 years ago
Marc Wrobel bd3499671c Fix typos in test code 4 years ago
Sam Brannen 2e4d7e4ef9 Polishing 4 years ago
Marc Wrobel c112bb0ae1 Fix and improve Javadoc in spring-beans 4 years ago
Stephane Nicoll 2c92d7da8f Harmonize RuntimeHintsRegistrar implementations 4 years ago
Stephane Nicoll 54a3f66d1d Move RuntimeHints predicate support to a dedicated package 4 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 4 years ago
Sam Brannen 2c3243c93c Trim string input in PropertyEditors where whitespace is irrelevant 4 years ago
Juergen Hoeller d2e27ad754 Support by-type constructor references via RuntimeBeanReference 4 years ago
Juergen Hoeller a21b27e6d9 Use isAssignableValue instead of isInstanceOf for argument resolution 4 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 4 years ago
Stephane Nicoll 0f4205adbf Polish assertions 4 years ago
Sam Brannen 789329fa3b Revise signature of SpringFactoriesLoader.forResourceLocation(...) 4 years ago
Stephane Nicoll 4cb9e65353 Polish 4 years ago
Stephane Nicoll 90759fb38f Relocate duplicated mock implementations to test fixtures 4 years ago
Stephane Nicoll 365481379d Fix hint generation for Autowired fields 4 years ago
Sam Brannen eeac150030 Polish contribution 4 years ago
Fabian Gonzalez 0ce9516aef Avoid eager instantiation of non-singleton FactoryBean in getBeanNamesForType 4 years ago
Sam Brannen e47cc44947 Polish DefaultListableBeanFactoryTests 4 years ago