File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-aop/src/main/java/org/springframework/aop/framework Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -521,6 +521,7 @@ AdvisedSupport getConfigurationOnlyCopy() {
521
521
copy .copyFrom (this );
522
522
copy .targetSource = EmptyTargetSource .forClass (getTargetClass (), getTargetSource ().isStatic ());
523
523
copy .advisorChainFactory = this .advisorChainFactory ;
524
+ copy .methodCache = this .methodCache ;
524
525
copy .interfaces = new ArrayList <>(this .interfaces );
525
526
copy .advisors = new ArrayList <>(this .advisors );
526
527
return copy ;
You can’t perform that action at this time.
0 commit comments