595 Commits (287d6dec8b6c4cb20ca348be2ccb30822ae79ab0)

Author SHA1 Message Date
Sébastien Deleuze c14cbd07f4 Use non-null DateFormat for CustomDateEditor in tests 3 years ago
Sébastien Deleuze 403cfefc28 Add AOT processing of bean aliases 3 years ago
Juergen Hoeller 4b0bf16389 Select ambiguous write method based on read method (matching its return type) 4 years ago
Stephane Nicoll 6d688e196d Restore support of list of inner bean definitions 4 years ago
Juergen Hoeller bba313c2f5 Perform basic property determination without java.beans.Introspector 4 years ago
Stephane Nicoll 061fa475ee Avoid generated code in the javax package 4 years ago
Juergen Hoeller 6027be5a39 Ignore overridden factory methods for unique candidate resolution 4 years ago
Stephane Nicoll 0d5c78d992 Polish 4 years ago
Juergen Hoeller aedef9321a Merge AOT constructor and factory method resolution into ConstructorResolver 4 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 4 years ago
Brian Clozel 054579a892 Temporarily revert gh-29246 4 years ago
Brian Clozel ff9792bae0 Polish 4 years ago
Brian Clozel 332961f833 Contribute introspection hints on registered beans 4 years ago
Sam Brannen f6d1806e30 Ensure DefaultListableBeanFactoryTests compiles in Eclipse IDE 4 years ago
Stephane Nicoll 38d91bafce Generate matching structure for configuration classes 4 years ago
Stephane Nicoll e6aef11b09 Allow target to be a ClassName rather than an existing Class 4 years ago
Stephane Nicoll 8ef850ff91 Update ClassNameGenerator to work with a ClassName target 4 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 4 years ago
Stephane Nicoll c19cedede1 Revisit BeanRegistrationCodeFragments 4 years ago
Stephane Nicoll 84fd942712 Add support for Charset for property value code generation 4 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 4 years ago
Phillip Webb df9990f66b Relocate MockSpringFactoriesLoader 4 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 4 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 4 years ago
Stephane Nicoll 0d2bfc926f Apply consistent ordering in hierarchical contexts 4 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 4 years ago
Stephane Nicoll ae706f3954 Allow MethodReference to define a more flexible signature 4 years ago
Stephane Nicoll 8a4a89b9d9 Allow a MethodReference to be produced from a GeneratedMethod 4 years ago
Stephane Nicoll 2d4f308cc1 Provide more context when the code of a value cannot be generated 4 years ago
Stephane Nicoll 903078a5b2 Do not silently return null when no constructor candidate is found 4 years ago
Stephane Nicoll 6e93f1187c Move TestCompiler from generator to generate 4 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 4 years ago
Brian Clozel 7ace1f9dc5 Align RuntimeHintsPredicates with new FieldMode 4 years ago
Brian Clozel 4368e2563f Reinstate RuntimeHintsAgent tests 4 years ago
Johnny Lim 706c1ec8dd Polish 4 years ago
Stephane Nicoll c164b918c0 Apply consistent RuntimeHints defaults 4 years ago
Stephane Nicoll 40de029bf8 Polish 4 years ago
Juergen Hoeller 427e5f5899 Final merged bean definition clearing in freezeConfiguration 4 years ago
Stephane Nicoll 4f0c879778 Rationalize hints required for annotations 4 years ago
Juergen Hoeller 38c9e7f629 Polishing 4 years ago
Stephane Nicoll 0a9db7cc47 Revert "Make sure inferred destroy method is set on the original bean definition" 4 years ago
Stephane Nicoll 2e1538a20b Make sure inferred destroy method is set on the original bean definition 4 years ago
Stephane Nicoll 832889d801 Polish 4 years ago
Stephane Nicoll dcad3beeb9 Polish 4 years ago
Stephane Nicoll c9faff7491 Apply property hints to FactoryBean if necessary 4 years ago
Stephane Nicoll 8e7faab4f6 Polish 4 years ago
Phillip Webb 9413383d72 Enforce BeanRegistrationExcludeFilter beans are also AOT processors 4 years ago
Phillip Webb a4f3d1d6e8 Track the sources used to load AOT services 4 years ago
Phillip Webb e928943d1a Don't use BeanRegistrationExcludeFilter as an exclude signal 4 years ago
Phillip Webb 472c23455a Add AotServices class to replace AotFactoriesLoader 4 years ago