1415 Commits (195b622411c1ddc5ca36b687db1c60b49dc42770)

Author SHA1 Message Date
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
Stephane Nicoll 9b07457d06 Introduce ApplicationContextAotGenerator 3 years ago
Stephane Nicoll 9ba927215e Add support for ImportAware callback 3 years ago
Stephane Nicoll ec6a19fc6b Add BeanFactoryContribution for bean registrations 3 years ago
Stephane Nicoll 5bc701d4fe Introduce BeanFactoryContribution 3 years ago
Stephane Nicoll cc57b55c61 Expose a way to resolved a merged inner bean definition 3 years ago
Stephane Nicoll c541bde513 Simplify the generation of inner bean definitions 3 years ago
Stephane Nicoll 97986b368a Harmonize use of generate 3 years ago
Stephane Nicoll ea19b92deb Clarify the scope of AotContributingBeanPostProcessor 3 years ago
Stephane Nicoll 20b17f02a2 Rename BeanInstantiationContributor to Contribution 3 years ago
Stephane Nicoll 572d017370 Add missing package-info 3 years ago
Sam Brannen 66e9095ee9 Fix links and tests broken during merge 3 years ago
Sam Brannen d67034f99b Document semantics for externally managed init/destroy methods 3 years ago
Sam Brannen f96872404d Ensure private init/destroy method is invoked only once 3 years ago
Sam Brannen a7d5fbfbea Fix log messages for init/destroy method registration 3 years ago
Stephane Nicoll b4eb895927 Polish naming 3 years ago
Sam Brannen 6a73d2655f Polishing 3 years ago
Sam Brannen 8c6d59aaaf Polish contribution 3 years ago
a.yazychyan c5c926726d Use enhanced switch expressions where feasible 3 years ago
Phillip Webb 42d114534b Polish BeanDefinitionRegistrar 3 years ago
Juergen Hoeller 41ee23345d Support for registering multiple init/destroy methods on AbstractBeanDefinition 3 years ago
Stephane Nicoll 2141373c43 Introduce AOT variant of BeanPostProcessor 3 years ago
Stephane Nicoll 5bbc7dbce2 Polish ProtectedAccess options 3 years ago
Stephane Nicoll c5e1a774a5 Add bean instance generator infrastructure 3 years ago
Stephane Nicoll d64f8c1a05 Make BeanDefinitionValueResolver public 3 years ago
Stephane Nicoll d2c7dfb79e Add convenience factory method for Managed[List|Set|Map] 3 years ago
Sam Brannen 669b05dc1d Allow AutowiredAnnotationBeanPostProcessor to compile on JDK 11 3 years ago