apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.41k stars 26.42k forks source link

Dubbo GSoC 2023 - JSON compatibility check #11898

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

Dubbo currently supports a large number of Java language features through hessian under the Java SDK, such as generics, interfaces, etc. These capabilities will not be compatible when calling across systems. Therefore, Dubbo needs to provide the ability to detect the interface definition and determine whether the interface published by the user can be described by native json.

https://issues.apache.org/jira/browse/DUBBO-120

Skylark-hjyp commented 1 year ago

Hello, I am very interested in this project and have submitted my proposal to the official website of summerofcode 🎉🎉🎉.

Sincerely appreciate your review and hope to have the opportunity to contribute to Dubbo.

Do I need to send other emails, Thanks~