spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
**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...
**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...
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...
 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?
**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...
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...
**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...
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
**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....