Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Make trailing slash removal the default
2025-01-28 04:54:57
570
See https://github.com/spring-cloud/spring-cloud-openfeign/issues/1070Comment From: baezzysHi @OlgaMaciaszek, I'm intere...
Spring Cloud Openfeign Spring Cloud OpenFeign 4.1.4 and below is not compatible with Spring Boot 3.4.0
2025-01-28 04:54:52
2216
Describe the bugHaving the following:<parent> <groupId>org.springframework.boot</groupId> <ar...
Spring Cloud Openfeign @EnableFeignClients defaultConfiguration override @FeignClient configuration
2025-01-28 04:54:46
1617
Describe the bugSee code below@EnableFeignClients(defaultConfiguration = DefaultConfig.class)@FeignClient(url = "ht...
Spring Cloud Openfeign Dynamically set the url of FeignClient
2025-01-28 04:54:39
413
as known if a service have some nodes, we can set the url of the FeignClient to call the certain node。now i want se...
Spring Cloud Openfeign Headers annotation not sending headers
2025-01-28 04:54:34
1893
I'm not sure what I'm doing wrong here. I've included spring cloud open feign dependency implementation 'org.springframe...
Spring Cloud Openfeign feign-form-spring relocated and released as 13.5 under io.github.openfeign
2025-01-28 04:54:29
262
Describe the bugfeign-formspring has been relocated under io.github.openfeign as part of Feign 13.5, and is now released...
Spring Cloud Openfeign Build and test for Linux/ARM64
2025-01-28 04:54:25
513
DescriptionFor aarch64 platform, I have built "Spring-Cloud-Openfeign" from source. StepsFollowing STEPS were used for t...
Spring Cloud Openfeign [Question]: Why was spring-boot-starter-aop removed from dependencies?
2025-01-28 04:54:20
3422
Hi together,just a short question. We are using resilience4j, which needs:<dependency> <groupId>org.sprin...
Spring Cloud Openfeign feign.FeignException: [302]
2025-01-28 04:54:15
1805
I'm trying to make 2 microservices communicate with Open Feign. The two microservices are student and address.When I'm t...
Spring Cloud Openfeign Default http client (Client.Default) seems not taking 'spring.cloud.openfeign.httpclient' properties when creating feign client with FeignClientBuilder
2025-01-28 04:54:11
4149
I'm creating feign clients using method FeignClientBuilder(context). I'm trying to check the effect of "maxConnections" ...
Spring Cloud Openfeign openfeign java.lang.NoClassDefFoundError: feign/Request$Options
2025-01-28 04:54:06
16029
pom<spring-cloud.version>2022.0.5</spring-cloud.version> <spring-boot.version>3.1.10</spring...
Spring Cloud Openfeign Feign Client is generating trailing slash in the request
2025-01-28 04:54:01
2133
Describe the bugSpring is deprecating the trailing slash automatic support: https://github.com/spring-projects/spring-fr...
Spring Cloud Openfeign Unable to decode application/json response
2025-01-28 04:53:55
572
The Feign client fails to decode a JSON response, but it works fine after adding an interceptor (even if the interceptor...
Spring Cloud Openfeign Create non-blocking SpringDecoder.
2025-01-28 04:53:51
3697
spring-boot-autoconfigure 2.2.0 change HttpMessageConverters auto configure with condition "NoReativeWebApplicationCondi...
Spring Cloud Openfeign [BUG] MicrometerObservationCapability not reporting timeouts
2025-01-28 04:53:45
2865
Describe the bugFeign cloud version: 4.1.0When using the MicrometerObservationCapability, anyjava.net.SocketTimeoutExcep...
Spring Cloud Openfeign Allow generated URL for each feign client to be overridden by a configuration class.
2025-01-28 04:53:39
4679
Is your feature request related to a problem? Please describe.My team currently is a heavy user of Feign clients. We do ...
Spring Cloud Openfeign Misleading Content-Encoding Header in Default-Setup for Request Compression
2025-01-28 04:53:34
1786
Describe the bugWhen the openfeign request compression is used the the FeignContentGzipEncodingInterceptor adds two valu...
Spring Cloud Openfeign Response body null when Request contains body (For 401 responses)
2025-01-28 04:53:29
1675
Describe the bugUsing <spring-cloud.version>2023.0.3</spring-cloud.version>When I make a OpenFeign client t...
Spring Cloud Openfeign Client delegation stopped working
2025-01-28 04:53:23
2927
In previous cloud versions 2021.x I could make Client delegation like@BeanClient myClient(Client client) { // return my ...
Spring Cloud Openfeign @EnableFeignClients does not detect feign bean in multi-module.
2025-01-28 04:53:18
2309
Describe the bugopen feign version implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1'It ...
上一页
下一页
1
…
291
292
293
294
295
…
2246
.