jk-tonycui commented on issue #16046: URL: https://github.com/apache/dubbo/issues/16046#issuecomment-3823614518
> The namespace of `dubbo:annoation` had changed since 2.7.x, see details at https://github.com/apache/dubbo/blob/2.7.x/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd > > As for me, the `compat/dubbo.xsd` at model `dubbo-config-spring` defined for migrating from 2.7.x to 3, not for previous versions. ------------ In the file of META-INF/spring.schemas, I think it define the two different namespace should follow different xsd. The namespace, which is code.alibabatech.com, in old versions should follow the rule of META-INF/compat/dubbo.xsd. In 2.7 version, code.alibabatech.com namespace already has the annotation defination in META-INF/compat/dubbo.xsd, but it is missing in 3.3.x. Therefore, this PR is for taking the config back into META-INF/compat/dubbo.xsd. Please help to review whether my logic is correct. -- 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]
