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

[Feature] 支持openFeign #492

Closed dongann closed 6 days ago

dongann commented 1 month ago

Is there an existing issue for this?

Description

本平台能否支持下 openfeign呀,openfeign版本3.1.4

Solution

本平台能否支持下 openfeign呀,openfeign版本3.1.4

Related issues

No response

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

496767099 commented 3 weeks ago

本平台能否支持下 spring cloud的FeignClient呀,FeignClient版本3.1.3. 已在微信群中沟通FeignClient版本3.1.3发现现在并不支持

mr3 commented 3 weeks ago

@dongann @496767099 感谢你们在 AREX 社区反馈,我们会尽快确认支持。

mr3 commented 1 week ago

20240625 Openfeign Component Review

version: [3.1.3,4.1.2], Record/Replay Success

  <parent>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies-parent</artifactId>
    <version>[3.1.3,4.1.2]</version>
    <relativePath></relativePath>
  </parent>
  <version>[3.1.3,4.1.2]</version>
  <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-openfeign-core</artifactId>
    <version>${project.version}</version>
  </dependency>
  <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-openfeign</artifactId>
    <version>${project.version}</version>
  </dependency>

Spring Cloud Replease Notes

mr3 commented 1 week ago

@dongann @496767099 The above is a summary of my tests, please provide more information.

mr3 commented 6 days ago

20240626 Openfeign Component Review

version: 2.2.9.RELEASE, Record/Replay Success

  <parent>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies-parent</artifactId>
    <version>2.3.5.RELEASE</version>
    <relativePath></relativePath>
  </parent>
  <version>2.2.9.RELEASE</version>
  <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-openfeign-core</artifactId>
    <version>${project.version}</version>
  </dependency>
  <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-openfeign</artifactId>
    <version>${project.version}</version>
  </dependency>

Spring Cloud Replease Notes

mr3 commented 6 days ago

@dongann @496767099 This issue will be closed. If you have more information, please reopen and add it.