-
##### Description
We have the following Situation:
We generate a Feign Client with the OpenAPI-Generator. This produces following Code:
```java
import org.springframework.cloud.openfeign.Feign…
-
## CVE-2021-37137 - High Severity Vulnerability
Vulnerable Library - netty-codec-4.1.27.Final.jar
Netty is an asynchronous event-driven network application framework for
rapid development of mai…
-
## Observed vs. expected behavior
I have an entity with this attribute
```
@Column(columnDefinition = "jsonb")
var metadata: Map = mutableMapOf()
```
Which results in this attribut…
-
https://jitpack.io/#Openfeign/feign
Looks interesting, would people from consuming latest straight from master, w/o waiting for dev team.
-
This issue is probably related to #1189 but is focused on the encoding of path variables instead. We've recently upgraded to Spring Cloud to [`Hoxton.SR3`](https://spring.io/blog/2020/03/05/spring-clo…
-
https://www.fangzhipeng.com/springcloud/2018/08/30/sc-f3-feign/
方志朋的博客
-
Spring generator using the spring-cloud library generates a Feign client for each tag used in the API specification.
However the name on each client is the same, causing an `Invalid bean definition w…
-
**Is your feature request related to a problem? Please describe.**
My application needs to add a custom `Client` like `FeignBlockingLoadBalancerClient`, e.g.
```
public class CustomFeignBlocki…
-
Add a module supporting Feign. This is pretty straightforward to do for sync executions.
For async executions, it seems like Feign's AsyncFeign class is still experimental, and doesn't play nicely…
-
**Describe the bug**
When using the packages, the dependency tree shows, that the dependencies of both are in both packages.
```
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spring…