Spring Cloud Openfeign IllegalArgumentException due to null servletRequest for Oauth2AccessTokenInterceptor after Spring Cloud Update

Describe the bugI'm currently trying to upgrade spring boot version from 3.1.5 to 3.2.2 and spring cloud version from 20...

Spring Cloud Openfeign FeignClientFactoryBean dismiss404 default config overrides client-specific config

Describe the bugThe way FeignClientFactoryBean handles configuration for dismiss404, it will enable it as soon as any co...

Spring Cloud Openfeign Default request header headers overwriten with specific client configuration and shared by all clients

Spring Cloud version: 4.0.6When defining some configuration using the default client all the clients share the same "def...

Spring Cloud Openfeign Support customization of JDK 11+ HttpClient

Is your feature request related to a problem? Please describe.Currently I need to add Proxy Information to JDK 11+ HttpC...

Spring Cloud Openfeign Document maintenance mode and recommended migrations

Comment From: OlgaMaciaszekThanks @ch4mpy. We're planning to be adding some starters/autoconfigruations for @HttpExchang...

Spring Cloud Openfeign PlaytikaOSS feign-reactive does not support spring boot 3.2.x

Hello,based on https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/#reactive-supportit is recommen...

Spring Cloud Openfeign provide ignore annotation to programmatically ignore method parameter

Is your feature request related to a problem? Please describe.Currently following interface method:ResponseEntity<Mod...

Spring Cloud Openfeign Fallback functionality should be selectively enabled depending on the actual presense of fallback implementation

Is your feature request related to a problem? Please describe.It is not directly related to a certain problem, but I thi...

Spring Cloud Openfeign Micrometer Tracing instrumentation not working with Spring Boot 3.0

Describe the bugFeign doesn't seem to be sending Trace/Span IDs as of Spring Boot 3.0.1.Enabling logs reveals that none ...

Spring Cloud Openfeign SpringQueryMap doesn't serialize java.util.Date correctly while it present as object field

Describe the bugVersion: Spring openfeign 3.1.5. While using SpringQueryMap annotatted GET method to retrive paginated ...

Spring Cloud Openfeign Fix for Issue #245 breaks path with "/" by removing it completely.

Changingdata.template().uri(pathValue, true);toif (!pathValue.equals("/")) { data.template().uri(pathValue,...

Spring Cloud Openfeign Interceptor was not called with Feign in spring boot 3.1.4

Greetings.I faced with next issue :I use spring boot 3.1.4 with feign <groupId>org.springframework.cloud</group...

Spring Cloud Openfeign Spring version upgrade broke FeignClient loadbalancing

Describe the bugHello,I recently upgraded a project from Spring Boot version 2.6.8 -> 3.1.3 and Spring Cloud version ...

Spring Cloud Openfeign OpenFeign interface endpoint - PathVariable annotation was empty on param 0.

Describe the bugPlease provide details of the problem, including the version of Spring Cloud that youare using. It is my...

Spring Cloud Openfeign Does not retry "java.io.IOException: Premature EOF" exceptions

For WIremock's Fault.MALFORMED_RESPONSE_CHUNK Feign's retry mechanisms does not kick in and the exception is thrown with...

Spring Cloud Openfeign Upgrade to fileupload2

Is your feature request related to a problem? Please describe.Outdated and old dependencies from fileupload make some is...

Spring Cloud Openfeign NPE in FeignResponseAdapter in case Content-Length header is not provided and response status is not 1XX, NO_CONTENT and NOT_MODIFIED

Describe the bugIf HTTP response has no Content-Legnth header defined and response status code is not 1XX, NO_CONTENT an...

Spring Cloud Openfeign Rest Controller doesn't return exception handler response but instead hangs forever and then returns feign exception unavailable response

Describe the bugI'm using the followingimplementation 'org.springframework.cloud:spring-cloud-starter-openfeign:3.0.7'im...

Spring Cloud Openfeign How can I set default protocol as https instead of Http using feign client with eureka?

Comment From: OlgaMaciaszekHello @pragatech, for load-balanced requests, we get the scheme for the outgoing request from...

Spring Cloud Openfeign Deserialization exception in native image with DTO with @ConstructorProperties

Problem:With the below setup:@FeignClient(name = "play-client", configuration = PlayClientConfiguration.class)...
上一页 下一页
.