Kamil Szuster
Kamil Szuster
I'd love to be able to hide bases by their base type. Lets say i want to play a witch, then id love to hide specific claw bases.
Resilience4j version: 2.2.0 OpenFeign version: 12.0 Java version: 17 When using OpenFeign via Resilience4j, retry ist not working as expected. My tests indicate, the the default Feign Retryer is used...
When using OpenFeign in the following way (no name attribute specified): ```java @RequestLine("GET /getSomething?id={id}") String getSomething(@Param String id); ``` You may encounter the following exception: `... annotation was empty on...
My project consists of a parent module and several sub modules. To be able to migrate von Java 11 to Java 17 i had to add several JVM configurations. I...