BurningCN commented on code in PR #10308:
URL: https://github.com/apache/dubbo/pull/10308#discussion_r918728070
##########
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java:
##########
@@ -275,30 +234,10 @@ private boolean
needsRefreshInjectionMetadata(AnnotatedInjectionMetadata metadat
return (metadata == null || metadata.needsRefresh(clazz));
}
- @Override
- public int getOrder() {
- return order;
- }
-
- public void setOrder(int order) {
- this.order = order;
- }
-
@Override
public void destroy() throws Exception {
- for (Object object : injectedObjectsCache.values()) {
- if (logger.isInfoEnabled()) {
- logger.info(object + " was destroying!");
- }
-
- if (object instanceof DisposableBean) {
- ((DisposableBean) object).destroy();
- }
- }
-
Review Comment:
injectedObjectsCache没有实际填充处
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]