172 Commits (3b91eea0b7cfcdff1c5744a77d656c2ed1ac8d1d)

Author SHA1 Message Date
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 4 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 4 years ago
Stephane Nicoll ae706f3954 Allow MethodReference to define a more flexible signature 4 years ago
Brian Clozel 2b5ca63339 Fix serialization compiler warnings with Java 18 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
Phillip Webb 472c23455a Add AotServices class to replace AotFactoriesLoader 4 years ago
Stephane Nicoll 3d5003ad63 Introduce TestGenerationContext 4 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 4 years ago
Marc Wrobel c6be3b33c9 Fix and improve Javadoc in spring-aop 4 years ago
Sam Brannen 49dfcad447 Remove AopProxyUtils.completeJdkProxyInterfaces(String...) 4 years ago
Sam Brannen 7bfcb4c753 Reject sealed interfaces in AopProxyUtils.completeJdkProxyInterfaces() 4 years ago
Sam Brannen 5178e9c28e Simplify hint registration for Spring AOP proxies 4 years ago
Sam Brannen 2a0b3c1af9 Polish AopProxyUtilsTests 4 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 4 years ago
Stephane Nicoll 6199835d6e Harmonize generated class name conventions 4 years ago
Stephane Nicoll 90759fb38f Relocate duplicated mock implementations to test fixtures 4 years ago
Stephane Nicoll 92961d75f0 Polish tests 4 years ago
Stephane Nicoll 176ea5e9a7 Fix registration of ScopedProxyBeanRegistrationAotProcessor 4 years ago
Phillip Webb 8d79ec0b67 Allow AOT contributions to customize code fragments. 4 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 4 years ago
Stephane Nicoll 6bd25f60dd Polish 4 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 4 years ago
Phillip Webb 588d4d8776 Update scoped proxy AOT support 4 years ago
Stephane Nicoll f64fc4baff Generate appropriate bean registration code for scoped proxies 4 years ago
Sam Brannen 5f6d8df34b Introduce isLambdaClass() as a public utility in ClassUtils 4 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 4 years ago
Juergen Hoeller f8a59c267f Polishing 4 years ago
Sam Brannen 5d7a632965 Ensure Spring AOP generates JDK dynamic proxies for lambdas 4 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 4 years ago
Sam Brannen f4f5cee76c Polish AOP namespace tests 4 years ago
Sam Brannen bf1cf549b1 Delete unused XML config in AOP namespace tests 4 years ago
Sam Brannen 03668f9c10 Replace remaining use of StringBuffer with StringBuilder 4 years ago
Juergen Hoeller ba468a731f Remove JamonPerformanceMonitorInterceptor support 4 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 5 years ago
Juergen Hoeller 475396b516 Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) 5 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 5 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 6 years ago
Yanming Zhou a2bb59f1b8 Replace StringBuffer with StringBuilder where possible 6 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 6 years ago
XenoAmess fa0a1446f0
Use StringBuilder instead of StringBuffer in tests 6 years ago
Sam Brannen b33d2fe683 Clean up warnings in Gradle build, polishing, etc. 6 years ago
Sam Brannen ab0e651547 Polish SerializationTestUtils, clean up warnings, etc. 6 years ago
Sam Brannen fbeecf3bf8 Test status quo for invocation order of all advice types 6 years ago
Sam Brannen 63e8609f3b Test status quo for 'after' advice invocation order 6 years ago
Sam Brannen 70b3de4afe Polish AspectJAdvisorFactory tests 6 years ago
Juergen Hoeller 3c1ee64b7f Explicit nullability declarations for all AOP Alliance methods 6 years ago
陈其苗 13970ae528 Use autoboxing instead of explicit wrapping in tests 6 years ago
ZhangT 6add7b4dec
Polishing 6 years ago
Sam Brannen 8a371c7669 Use Gradle test fixture support for spring-aop 6 years ago