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

Question Can inetUtils.findFirstNonLoopbackHostInfo().getIpAddress() get IPV6? If not ,can you enhance the function? version 2.2.9

for team discussion

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

waiting-for-triage

Review and provide additional details on security implications of exposed actuator endpoint that gives access to Environment variables

waiting-for-triage

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

waiting-for-triage

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

waiting for feedback

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

enhancement
in progress

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

in progress

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

enhancement

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

waiting-for-triage

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

waiting-for-triage