[Feature] Merge CommonConfigPostProcessor and ConfigPostProcessor
Pre-check
- [X] I am sure that all the content I provide is in English.
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
Merge CommonConfigPostProcessor and ConfigPostProcessor in dubbo-common
Related issues
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
hello,I am new there,I want to try this,thank you!
hello,I am new there,I want to try this,thank you!
Please go ahead
Could you assign it to me? Thanks~
Could you assign it to me? Thanks~
Done. @heliang666s
I have some questions, ask for help there is my modifylog:
- create src/main/java/org/apache/dubbo/config/CommonConfigPostProcessor.java;(because there is no CommonConfigPostProcessor but need to merge)
- move ConfigPostProcessor to src/main/java/org/apache/dubbo/config/CommonConfigPostProcessor.java;
- Modify dependencies
This creates a dependency loop, I don't know how to fix it, please give a suggestion, thanks
CommonConfigPostProcessoris in3.3branch- Because
dubbo-rpc-restis going to be moved todubbo-spi-extensionsin https://github.com/apache/dubbo/issues/13958, we can prevent the dependency loop
Firstly,The pr is always error at the this check point.I don`t know how to fix it.
Secondly, I find https://github.com/apache/dubbo/issues/13958 has merged into apache/dubbo-spi-extensions,but did not merge into apache/dubbo 3.3,the dependency loop is still there.I try to change the vision in pom.xml.But I think it`s not a good solution.Please give a suggestion, thanks~
Firstly,The pr is always error at the this check point.I don`t know how to fix it.
Secondly, I find #13958 has merged into apache/dubbo-spi-extensions,but did not merge into apache/dubbo 3.3,the dependency loop is still there.I try to change the vision in pom.xml.But I think it`s not a good solution.Please give a suggestion, thanks~
After https://github.com/apache/dubbo-spi-extensions/pull/306 merge, we can remove all the implementation of REST protocol in 3.3 branch
Firstly,The pr is always error at the this check point.I don`t know how to fix it.