spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
**Describe the bug** We are using spring boot 2.7.0 , spring batch 4.3.6 and hikari 4.0.3 . Our batch application is used to migrate data from ORACLE DB to POSTGRES...
Currently the [ReactiveCompositeDiscoveryClient](https://github.com/spring-cloud/spring-cloud-commons/blob/main/spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/composite/reactive/ReactiveCompositeDiscoveryClient.java) returns the first non-empty Flux of `ServiceInstance`s when invoking its `getInstances()` method. When you use multiple DiscoveryClients and you want to balance traffic over them (e.g. a...
**Describe the bug** Spring Cloud Commons: 4.0.0 Spring Boot: 3.0.1 This issue is strictly related to: https://github.com/spring-cloud/spring-cloud-commons/issues/439 and https://github.com/spring-cloud/spring-cloud-config/issues/1167 I've been using the Spring Cloud to connect to a config...
I am using 3.1.4. My spring cloud config server has a self signed cert. I did not want to add its certificate to java trust store, so I wanted to...
**Describe the bug** I have set `spring.cache.type: redis` I expected gateway to use it but it appears to be hard coded to use Caffiene only in LoadBalancerCacheAutoConfiguration
**Describe the bug** Spring Cloud Bootstrap is not properly decryping an environment variable if it is written with _ (as it should be) instead of . (not recommended). During runtime...
**Is your feature request related to a problem? Please describe.** In Spring Cloud AWS we are implementing restarting/refreshing context when properties loaded from Secrets Manager or Parameter Store change. Depending...
To ensure the stability of the online environment, before releasing it to the production environment, a pre-release environment will be used to use all the middleware in production to verify...
**Describe the bug** This is basically present in anything that implements a `ClientRequestInterceptor`. See the original bug report for Spring Framework, along with reproducer that uses spring-cloud-starter-loadbalancer and SimpleLoadBalancer. As...
When I initiate a remote call for initialization using a `Feign API` in the main thread, and perform similar operations using the same Feign API in an asynchronous thread in...