sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

ExtensionLoader override logic optimization #1363

Closed EvenLjj closed 7 months ago

EvenLjj commented 9 months ago

Background

If one overrides ExtensionClass without adding an override label, it may result in the failure to load other ExtensionClasses of the same type. For instance, if you override the implementation of hessian2 without including an override tag, it will cause serializers like protobuf and json to not load.

SanikaAi commented 9 months ago

Please assign this issue to me. Can you help me a little , in which project is the issue?

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.