1476 Commits (fb1aa4f5d5601ddd1fe7928b39c6408a3003a59a)

Author SHA1 Message Date
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 2 years ago
Stephane Nicoll 0f4205adbf Polish assertions 2 years ago
Sam Brannen 789329fa3b Revise signature of SpringFactoriesLoader.forResourceLocation(...) 2 years ago
Stephane Nicoll 4cb9e65353 Polish 2 years ago
Stephane Nicoll 90759fb38f Relocate duplicated mock implementations to test fixtures 2 years ago
Stephane Nicoll 365481379d Fix hint generation for Autowired fields 2 years ago
Sam Brannen eeac150030 Polish contribution 2 years ago
Fabian Gonzalez 0ce9516aef Avoid eager instantiation of non-singleton FactoryBean in getBeanNamesForType 2 years ago
Sam Brannen e47cc44947 Polish DefaultListableBeanFactoryTests 2 years ago
Juergen Hoeller a14650e0dc findAnnotationOnBean only falls back to bean class in case of no factory method 2 years ago
Juergen Hoeller 4e1b9f1492 Replace deep exception message nesting with custom inclusion of cause messages 2 years ago
Brian Clozel 7e8b1ed401 Polish 2 years ago
Brian Clozel 9c9b2356ce Add RuntimeHints predicates generator 2 years ago
Phillip Webb 46a2f2d71c Allow @CompileWithTargetClassAccess to work with all classes 2 years ago
Phillip Webb c01a2e897d Fix null assignment to non-nullable field 2 years ago
Stephane Nicoll 92961d75f0 Polish tests 2 years ago
Stephane Nicoll ad0573a91e Polish 2 years ago
Phillip Webb 305055d6b1 Pass GenerationContext to customizeBeanRegistrationCodeFragments 2 years ago
Phillip Webb 9a9c3ea00e Filter single inferred init/destroy methods 2 years ago
Phillip Webb 172102d225 Refine ApplicationContextAotGenerator class name generation 2 years ago
Phillip Webb 4bd33cb6e0 Allow ApplicationContextAotGenerator to generated better class names 2 years ago
Stephane Nicoll 3aefa88d3c Add test to validate AOT infrastructure registration 2 years ago
Phillip Webb 8d79ec0b67 Allow AOT contributions to customize code fragments. 2 years ago
Sam Brannen bc3b3d01ee Polishing 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Sam Brannen 720261db26 Use List.of() and Set.of() where feasible 2 years ago
Sam Brannen ad46f0295c Apply "instanceof pattern matching" 2 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
lihan a892ce80c1 Polishing regarding JDK baseline upgrade 3 years ago
Sam Brannen d8f650e3ca Polishing 3 years ago
evgeny.bovykin 7cb6ac0a02 Make inner classes static when feasible (on main) 3 years ago
Phillip Webb 3df3bc2aa0 Generate native hints for property values 3 years ago
CharlieYu 432fce9db3
Polish Javadoc and inline comments 3 years ago
Sam Brannen e26d8839b3 Stop referring to features as Java 6/7 features where unnecessary 3 years ago
evgeny.bovykin 06e1cc2f9b Use Arrays.toString for initMethodNames and destroyMethodNames arrays in AbstractBeanDefinition#toString 3 years ago
Phillip Webb 7700570253 Don't consider singleton instances when deducing bean class 3 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 3 years ago
Phillip Webb 7664a54c93 Update InitDestroyAnnotationBeanPostProcessor AOT support 3 years ago
Phillip Webb 77c5a6f18d Update AutowiredAnnotationBeanPostProcessor AOT support 3 years ago
Phillip Webb 4d87071f3a Add AOT interfaces and classes to support bean factories 3 years ago
Phillip Webb f2cf78c525 Add programmatic autowiring support classes 3 years ago
Phillip Webb 3209d7f126 Add InstanceSupplier and RegisteredBean support 3 years ago