Nineya
Home
Blog
软著申请
Spring Cloud Openfeign nested exception is feign.FeignException: stream is closed reading GET
2025-01-28 04:51:22
5574
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.
2025-01-28 04:51:18
519
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
2025-01-28 04:51:12
882
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
2025-01-28 04:50:47
61267
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
2025-01-28 04:50:42
13516
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
2025-01-28 04:50:37
3073
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
2025-01-28 04:50:31
4013
myFeign: @PostMapping("/feature/values") FeatureRunResp getResult(@RequestBody FeatureRunReq req);stackT...
Spring Cloud Openfeign "text/plain" Not working when dealing with the ISO_8859_1
2025-01-28 04:50:26
784
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
2025-01-28 04:50:21
14908
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
2025-01-28 04:50:14
572
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
2025-01-28 04:50:10
3827
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+
2025-01-28 04:50:05
1015
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
2025-01-28 04:49:58
3159
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"
2025-01-28 04:49:50
3411
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
2025-01-28 04:49:43
1512
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
2025-01-28 04:49:38
1804
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
2025-01-28 04:49:33
10524
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
2025-01-28 04:49:27
3007
Replicate problem:Pom relevant deps: <dependencyManagement> <dependencies> <dependen...
Spring Cloud Openfeign Remove unused spring-boot-starter-aop dependency
2025-01-28 04:49:21
241
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]
2025-01-28 04:49:14
12393
feign-api moduleProblemClient@FeignClient(name="problemset1")public interface ProblemClient { @PostMapping(...
上一页
下一页
1
…
293
294
295
296
297
…
2246
.