Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtensionLoader override logic optimization #1363

Closed
EvenLjj opened this issue Sep 10, 2023 · 2 comments
Closed

ExtensionLoader override logic optimization #1363

EvenLjj opened this issue Sep 10, 2023 · 2 comments
Labels
good first issue Good for newcomers wontfix This will not be worked on

Comments

@EvenLjj
Copy link
Collaborator

EvenLjj commented Sep 10, 2023

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.

@EvenLjj EvenLjj added the good first issue Good for newcomers label Sep 10, 2023
@SanikaAi
Copy link

SanikaAi commented Sep 20, 2023

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

Copy link

stale bot commented Nov 19, 2023

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.

@stale stale bot added the wontfix This will not be worked on label Nov 19, 2023
@stale stale bot closed this as completed Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants