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

解决【dubbo3.0子调用mock结果为null,取不到录制数据】的问题 https://github.com/arextest/are… #491

Open JCACJY opened 1 month ago

JCACJY commented 1 month ago

fix #490

可能带来的影响面: ●对dubbo2.0、dubbo3.0的兼容性; ●同时补全对group和version的支持;优化后的完整服务名格式:group/interface:version ●对【忽略mock配置】带来的影响,新的ignore mock path格式可能会导致旧的配置失效; 另外: 如果接受PR,请更新该章节中dubbo服务名的配置说明,最好给出案例

mr3 commented 1 month ago

@lucas-myx PTAL. @JCACJY Please fix the unit test