[Q/A][Java SDK (Component)]Dubbo3.0 Loading order of ServiceAnnotationPostProcessor Spring extension points #14380
Unanswered
Forever1996Fyk
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I analyzed BeanDefinitionRegistryPostProcessor and InitializingBean according to the Spring loading order. Why is the resolvedPackagesToScan parameter in postProcessBeanDefinitionRegistry in ServiceAnnotationPostProcessor initialized in the afterPropertiesSet method? This does not conform to the Spring loading order, but my Debug debugging is indeed executed in this way. Why is this?Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions