apache / dubbo-website

Apache Dubbo documents
https://dubbo.apache.org/
Apache License 2.0
468 stars 789 forks source link

[Task] Dubbo is compatible with old version specifications #2947

Open songxiaosheng opened 5 months ago

songxiaosheng commented 5 months ago

At present, it is found that in the development process of Dubbo related functions, there are behaviors such as directly deleting methods, types, modifying package names, etc. that are incompatible with older versions. It is necessary to specify compatibility specifications to ensure that each partner who submits code follows this specification.