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

Using Hoxton.SR8 If you define an @ConfigurationProperties class that uses @ConstructorBinding, attempts to rebind it using ConfigurationPropertiesRebinder will fail with an exception from ConfigurationPropertiesBindingPostProcessor: ""Cannot bind @ConfigurationProperties for bean XXXX...

waiting for votes

This issue was discovered while investigating https://github.com/spring-cloud/spring-cloud-netflix/issues/3174#issuecomment-419349960. To summarise the original tread: When disposed, `RefreshScope` starts by clearing its local cache of target beans then proceeds with their disposal. A...

enhancement
waiting for votes

Hi! I'm using version 2.0.0.M9. Sometimes my application runs into a deadlock. This happens when two threads are simultanously accessing an uninitialized `RefreshScope` Bean. My application uses the annotations `NewSpan`...

bug

**Describe the bug** After setting a configuration prefix for the system environment properties, then the application fails to start and complains about the prefix not being valid. This is a...

waiting-for-triage

- Some code uses '%s' to format int: 'size' expression. Use %d, not %s, for integers. This ensures locale-sensitive formatting. - some lines of code lack validation when processing input...

waiting for feedback

If I am reading this correctly, the existing two lines flip the perspective of what is doing the overriding from “subject/actor is remote (e.g., config-service) overriding local settings” (in the...

waiting-for-triage

Use the ClassLoader from the SpringApplication if available. This is related to https://github.com/spring-projects/spring-boot/issues/26126. If the SpringApplication is created with a different classloader that can create issues for the LoggingSystemShutdownListener since...

waiting-for-triage

Fixes #949 - Changed log level to info and debug to print property names and values respectively.

waiting-for-triage