Results 12 issues of Lucas

hi, I'm not sure if this is a problem, I want to intercept a method(`MyClass#test`), using byte-buddy, simple example code as follow: ``` public class MyClass { public String test(){...

question

- 项目名称: AREX流量录制和回放平台 - 项目地址: [https://github.com/arextest](https://github.com/arextest) - 项目简介 (**100** 字以内): AREX 是一款开源自动化测试平台,可记录线上环境的实时流量,并将其回放到测试环境中进行回归测试,解决传统测试的难题。 特点如下: 1.无代码侵入的数据采集和自动化 Mock,支持常用的开源组件:Dubbo、Http、Redis、持久层框架、配置中心的录制和回放; 2.支持多种复杂业务场景的验证,包括多线程并发、异步回调、写操作等; 3.可直接使用生产录制数据在本地回放,快速复现生产 bug - 项目截图 (**6**张以内): ![logo1](https://github.com/GitHubDaily/GitHubDaily/assets/24931064/f08584ef-709c-46b2-a459-6d6aeebd8ec0)

- [x] [org.apache.httpcomponents:httpasyncclient](https://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html) - [x] [com.squareup.okhttp3:okhttp](https://square.github.io/okhttp/) - [x] [io.github.openfeign:feign-core](https://mvnrepository.com/artifact/io.github.openfeign/feign-core) - [ ] [com.ning:async-http-client](https://mvnrepository.com/artifact/com.ning) - [ ] [org.asynchttpclient:async-http-client](https://mvnrepository.com/artifact/org.asynchttpclient) - [ ] [reactor.netty.http.client.HttpClient](https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty) currently, recording and playback are not supported and will...

enhancement :star:

``` org.mybatis mybatis 3.2.8 ``` MANIFEST.MF Implementation-Title:`Mybatis` agent mybatis module match name is `mybatis`

bug :lady_beetle:

- [x] Apollo - [ ] SpringCloudConfig - [ ] Nacos - [ ] Disconf If not on the support list, please add

enhancement :star:

`java -jar springboot-test.jar` after successful startup, then use attach to start the arex-agent, some class not transform by agent. because this way use SpringBoot `LaunchedURLClassLoader` load classes, such as `org.springframework.web.servlet.DispatcherServlet`,...

question :question:

Currently, the hibernate version supported by arex is 5.x or higher, and later versions such as `3.6.0 final` need to be supported

enhancement :star:

### 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 such as other agent : pinpoint、openTelemetry、skywalking etc....

enhancement :star:

@raphw Sorry to inflict myself on you again like this! I need find all the member variables on `foo()` method, and then replace these field on `bar()` method. I can...

question