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

fix: Handle generic types in Dubbo request bodies #320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

claywong
Copy link

@claywong claywong commented Jun 13, 2024

… type information for request body generics.
Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@mr3
Copy link
Collaborator

mr3 commented Jun 21, 2024

@wildeslam @lucas-myx PTAL.

}
recordRequestType = recordRequestType.replaceAll("[\"\\]]+$", "");
String[] parts = recordRequestType.split("-");
return parts.length > 0 ? parts[parts.length - 1] : null;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“recordRequestType” may have more than one and should needs to correspond to origin parameterTypes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants