1445 Commits (65066bd1e108c4150162c201ae96166eec6244d5)

Author SHA1 Message Date
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
Phillip Webb d31eb4c0f1 Add RootBeanDefinition constructor that accepts a ResolvableType 3 years ago
Phillip Webb 58c441f961 Support multiple SpringFactoriesLoader files 3 years ago
Juergen Hoeller e441832e99 Accept WritableResource as required dependency type as well 3 years ago
Sam Brannen 0a9271e721 Suppress warning in test 3 years ago
Sam Brannen f934c09211 Polish ExtendedBeanInfo 3 years ago
Stephane Nicoll 5378572b00 Clarify lambda code block methods 3 years ago
Stephane Nicoll 7ea0cc3da2 Allow BeanRegistrationContributionProvider to access the BeanFactory 3 years ago
Stephane Nicoll 26054fd3d4 AOT contribution for @PersistenceContext and @PersistenceUnit 3 years ago
Stephane Nicoll 10d254983f Refine MultiStatement#toClodeBlock 3 years ago
Stephane Nicoll 3017955eff Update copyright year of changed file 3 years ago
Koen Punt 22c82ff206 Fix method reference in Kotlin documentation 3 years ago
Sam Brannen a7cf19cec5 Improve documentation and matching algorithm in data binders 3 years ago
Juergen Hoeller 949c3d450c Align plain accessor check 3 years ago
Juergen Hoeller 9f91168396 Restore ability to configure setClassLoader methods 3 years ago
Brian Clozel 002546b3e4 Refine PropertyDescriptor filtering 3 years ago
izeye f55bff50b6 Add Javadoc since for BeanDefinitionValueResolver.resolveInnerBean() 3 years ago
Sam Brannen 8fc744f4f4 Improve Javadoc for BeanExpressionResolver 3 years ago
Sam Brannen 3da7a48a17 Explicitly close ApplicationContexts and clean up warnings in tests 3 years ago
Stephane Nicoll 0cbea29517 Polish 3 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 3 years ago
danthonywalker 50771237cc Fix ListableBeanFactory#findAnnotationOnBean extension return type 3 years ago
Sam Brannen 9fbf5dc945 Use String#lastIndexOf(int) where possible 3 years ago
Sam Brannen 6e2e45d18f Apply @SafeVarargs to ManagedMap.ofEntries(...) 3 years ago
Sam Brannen 887389d341 Clarify behavior for generics support in BeanUtils.copyProperties() 3 years ago
Stephane Nicoll 672555a568 Add support of init and destroy methods 3 years ago
Stephane Nicoll 1742e121e7 Update bean registration contribution tests to use TestCompiler 3 years ago
Stephane Nicoll 93a2651417 Make sure method injection handles ambiguous signatures 3 years ago
Stephane Nicoll a0061b7fb9 Remove cast on AbstractFactoryBean 3 years ago
Stephane Nicoll 9809752c3c Stop generating unnecessary reference to field type 3 years ago