1594 Commits (061fa475ee9298bbb1d1bf5222a36d2eaaa6110f)

Author SHA1 Message Date
Stephane Nicoll 061fa475ee Avoid generated code in the javax package 3 years ago
Sam Brannen 34e5aac0f5 Reintroduce factory method name in exception thrown from SimpleInstantiationStrategy 3 years ago
Sébastien Deleuze 42c3ac64ff Remove spring.spel.ignore and spring.xml.ignore flags 3 years ago
Johnny Lim ced37d53b4 Polishing 3 years ago
Stephane Nicoll c74760540d Polish 3 years ago
Stephane Nicoll a16afe8e10 Describe the replacement use case for BeanRegistrationAotProcessor 3 years ago
Juergen Hoeller 6027be5a39 Ignore overridden factory methods for unique candidate resolution 3 years ago
Stephane Nicoll 0d5c78d992 Polish 3 years ago
Juergen Hoeller b45a48461f Polishing 3 years ago
Juergen Hoeller aedef9321a Merge AOT constructor and factory method resolution into ConstructorResolver 3 years ago
Stephane Nicoll 2f20d6322b Enable cglib proxy for configuration classes if necessary 3 years ago
Stephane Nicoll 9820e3341d Fix handling of protected visibility 3 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 3 years ago
Brian Clozel 054579a892 Temporarily revert gh-29246 3 years ago
Brian Clozel ff9792bae0 Polish 3 years ago
Brian Clozel 332961f833 Contribute introspection hints on registered beans 3 years ago
Stephane Nicoll 0b5c3ec267 Polish javadoc 3 years ago
Sam Brannen f6d1806e30 Ensure DefaultListableBeanFactoryTests compiles in Eclipse IDE 3 years ago
Stephane Nicoll 38d91bafce Generate matching structure for configuration classes 3 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
Sam Brannen a975b9d5da Suppress "unused" warnings in tests 4 years ago
Sébastien Deleuze 9a180d1811 Add JMH benchmarks 4 years ago
Sébastien Deleuze 8e73b57329 Refine Kotlin changes 4 years ago
stsypanov edcc559b4a Add fast-path in BeanUtils#instantiateClass 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
Juergen Hoeller 50d34366bc Polishing 4 years ago
Stephane Nicoll 0d2bfc926f Apply consistent ordering in hierarchical contexts 4 years ago
Stephane Nicoll 58a2b79699 Harmonize hint registration 4 years ago
Stephane Nicoll 042a4f3518 Polish "Adapt FieldHint to recent GraalVM versions" 4 years ago
Stephane Nicoll 2b45fd4388 Allow bean factory initialization to have a more flexible signature 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 6f5344ab5c Polish 4 years ago
Stephane Nicoll 2d4f308cc1 Provide more context when the code of a value cannot be generated 4 years ago
Sébastien Deleuze 9cfe79186d Stop using RuntimeHintsUtils 4 years ago
Sébastien Deleuze b8c1fc9202 Revert "Remove RuntimeHintsUtils" 4 years ago
Sébastien Deleuze 3e327f5641 Remove RuntimeHintsUtils 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
Sam Brannen 69f23095b8 Deprecate SynthesizedAnnotation and related methods 4 years ago