759 Commits (main)

Author SHA1 Message Date
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
Stephane Nicoll affccba8f1 Simplify AOT contribution for scoped proxies 2 years ago
Johnny Lim ced37d53b4 Polishing 2 years ago
Sam Brannen 72307bbb20 Polish contribution 2 years ago
hebo 2434470457 Optimize SpEL and property placeholder support for @Async qualifiers 2 years ago
Juergen Hoeller 3af0c232b7 ProxyFactoryBean determines actual proxy class in getObjectType() 2 years ago
Stephane Nicoll e6aef11b09 Allow target to be a ClassName rather than an existing Class 2 years ago
Stephane Nicoll c19cedede1 Revisit BeanRegistrationCodeFragments 2 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 2 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 2 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 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
Brian Clozel 2b5ca63339 Fix serialization compiler warnings with Java 18 2 years ago
Stephane Nicoll 6e93f1187c Move TestCompiler from generator to generate 2 years ago
Stephane Nicoll 58b0251af1 Relocate TestGenerationContext to spring-core-test 2 years ago
Juergen Hoeller 38c9e7f629 Polishing 2 years ago
Juergen Hoeller b31a15851e Support for pre-generated CGLIB proxy classes (in AOT scenarios) 2 years ago
Sam Brannen e4395f2f8b Clean up warnings and polishing 2 years ago
Phillip Webb 472c23455a Add AotServices class to replace AotFactoriesLoader 2 years ago
Arjen Poutsma 2aa74c9121 Deprecate ListenableFuture in favor of CompletableFuture 2 years ago
Stephane Nicoll 3d5003ad63 Introduce TestGenerationContext 2 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 2 years ago
Juergen Hoeller 8e5c4903d4 Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings 2 years ago
Sam Brannen 2e4d7e4ef9 Polishing 2 years ago
Marc Wrobel c6be3b33c9 Fix and improve Javadoc in spring-aop 2 years ago
Sam Brannen 49dfcad447 Remove AopProxyUtils.completeJdkProxyInterfaces(String...) 2 years ago
Sam Brannen 7bfcb4c753 Reject sealed interfaces in AopProxyUtils.completeJdkProxyInterfaces() 2 years ago
Sam Brannen 5178e9c28e Simplify hint registration for Spring AOP proxies 2 years ago
Sam Brannen 2a0b3c1af9 Polish AopProxyUtilsTests 2 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 2 years ago
Sébastien Deleuze 1458d5f39f Add support for @Transactional in native images 2 years ago
Sébastien Deleuze 8ccf05adee Remove SpringProxyRuntimeHintsRegistrar 2 years ago
Sébastien Deleuze 0387d54607 Add support for Transactional in native-image 2 years ago
Sam Brannen 36cf1ac1ef Apply "instanceof pattern matching" in AopProxyUtils 2 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 2 years ago
Stephane Nicoll 90759fb38f Relocate duplicated mock implementations to test fixtures 2 years ago
Stephane Nicoll 92961d75f0 Polish tests 2 years ago
Stephane Nicoll 176ea5e9a7 Fix registration of ScopedProxyBeanRegistrationAotProcessor 2 years ago
Phillip Webb 8d79ec0b67 Allow AOT contributions to customize code fragments. 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Stephane Nicoll 6bd25f60dd Polish 3 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 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
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 3 years ago