-
I've been checking out the behaviour of Apache's HttpClient with reusing pooled connections lately, and found a little unneccessity in OpenFeign's ApacheHttpClient that makes live more difficult:
If …
-
所有的feign类都是这样
![image](https://github.com/user-attachments/assets/2df16da6-ef28-4bfd-a72b-3f8d1ecff84d)
-
Here is description of behavior for undefined values
https://github.com/OpenFeign/feign/blob/master/README.md#undefined-vs-empty-values
When I try to call client like this:
```
Map parameters =…
-
Hi,
I do not understand why we cannot set the returned target type on a method…
This is my feign reactive interface for accessing the Fargo API
```java
package com.gv.zeppelin.service.fargo;…
-
Hi,
Client:
```
import java.net.URI;
import java.util.Map;
import feign.HeaderMap;
import feign.RequestLine;
import feign.Response;
public interface GenericFeignApi {
@RequestLine("GE…
-
**Describe the bug**
During getting elements from cache, annotated by `@Cacheable` on `FeignClient`, cache get error handler execute twice.
It looks like it is caused by change https://github.com/…
fureq updated
3 months ago
-
## CVE-2020-7238 - High Severity Vulnerability
Vulnerable Library - netty-codec-http-4.1.27.Final.jar
Netty is an asynchronous event-driven network application framework for
rapid development of…
-
feign core 11.0 upgrade
` TEST_RESPONSE = Response.builder()
.status(500)
.body((Response.Body) null)
.headers(testHeaders)
.request(Request.create(Request.HttpM…
-
## Observed vs. expected behavior
The query that I wrote in the past previously was working with older Hibernate, now is not working.
## Steps to reproduce
In the repository classes there…
-
## Why the new feature should be added
Currently, when using the QueryDSL package with IBM DB2 for pageable queries via JPAQuery, the generated SQL query follows this structure:
`select * from (…