Spring Cloud Openfeign nested exception is feign.FeignException: stream is closed reading GET

nested exception is feign.FeignException: stream is closed reading GET020-09-17 14:35:04.465 ERROR [web-a,,,] 216 --- [n...

Spring Cloud Openfeign disableSslValidation not working in spring cloud.

Since switching from using feign client directly to using spring-cloud-openfeign disableSslValidation property of httpcl...

Spring Cloud Openfeign Unable to read the totalElements property of Page from Spring Data Commons 3.3.0

The structure of the Page returned by Spring Data Commons 3.3.0 is as follows:{ "content": [ { ...

Spring Cloud Openfeign AOT/native compilation not working with FeignClient and AOP

Describe the bugI read that starting spring-cloud 2022.0.0, you can use native compilation. I'm using 2022.0.2 (spring-c...

Spring Cloud Openfeign An exception occurs when calling the openfeign method in @Async

jdk:17 springboot:2.7.2 springcloud:2021.0.3Here is my sample code@RestController@RequestMapping("user")@Requi...

Spring Cloud Openfeign PageableSpringQueryMapEncoder introduced in 2.2.8.RELEASE will override the customized queryMapEncoder set in Feign.Builder

Describe the bugWhen we set the customized queryMapEncoder in Feign.Builder in Feign configuration class which works in ...

Spring Cloud Openfeign feign.codec.EncodeException: null

myFeign: @PostMapping("/feature/values") FeatureRunResp getResult(@RequestBody FeatureRunReq req);stackT...

Spring Cloud Openfeign "text/plain" Not working when dealing with the ISO_8859_1

Spring Open feign - 3.1.5I am trying to get the moov service image cash letter plain text the response type is plain te...

Spring Cloud Openfeign feign.RetryableException: Incomplete output stream executing POST

An error occurred when I overwrote the headers using RequestInterceptor. <dependency> <groupI...

Spring Cloud Openfeign RequestInterceptor not injecting headers after upgrading it to 2023.0.1

UpdateChecking more in details, it was an internal issue.Describe the bugAfter upgrading Spring Cloud from 2023.0.0 to 2...

Spring Cloud Openfeign Custom HTTP codes are not supported

Describe the bugSpring Cloud Openfeign version: 4.1.0Using HttpStatus.valueof(int) in SpringDecoder and ResponseEntityDe...

Spring Cloud Openfeign FeignClientsRegistar fails when trying to parse unresolved property placeholders in JDK 20+

Spring Cloud version: 2023.0.1 (affects up to the latest version)FeignClientsRegistar seems to purposefully ignore unres...

Spring Cloud Openfeign Multiple implementations of ResponseInterceptor fail to trigger

Describe the bugI have 2 implementations of ResponseInterceptor, both fail to trigger in 4.1.0. If I remove one of them...

Spring Cloud Openfeign Spring Boot 3.2.4 (Cloud 2023.0.1) Cannot deserialize "pageable": "INSTANCE"

Describe the bugRest Controller in server with Spring Boot 2.7.18:If I consume that end point from application with Spri...

Spring Cloud Openfeign Issue with registering method parameter hints

Initially reported in https://github.com/spring-cloud/spring-cloud-openfeign/issues/860#issuecomment-1548713643.Calling ...

Spring Cloud Openfeign Headers specified in @RequestMapping evaluated with SpEL

I have quite unusual use case where I need to pass same "dynamic" value as two different headers. Which more or less loo...

Spring Cloud Openfeign [sentinel] openfeign+sentinel Error

Issue Descriptionorg.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'meter...

Spring Cloud Openfeign @PatchMapping and @DeleteMapping insert unwanted slash when using url and specific value

Replicate problem:Pom relevant deps: <dependencyManagement> <dependencies> <dependen...

Spring Cloud Openfeign Remove unused spring-boot-starter-aop dependency

Related to https://github.com/spring-projects/spring-data-mongodb/issues/4637#issuecomment-2034911106Comment From: OlgaM...

Spring Cloud Openfeign Caused by: feign.FeignException$BadGateway: [502 Bad Gateway]

feign-api moduleProblemClient@FeignClient(name="problemset1")public interface ProblemClient { @PostMapping(...
上一页 下一页
.