arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
416 stars 82 forks source link

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

Open claywong opened 2 weeks ago

claywong commented 2 weeks ago

Search 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?