spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
Question Can inetUtils.findFirstNonLoopbackHostInfo().getIpAddress() get IPV6? If not ,can you enhance the function? version 2.2.9
**Is your feature request related to a problem? Please describe.** org.springframework.security:spring-security-rsa looks to be [end of life](https://github.com/spring-attic/spring-security-oauth/commit/0344de8cc75055742f638b1e476a646a6f5891d9). **Describe the solution you'd like** use spring-security 5 in spring-cloud-starter instead of org.springframework.security:spring-security-rsa:1.0.11.RELEASE
Review and provide additional details on security implications of exposed actuator endpoint that gives access to Environment variables
This issue is present in version 3.1.3 and others. My use case is simple. In my custom load-balancer I use the HealthCheckServiceInstanceListSupplier to grab a list of available instances, compare...
Fix [#244](https://github.com/spring-cloud/spring-cloud-release/issues/244) 1. When use Zookeeper as service register center, the performance regression happens. But not when use Nacos. 2. There're cache system for Load Balancer already, but it's doesn't...
Hi Team, **Is your feature request related to a problem? Please describe.** I want to load balance traffic between target service's instances using tag and corresponding weight, provided by the...
# Description A Spring Boot project with `spring-cloud-starter-kubernetes-discoveryclient` and `spring-cloud-starter-loadbalancer` enabled is unable to communicate with a `spring-cloud-kubernetes-discoveryserver`. If `spring-cloud-starter-loadbalancer` is removed from the classpath, the `KubernetesReactiveDiscoveryClient` is able to...
> When I use "Spring Event Listener" to listen to the custom event "LivkEvent", use Spring.factories for autowiring, and introduce "org.springframework.cloud:spring-cloud-starter-bootstrap", my "Spring Event Listener" will Executed twice, I observed...
How to exclude a BootstrapConfiguration class ? For example, There is a class in the spring.factories like below: (B.T.W This file is in a jar file which is made by...
Concerning LegacyContextRefresher in spring-cloud-context 3.1.1 When a config server configuration for an application "test" and active profile "local" changes from something like { "name": "test", "profiles": [ "local" ], "label":...