sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.

Home Page:https://www.sofastack.tech/sofa-rpc/docs/Home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtensionLoader override logic optimization

EvenLjj opened this issue · comments

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.

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

commented

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.