-
### Problem Statement
The main problem that I'm currently facing is that I have path variables in the URL that look like that:
Base path: `http://someurl:someport`
Method:
```java
@RequestLine(…
-
Copied from https://github.com/spring-cloud/spring-cloud-openfeign/issues/958
Seems like nobody created an issue here as requested in the original issue
> **Describe the bug** Feign cloud version…
-
Vulnerable Library - spring-cloud-starter-openfeign-4.0.3.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-fileupload/commons-fileupload/1.…
-
## Issue Description
Type: *bug report* or *feature request*
### Describe what happened (or what feature you want)
当设置feign.sentinel.enabled: true时出现如下错误
Caused by: java.lang.IllegalStat…
-
> jdk:17 springboot:2.7.2 springcloud:2021.0.3
> Here is my sample code
```java
@RestController
@RequestMapping("user")
@RequiredArgsConstructor
public class UserController {
private fina…
-
-
**Is your feature request related to a problem? Please describe.**
In the domain of micro-service, openfeign is a bit different from the normal HTTP client such as Apache HTTP Client ,Okhttp and so…
-
## No classes generated with Java21
With following dependencies, with Spring Boot 3.1.7.
```
+--- com.querydsl:querydsl-apt:5.0.0
| \--- com.querydsl:querydsl-codegen:5.0.0
| +--- …
-
See https://github.com/OpenFeign/feign/issues/1357
```
$ jar --file=~/.gradle/caches/modules-2/files-2.1/org.springframework.cloud/spring-cloud-openfeign-core/3.0.0/28815173d55223dd2a1fbbe9650be3c…
-
I encountered a problem when trying to access both the `ResponseBody` and HTTP status in my `@FeignExceptionConstructor`. While I could create multiple exception classes for each HTTP status, my goal …