-
-
I have an API interface where the methods are kotlin suspend methods:
```kotlin
@FeignClient(path = "/api/masker", contextId = "MaskerApi", name = Const.SERVICE, configuration = [FeignConfig::clas…
-
### 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(…
-
### Description
We observe an error in the console when trying to configure the created API before publishing. We tried configuring schema validation, policies, endpoints and got the same error in th…
-
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.…
-
[RestTemplate, WebClient, HttpInterface 연습](https://github.com/kmss6905/TIL/commit/20286c07f671fbe0a5506ad6a36110e598607ba2)
---
[각 Http Client 장단점](https://github.com/kmss6905/TIL/commit/20286c…
-
**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…
-
Resilience4j version: `2.1.0`
Java version: `openjdk@17`
After upgrading `openFeign` from `12.4` to `12.5` it looks like the fallback (decorator) is not used as expected. I have a Wiremock tes…
-
> 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…
-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…