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

@OlgaMaciaszek Hello, I am resubmitting a new PR from #1103 , which all commits cherry picked and squashed

in progress

**Is your feature request related to a problem? Please describe.** I would like to have a more general and efficient way to set the state of `ServiceInstance`. **Describe the solution...

feedback-provided

with this change we're introducing Micrometer Observations for CircuitBreakers

enhancement

I'm opening this Feature Request to go with https://github.com/spring-projects-experimental/spring-native/issues/766 and https://github.com/spring-projects/spring-framework/issues/28486 cases and see if we have any estimate of when we will have a compatible version.

enhancement

Spring boot version: 2.6.10 Spring Cloud version: 2021.0.2 **Describe the bug** Consider a _ConfigurationProperty_ bean which has a default value defined at the code: ```java @ConfigurationProperties("org.jordi") static class MyConfigProps {...

waiting-for-triage

The startup info messages should appear regardless of the existence of a bootstrap being utilitzed. This code in SpringApplication#prepareContext inhibits the logStartupInfo(boolean). ``` if (this.logStartupInfo) { this.logStartupInfo(context.getParent() == null); this.logStartupProfileInfo(context);...

waiting-for-triage

**Is your feature request related to a problem? Please describe.** Currently when [ConfigurationPropertiesRebinder.rebind](https://github.com/spring-cloud/spring-cloud-commons/blob/9b67e2fd8eae33b77890df62135ab5857d57c8dc/spring-cloud-context/src/main/java/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinder.java#L80) is executed and any ConfigurationProperties bean fails, the method throws an exception and **stops rebinding the following...

waiting-for-triage

*Moved from [spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/889).* I found a similar issue [#823](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/823). Finally [the author said](https://github.com/spring-cloud/spring-cloud-kubernetes/issues/823#issuecomment-881389112): > You were right. The issue was with Kotlin Data class which is immutable in nature. Changing...

waiting-for-triage

In https://github.com/spring-cloud/spring-cloud-commons/blob/main/spring-cloud-commons/src/main/java/org/springframework/cloud/commons/util/IdUtils.java#L52 the property **spring.cloud.client.hostname** is used. The configuration prefix sping.cloud.client seems to not exist anymore. I would have expected the property to be **eureka.instance.hostname**.

waiting-for-triage