Spring Cloud Openfeign Make trailing slash removal the default

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

Describe the bugHaving the following:<parent> <groupId>org.springframework.boot</groupId> <ar...

Spring Cloud Openfeign @EnableFeignClients defaultConfiguration override @FeignClient configuration

Describe the bugSee code below@EnableFeignClients(defaultConfiguration = DefaultConfig.class)@FeignClient(url = "ht...

Spring Cloud Openfeign Dynamically set the url of FeignClient

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

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

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

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?

Hi together,just a short question. We are using resilience4j, which needs:<dependency> <groupId>org.sprin...

Spring Cloud Openfeign feign.FeignException: [302]

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

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

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

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

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.

spring-boot-autoconfigure 2.2.0 change HttpMessageConverters auto configure with condition "NoReativeWebApplicationCondi...

Spring Cloud Openfeign [BUG] MicrometerObservationCapability not reporting timeouts

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.

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

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)

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

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.

Describe the bugopen feign version implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1'It ...
上一页 下一页
.