Andreas Hubert

Results 3 issues of Andreas Hubert

We are trying to use Feign with Resilience4j, but without the `@EnableFeignClients` annotation. When trying to use the `circuitBreakerFeignBuilder` Bean created in https://github.com/spring-cloud/spring-cloud-openfeign/blob/c53d5565cb5d5c32e73a1b07bf835441a4c51132/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientsConfiguration.java#L232 to create Feign clients (via the `target`...

waiting-for-triage

### Problem to solve At the moment, when i have a set of query parameters that are not required by a request (aka they are optional), i have to either...

enhancement

Right now, the `schema::Schema` can only be created by either loading it from a URL or with the `from_json(value: Value)` method https://github.com/kstasik/schema-tools/blob/master/crates/schematools/src/schema.rs#L133 I would need a method like `from_json_with_url(value: Value,...