spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
See https://stackoverflow.com/questions/68026243/request-based-sticky-session-configuration-with-spring-cloud-loadbalancer
See https://github.com/spring-projects/spring-boot/issues/11806 Should have a flexible data model to account for gateway/zuul/bus
## Version Information `spring-cloud-context`: `3.0.1` ## Details Pre-Ilford, it was possible to inject a custom `TextEncryptor` into the framework to override the default implementation of decrypting a secret. (In my...
When using the spring cloud config server and changing a property value registered as Metric in a MeterRegistry, the value is not refreshed automatically. As a first use case, suppose...
**Describe the bug** With spring data elasticsearch, when we used @RefreshScope on the configuration, the restClient is null and thus we can't perform operation on the cluster. Without this, it...
I am using spring cloud configuration. I have a property bean annotated with `@RefreshScope`, it keeps my dynamic properties, it refreshes my applicationContext using `ContextRefresher` after noticing my properties changed,...
As observed in https://github.com/spring-cloud/spring-cloud-consul/issues/555, when using `management.server.port = 0` calls to `ManagementServerPortUtils.getPort` return 0, rather than the dynamic assigned address. Not sure of the official solution for this, but can...