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

See https://stackoverflow.com/questions/68026243/request-based-sticky-session-configuration-with-spring-cloud-loadbalancer

enhancement
waiting for votes

See https://github.com/spring-projects/spring-boot/issues/11806 Should have a flexible data model to account for gateway/zuul/bus

enhancement

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

feedback-provided

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

waiting for votes

Part of Spring projects observability review.

enhancement

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

feedback-provided

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

enhancement

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

task