533 Commits (f3cb331e4efde2a36f0dfe4be94105f55db2c29b)

Author SHA1 Message Date
Sam Brannen 56523d5014 Polishing 3 years ago
Sam Brannen 37458d28d9 Covert InterceptorAndDynamicMethodMatcher to a record 3 years ago
Sam Brannen 3854861a8a Polishing 3 years ago
Sam Brannen 8c784085d2 Update copyright dates 3 years ago
Sam Brannen 9d28fe90f5 Simplify AbstractAspectJAdvisorFactory internals 3 years ago
Sam Brannen 3456fd054f Remove obsolete MetadataAwareAspectInstanceFactory Javadoc 3 years ago
Sam Brannen 5fd75dd27b Add missing package-info.java file for autoproxy.target package 3 years ago
Sam Brannen e9413b93c6 Apply "instanceof pattern matching" in BeanFactoryAdvisorRetrievalHelper 3 years ago
Sam Brannen 7c50464bba Polishing 3 years ago
Sam Brannen 7ace9aa429 Polish AspectJAdviceParameterNameDiscoverer 3 years ago
Juergen Hoeller c0c9ba5c2c Polishing 3 years ago
Sam Brannen 9b0929c392 Update copyright headers 3 years ago
Adam Ostrožlík f2cdced501 Apply minor polishing in spring-aop 3 years ago
rstoyanchev 6a6a35a0b9 Support method validation for interface-only proxies 3 years ago
Sam Brannen 58872c79ee Update copyright headers 3 years ago
Sam Brannen 24f18275dd Stop referring to "Spring 3.x" features in documentation and code 3 years ago
Sam Brannen c3d123fef7 Allow @Aspect classes to extend concrete @Aspect classes 3 years ago
Sam Brannen a4956dfe26 Update copyright headers 3 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 3 years ago
Juergen Hoeller 88cac6a4a3 Reduce creation of composite interfaces to actual method references in current pointcut 3 years ago
Sam Brannen b71db12c43 Apply "instanceof pattern matching" in spring-aop 3 years ago
diguage 511dab1ade
Apply "instanceof pattern matching" (#29710) 3 years ago
Sam Brannen de07ad47f1 Polishing, suppression of deprecation warnings, copyright headers, etc. 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 3 years ago
Sam Brannen 3438c47744 Polishing 3 years ago
Stephane Nicoll affccba8f1 Simplify AOT contribution for scoped proxies 4 years ago
Sam Brannen 72307bbb20 Polish contribution 4 years ago
hebo 2434470457 Optimize SpEL and property placeholder support for @Async qualifiers 4 years ago
Juergen Hoeller 3af0c232b7 ProxyFactoryBean determines actual proxy class in getObjectType() 4 years ago
Stephane Nicoll e6aef11b09 Allow target to be a ClassName rather than an existing Class 4 years ago
Stephane Nicoll c19cedede1 Revisit BeanRegistrationCodeFragments 4 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 4 years ago
Stephane Nicoll 8a4a89b9d9 Allow a MethodReference to be produced from a GeneratedMethod 4 years ago
Brian Clozel 2b5ca63339 Fix serialization compiler warnings with Java 18 4 years ago
Juergen Hoeller 38c9e7f629 Polishing 4 years ago
Juergen Hoeller b31a15851e Support for pre-generated CGLIB proxy classes (in AOT scenarios) 4 years ago
Sam Brannen e4395f2f8b Clean up warnings and polishing 4 years ago
Arjen Poutsma 2aa74c9121 Deprecate ListenableFuture in favor of CompletableFuture 4 years ago
Phillip Webb f2d31b7a20 Migrate AOT tests to use GeneratedClasses and refine/polish AOT APIs 4 years ago
Juergen Hoeller 8e5c4903d4 Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings 4 years ago
Sam Brannen 2e4d7e4ef9 Polishing 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
Sébastien Deleuze 1458d5f39f Add support for @Transactional in native images 4 years ago
Sébastien Deleuze 8ccf05adee Remove SpringProxyRuntimeHintsRegistrar 4 years ago
Sébastien Deleuze 0387d54607 Add support for Transactional in native-image 4 years ago
Sam Brannen 36cf1ac1ef Apply "instanceof pattern matching" in AopProxyUtils 4 years ago