mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Merge branch '6.1.x'
This commit is contained in:
+1
-1
@@ -609,7 +609,7 @@ abstract class AbstractProxyTargetClassConfig {
|
||||
@Aspect
|
||||
static class SupplierAdvice {
|
||||
|
||||
@Around("execution(public * org.springframework.aop.aspectj.autoproxy..*.*(..))")
|
||||
@Around("execution(* java.util.function.Supplier+.get())")
|
||||
Object aroundSupplier(ProceedingJoinPoint joinPoint) throws Throwable {
|
||||
return "advised: " + joinPoint.proceed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user