1605 Commits (403cfefc28c1c4999023f0fa4d2daefbbaca275f)

Author SHA1 Message Date
Sébastien Deleuze 403cfefc28 Add AOT processing of bean aliases 2 years ago
Juergen Hoeller 6b6cf1b4a2 Avoid decorated definition bypass for scoped proxy determination 2 years ago
Juergen Hoeller 4b0bf16389 Select ambiguous write method based on read method (matching its return type) 2 years ago
Stephane Nicoll 6d688e196d Restore support of list of inner bean definitions 2 years ago
Johnny Lim 1ea3f49eba Add missing since on setCurrentlyInvokedFactoryMethod() 2 years ago
Juergen Hoeller 33023b240f Provide optional SimpleBeanInfoFactory for better introspection performance 2 years ago
Juergen Hoeller c407dc3df8 Reset/rebuild BeanPostProcessorCache within full synchronization 2 years ago
Juergen Hoeller b796b52d4e Extract SimpleBeanInfo adaptation into internal SimpleBeanInfoFactory 2 years ago
Juergen Hoeller bba313c2f5 Perform basic property determination without java.beans.Introspector 2 years ago
Stephane Nicoll 061fa475ee Avoid generated code in the javax package 2 years ago
Sam Brannen 34e5aac0f5 Reintroduce factory method name in exception thrown from SimpleInstantiationStrategy 2 years ago
Sébastien Deleuze 42c3ac64ff Remove spring.spel.ignore and spring.xml.ignore flags 2 years ago
Johnny Lim ced37d53b4 Polishing 2 years ago
Stephane Nicoll c74760540d Polish 2 years ago
Stephane Nicoll a16afe8e10 Describe the replacement use case for BeanRegistrationAotProcessor 2 years ago
Juergen Hoeller 6027be5a39 Ignore overridden factory methods for unique candidate resolution 2 years ago
Stephane Nicoll 0d5c78d992 Polish 2 years ago
Juergen Hoeller b45a48461f Polishing 2 years ago
Juergen Hoeller aedef9321a Merge AOT constructor and factory method resolution into ConstructorResolver 2 years ago
Stephane Nicoll 2f20d6322b Enable cglib proxy for configuration classes if necessary 2 years ago
Stephane Nicoll 9820e3341d Fix handling of protected visibility 2 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 2 years ago
Brian Clozel 054579a892 Temporarily revert gh-29246 2 years ago
Brian Clozel ff9792bae0 Polish 2 years ago
Brian Clozel 332961f833 Contribute introspection hints on registered beans 2 years ago
Stephane Nicoll 0b5c3ec267 Polish javadoc 2 years ago
Sam Brannen f6d1806e30 Ensure DefaultListableBeanFactoryTests compiles in Eclipse IDE 2 years ago
Stephane Nicoll 38d91bafce Generate matching structure for configuration classes 2 years ago
Stephane Nicoll e6aef11b09 Allow target to be a ClassName rather than an existing Class 2 years ago
Stephane Nicoll 8ef850ff91 Update ClassNameGenerator to work with a ClassName target 2 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 2 years ago
Sam Brannen a975b9d5da Suppress "unused" warnings in tests 2 years ago
Sébastien Deleuze 9a180d1811 Add JMH benchmarks 2 years ago
Sébastien Deleuze 8e73b57329 Refine Kotlin changes 2 years ago
stsypanov edcc559b4a Add fast-path in BeanUtils#instantiateClass 2 years ago
Stephane Nicoll c19cedede1 Revisit BeanRegistrationCodeFragments 2 years ago
Stephane Nicoll 84fd942712 Add support for Charset for property value code generation 2 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 2 years ago
Phillip Webb df9990f66b Relocate MockSpringFactoriesLoader 2 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 2 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 2 years ago
Juergen Hoeller 50d34366bc Polishing 2 years ago
Stephane Nicoll 0d2bfc926f Apply consistent ordering in hierarchical contexts 2 years ago
Stephane Nicoll 58a2b79699 Harmonize hint registration 2 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 2 years ago
Stephane Nicoll 2b45fd4388 Allow bean factory initialization to have a more flexible signature 2 years ago
Stephane Nicoll ae706f3954 Allow MethodReference to define a more flexible signature 2 years ago
Stephane Nicoll 8a4a89b9d9 Allow a MethodReference to be produced from a GeneratedMethod 2 years ago
Stephane Nicoll 6f5344ab5c Polish 2 years ago
Stephane Nicoll 2d4f308cc1 Provide more context when the code of a value cannot be generated 2 years ago