spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
To reproduce, use this sample: https://github.com/spring-cloud-samples/feign-eureka/tree/custom-loadbalancer-config and change the class name of `LoadBalancerClientConfig` to `LoadBalancerClientConfiguration`.
**Describe the bug** With virtual threads enabled a call to `/actuator/refresh` pins virtual threads. The `ContextRefresher` uses `synchronized` on both `refresh` and `refreshEnvironment`, so it seems they are not ready...
**Is your feature request related to a problem? Please describe.** The current refreshScope process controls refresh operations using read/write locks, but there is no timeout set. If the lifecycle function...
Question : Hello @spring-cloud-issues, @spring-cloud Team, I'm currently using the Spring Boot Actuator's /actuator/refresh endpoint to refresh my application's properties. However, I've noticed that the endpoint triggers a full refresh...
**Is your feature request related to a problem? Please describe.** The ConfigurationPropertiesRebinder refresh mechanism works by performing destroy and initial processes on existing bean objects. During refresh, some property values...
Initial POC for getting better clarity on #1370
I want to implement a listener that, upon detecting a certain event, triggers the `rebind` method of the `ConfigurationPropertiesRebinder` class. After the `rebind` method completes its execution, I would like...
https://github.com/spring-cloud/spring-cloud-commons/actions/runs/9941908937/job/27462194088 Occured after merging: https://github.com/spring-cloud/spring-cloud-commons/commit/4e6540b2b045a8abddc876265cf0373e1bee32bd
See https://github.com/spring-cloud/spring-cloud-commons/issues/1329
>> Generally, auto-configuration classes are top-level classes