674 Commits (ce9a72f95c22abe6ecdf8b79b23e85c55faa95f1)

Author SHA1 Message Date
Sam Brannen e17f5c50a8 Update copyright headers 2 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 2 years ago
Sam Brannen a6dab10309 Update code regarding null-safety semantics 2 years ago
Sam Brannen b617e16d8d Polishing 2 years ago
Sam Brannen 99e54fec3a Ensure all packages declare package-info.java with null-safety annotations 2 years ago
Juergen Hoeller d213522dfc Polishing 2 years ago
Sam Brannen 56523d5014 Polishing 2 years ago
Sam Brannen 37458d28d9 Covert InterceptorAndDynamicMethodMatcher to a record 2 years ago
Sam Brannen 3854861a8a Polishing 2 years ago
Sam Brannen 8c784085d2 Update copyright dates 2 years ago
Sam Brannen 9d28fe90f5 Simplify AbstractAspectJAdvisorFactory internals 2 years ago
Sam Brannen 3456fd054f Remove obsolete MetadataAwareAspectInstanceFactory Javadoc 2 years ago
Sam Brannen 5fd75dd27b Add missing package-info.java file for autoproxy.target package 2 years ago
Sam Brannen e9413b93c6 Apply "instanceof pattern matching" in BeanFactoryAdvisorRetrievalHelper 2 years ago
Sam Brannen 7c50464bba Polishing 2 years ago
Sam Brannen 7ace9aa429 Polish AspectJAdviceParameterNameDiscoverer 2 years ago
Juergen Hoeller c0c9ba5c2c Polishing 2 years ago
Sam Brannen 9b0929c392 Update copyright headers 2 years ago
Adam Ostrožlík f2cdced501 Apply minor polishing in spring-aop 2 years ago
rstoyanchev 6a6a35a0b9 Support method validation for interface-only proxies 2 years ago
Sam Brannen 58872c79ee Update copyright headers 2 years ago
Sam Brannen 24f18275dd Stop referring to "Spring 3.x" features in documentation and code 2 years ago
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 2 years ago
Sam Brannen c3d123fef7 Allow @Aspect classes to extend concrete @Aspect classes 2 years ago
Sam Brannen e4b25ab480 Polishing 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
Juergen Hoeller 88cac6a4a3 Reduce creation of composite interfaces to actual method references in current pointcut 2 years ago
Sam Brannen b71db12c43 Apply "instanceof pattern matching" in spring-aop 2 years ago
diguage 511dab1ade
Apply "instanceof pattern matching" (#29710) 2 years ago
Sam Brannen de07ad47f1 Polishing, suppression of deprecation warnings, copyright headers, etc. 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
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