1699 Commits (280b0de6464db73275e856142a103d724b407296)

Author SHA1 Message Date
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
Phillip Webb efa8ffb728 Polish 3 years ago
Sam Brannen 65066bd1e1 Fix Java 17 compiler warning about varargs 3 years ago
Sam Brannen a1c3efbb5f Polish ManagedList[Tests] and ManagedSet[Tests] 3 years ago
Sam Brannen fe7c6f075b Polishing 3 years ago
Juergen Hoeller fc8e6705d6 Move AutowiredArguments support classes to beans.factory.aot 3 years ago
izeye 6c8de96992 Add Javadoc since tag for RootBeanDefinition(ResolvableType) constructor 3 years ago
Juergen Hoeller 83186b689f Refine CachedIntrospectionResults property introspection 3 years ago
Sam Brannen eb50a6f4a0 Further polishing regarding JDK baseline upgrade 3 years ago