Andrii Bohutskyi
Andrii Bohutskyi
When you use Resilience4JCircuitBreakerFactory.addCircuitBreakerCustomizer() to customize an event, this event will be added in every call of the method. We customize circuitBreaker each time when calling a method. But circuitBreaker...
Java 11 Spring Boot 2.3.10.RELEASE Spring Cloud Hoxton.SR11 Spring Retry 1.2.5.RELEASE When I create FeignClient with attribute `url`, load balancer retry doesn't work. In the previous version (Hoxton.SR10) it worked....
Hi folks, I upgraded my application from Spring Data Aerospike from `3.5.0` to `4.7.1`. In the application, I override `AerospikeTypeAliasAccessor` bean to skip writing `@class` bin: ``` @Bean @Override public...
### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I found a strange issue when trying to deserialize a specific...
In `spring-data-aerospike:4.8.0` was added property `writeSortedMaps` which allows to disable writing Maps as sorted trees (see [documentation page](https://aerospike.github.io/spring-data-aerospike/) and related issue [NullPointer exception when overriding AerospikeTypeAliasAccessor(null) after update to 4.7.1](https://github.com/aerospike/spring-data-aerospike/issues/743)...
**Is your feature request related to a problem? Please describe.** I can see that Gateway can encode/decode `Response` by gzip ([ModifyResponseBodyGatewayFilterFactory](https://github.com/spring-cloud/spring-cloud-gateway/blob/7f638fbcaea0938a5cc3c7e6160bf04c3f0eb0c6/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/factory/rewrite/ModifyResponseBodyGatewayFilterFactory.java#L267-L278)). Can the same transformation be added for the `Request`?...