Spring Cloud Openfeign feignclient does not work properly under springboot3.0

Describe the bug. _ _ __ _ _ /\ / ' __ _ () __ __ _ \ \ \ \( ( )_ | ' | '| | ' \/ _` | \ \ \ \ \/...

Spring Cloud Openfeign Suport for child context creation during AOT processing

Based on https://github.com/spring-cloud/spring-cloud-commons/pull/1135...Comment From: lgklein@OlgaMaciaszek this enhan...

Spring Cloud Openfeign feign.compression.request.enabled: true. What is the function?

This configuration will not compress the request body, just add a header by OlgaMaciaszek‘s commentThe test is indeed li...

Spring Cloud Openfeign SpringEncoder support easier customization for binary encodings

Is your feature request related to a problem? Please describe.My application needs support a x-application/hessian2 medi...

Spring Cloud Openfeign 【help】why throw new IllegalArgumentException("@RequestMapping annotation not allowed on @FeignClient interfaces");

why version3.0.5 beginthrow new IllegalArgumentException("@RequestMapping annotation not allowed on @FeignClient interfa...

Spring Cloud Openfeign Multiple @RequestPart (MultipartFile and DTO class) throws encoding error

Hi, below is my technology stack:Spring Boot: 2.7.3spring-cloud-starter-openfeign --> 3.1.4feign-form-spring --> ...

Spring Cloud Openfeign @SpringQueryMap serialVersionUID Duplicate key Exception. need help

Describe the bugspring-cloud-openfeign-core-3.1.3.RELEASEif super class define serialVersionUID and some class extends t...

Spring Cloud Openfeign connecttimeout and readtimeout will be reset when client has any configuration

Describe the bugAfter the bug (Read timeout from application properties is not used when client is configured ) was fix...

Spring Cloud Openfeign FeignClient fails to initialize during the Spring Boot 3 AOT phase

Describe the bug@FeignClient fails to initialize during the Spring Boot 3 AOT phaseSampleVia the Spring Initializer, cre...

Spring Cloud Openfeign [Feature Request]: feign.Target.url should be RefreshScope bean to refresh URL of a feign client instance

In the integration environment we need to frequently change feign client url due to some unavoidable circumstancesDeploy...

Spring Cloud Openfeign The AbstractFormWriter.isTypeOrCollection() cannot handle byte[] arrays

AssumptionsThere is an endpoint with byte[] parameter. E.g. photo parameter in following snippet.// byte[] parameter@Req...

Spring Cloud Openfeign Request attributes exposed by circuit breakers are preserved permanently when called asynchronously

As shown in the code below, the request attributes are passed to the thread calling the execute method through the Reque...

Spring Cloud Openfeign Allow Request Header on a feign Client

To be honest I've already forgotten a bit about this. I tried to add a request header using spring annotations to a Feig...

Spring Cloud Openfeign Enable feign.autoconfiguration.jackson.enabled by default

As described in https://github.com/spring-cloud/spring-cloud-openfeign/pull/430#discussion_r562751312Comment From: spenc...

Spring Cloud Openfeign Migrate from Spring Security OAuth to OAuth2 support in Spring Security

Comment From: xenoterracideis this what's causing this? FeignAutoConfiguration.Oauth2FeignConfiguration: Did not ...

Spring Cloud Openfeign Resilience4j's TimeLimiter triggered after feign response

Describe the bugLike the title said. I found that Resilience4j's TimeLimiter always triggered even feign client received...

Spring Cloud Openfeign @Cacheable doesnt work with sync=true

Describe the bugWhen using annotation @Cacheable(value="cache-name", sync=true) and using client from multiple threads, ...

Spring Cloud Openfeign 3.1.4 is not on maven central

https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-openfeign3.1.4 is being pulled in by spring-clo...

Spring Cloud Openfeign java.lang.NoSuchMethodError: feign.SynchronousMethodHandler$Factory.<init>

" src="https://www.nineya.com/upload/2025/1/04305987148434" />Unexpected exception during bean creation; nested exceptio...

Spring Cloud Openfeign Do input and output parameters support generics?

spring cloud :Hoxton.SR12@PostMapping("/user/add") RpcResult\&lt;String&gt; add(@RequestBody RpcRequest\&lt;UserAddDTO...
上一页 下一页
.