spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

Common classes used in different Spring Cloud implementations

Results 206 spring-cloud-commons issues
Sort by recently updated
recently updated
newest added

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`.

bug

**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...

waiting-for-triage

**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...

waiting-for-triage

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...

question
waiting for votes

**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...

waiting-for-triage

Initial POC for getting better clarity on #1370

waiting-for-triage

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...

waiting-for-triage

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

task

See https://github.com/spring-cloud/spring-cloud-commons/issues/1329

waiting-for-triage

>> Generally, auto-configuration classes are top-level classes

task