arex-agent-java
arex-agent-java copied to clipboard
Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
fix https://github.com/arextest/arex-agent-java/issues/527 possible fix https://github.com/arextest/arex-agent-java/issues/505 too
### Search before asking - [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking. ### AREX Test Service AREX Java Agent (arextest/arex-agent-java) ### Current Behavior 应用集成arex-agent,出现oss下载异常,异常如下: ,下载用的http格式为 org.apache.httpcomponents httpclient 4.5.13...
### Search before asking - [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking. ### AREX Test Service AREX Java Agent (arextest/arex-agent-java) ### Current Behavior http接口依赖一个dubbo接口,在调试窗口稳定 **成功9次失败1次**,失败时的异常日志显示如下内容,dubbo版本3.2.9 ``` java.lang.NullPointerException: Cannot...
### Search before asking - [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking. ### AREX Test Service AREX Java Agent (arextest/arex-agent-java) ### Current Behavior  ### Expected Behavior 1...
### Is there an existing issue for this? - [X] I had searched in the [issues](https://github.com/arextest/arex-agent-java/issues) and found no similar issues. ### Description like :https://github.com/karatelabs/karate?tab=readme-ov-file#schema-validation ### Solution _No response_ ###...
### Is there an existing issue for this? - [X] I had searched in the [issues](https://github.com/arextest/arex-agent-java/issues) and found no similar issues. ### Description like https://github.com/json-path/JsonPath ### Solution _No response_ ###...
### Search before asking - [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking. ### AREX Test Service AREX Java Agent (arextest/arex-agent-java) ### Current Behavior 你好! 描述:在录制时,子调用未录取到值返回值为Null,导致上层接口返回值也为Null 猜测:发生远程调用是公司人员内部封装了restTemplate和OKHttp等 具体代码: 代码入口1:...
fix #490 可能带来的影响面: ●对dubbo2.0、dubbo3.0的兼容性; ●同时补全对group和version的支持;优化后的完整服务名格式:group/interface:version ●对【忽略mock配置】带来的影响,新的ignore mock path格式可能会导致旧的配置失效; 另外: [如果接受PR,请更新该章节中dubbo服务名的配置说明,最好给出案例](https://docs.arextest.com/zh-Hans/docs/chapter3/record-replay-config/#%E5%9B%9E%E6%94%BE%E8%AE%BE%E7%BD%AE)