alibaba / spring-context-support

An internal support project for spring-context in Alibaba
Apache License 2.0
150 stars 83 forks source link

Fix the interfaceClass conversion error in dubbo fetch attributes #56

Closed Clownsw closed 7 months ago

Clownsw commented 1 year ago

spring-context-support interfaceClass is a string type, but Dubbo requires a Class type, In AbstractAnnotationBeanPostProcessor did not update the interfaceClass type, can cause the ClassCaseException

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mercyblitz commented 7 months ago

It can't be merged, AbstractAnnotationBeanPostProcessor is not only used for dubbo

Clownsw commented 7 months ago

It can't be merged, AbstractAnnotationBeanPostProcessor is not only used for dubbo

OK, thank you for your answer