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

**Describe the bug** Please provide details of the problem, including the version of Spring Cloud that you are using. springboot 3.4.6 springcloud 2024.0.1 spring-cloud-starter-neflix-eureka-client 4.2.1 spring-cloud-balancer 4.2.1 spring-context 6.2.7 here...

waiting-for-triage

**Is your feature request related to a problem? Please describe.** I want to configure different load balancing strategies (e.g., roundrobin, random, or custom) for different services individually. Currently, I’m not...

waiting-for-triage

After adding spring-cloud-starter-bootstrap to my project, spring-boot-docker-compose is unable to locate docker compose file anymore. I have added an minimal reproducible example project with two commits. First commit is an...

waiting-for-triage

![Image](https://github.com/user-attachments/assets/28565ca5-8627-4882-a7d0-fab2a9c1862a) Why do you register a default Configuration later, so that the default Configuration will override a specific Configuration and increase the priority of the default Configuration?

waiting-for-triage

**Describe the bug** The `SubsetServiceInstanceListSupplier` uses `get()` method instead of `get(Request request)`, so it can not pass by Request object to the next Delegating `ServiceListSupplier.spring-cloud-loadbalancer:4.1.5`. We would not get the...

enhancement

Using spring-cloud-context in a project where I add a module-descriptor (module-info.java) I get the following warning during the build: [WARNING] ****************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [spring-cloud-context-4.2.0.jar]. Please don't...

waiting-for-triage

**Summary** When a Spring-managed bean uses @DependsOn to indicate it depends on another bean annotated with @RefreshScope, the dependency is not honored during startup. The consumer component doesn't wait the...

waiting-for-triage

https://stackoverflow.com/questions/10138844/java-dns-lookup-for-srv-records https://github.com/dnsjava/dnsjava https://search.maven.org/search?q=g:dnsjava%20AND%20a:dnsjava&core=gav https://javadoc.io/doc/dnsjava/dnsjava/2.1.9

enhancement

**Is your feature request related to a problem? Please describe.** @RefreshScope may not be secure enough as it will first destroy the current bean and then create a new bean....

waiting-for-triage