-
##### Description
When building with Feign, the generated code can not be compiled because of the missing OAuth.class on the classpath.
When in the JavaClientCodegen.java the classes `OauthP…
-
Hi, I have discovered issue when using `feign.httpclient.ApacheHttpClient`.
In some cases Apache client throws `ProtocolException` which is a checked exception. This happens for example when server r…
-
Resilience4j version: 2.1.0
Java version: 17
When a use resilience4jFeign in my project that haves a PATCH endpoint, i get error .
`feign.RetryableException: Invalid HTTP method: PATCH exe…
-
This is a long term task. The non-modular jars limit are tooling choices as they require special handling.
-
feign core 11.0 upgrade
` TEST_RESPONSE = Response.builder()
.status(500)
.body((Response.Body) null)
.headers(testHeaders)
.request(Request.create(Request.HttpM…
-
feign use jaxb decoder to unmarshall , and the http response stream is closed after that.
when run test:
feign.codec.DecodeException: com.ctc.wstx.exc.WstxIOException: stream is closed
-
# Change Default Feign Client implementation in Spring Boot - Coding N Concepts
Change Default Feign Client implementation in Spring Boot to ApacheHttpClient or OkHttpClient
[https://codingnconcepts…
-
I have a code where I have multiple @FeignClients and now we are having performance problems that could be solved by parallel requests. I saw that since 11.7 the AsyncClient allows to make non blockin…
-
Trying to make a PUT Http call to a URL, but the core throws 404 error. While inspecting the URL, it happens to be repeating the path variable. The repetition is like:
http://localhost:8080/api/2/thi…
-
Resilience4j version: 0.14.1
Java version: 1.8
Following is the POM file.. The application is not booting up and failing with error:
java.lang.IllegalStateException: Failed to introspect Clas…