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** If server.port is not written in application.yml, bus id = applicationName:0:random, this code should take the default value of server.port 8080. If you write server.port in application.yaml,...

bug

I found a typo in the appendix and corrected it.

waiting-for-triage

see https://github.com/spring-cloud/spring-cloud-gateway/issues/2720 and https://github.com/spring-cloud/spring-cloud-gateway/pull/2721

waiting-for-triage

From what I've seen, the separate bootstrap context and its consequences continue to surprise users. The [latest example](https://github.com/spring-projects/spring-boot/pull/19084#issuecomment-565020986) is with disabling auto-configuration of Reactor's debug agent. I think it would...

enhancement

For abstract feature, it checks whether there is a bean for that type or not, however, for named feature, it always adds to enabled features, instead of adding to disabled...

waiting for votes

**Describe the bug** I'm using version 2.1.4. In the function `InetUtils.findFirstNonLoopbackAddress`, the code only seems to return IPv4 addresses. I believe this code is incorrect, since most systems have multiple...

waiting for votes

**Description** During spring boot startup, the host information is fetched several times while using the class InetUtils. Thereby, the first non loopback network interface is retrieved. The retrieval of the...

enhancement

By default Spring Boot prints application startup information with `StartupInfoLogger`. This default is declared in [Spring Boot docs](https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/builder/SpringApplicationBuilder.html#logStartupInfo-boolean-). When adding Spring Cloud dependency, startup info logging becomes disabled by default....

bug

See https://github.com/ge0ffrey/spring-boot/blob/master/spring-boot-project/spring-boot-starters/README.adoc The boot one lives in a readme. I'd think it would be better as an appendix to docs or something. This may not be the right repo, maybe...

documentation