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

[Bug] dubbo回放时,dubbo请求体为泛型时,会出现java.util.Map cannot be cast to com.xxx.xxx.bo.QueryReq错误 #504

Open
2 tasks done
claywong opened this issue Jun 13, 2024 · 0 comments · May be fixed by arextest/arex-replay-schedule#320
Labels
bug 🐞 Something isn't working

Comments

@claywong
Copy link

Search before asking

  • I have searched the existing issues before asking.

AREX Test Service

Schedule Service (arextest/arex-replay-schedule)

Current Behavior

image
public class Request<T> extends BaseRequest {
    private @Valid @NotNull T data;

Expected Behavior

回放正常

Steps To Reproduce

image

Anything else

schdule version: 1.1.10

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!
@claywong claywong added the bug 🐞 Something isn't working label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant