spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
This enhancement request comes from [this problem](https://github.com/spring-projects/spring-boot/issues/31144) Also,This looks to be very similar to [this problem](https://github.com/spring-cloud/spring-cloud-config/issues/1592) with Spring Cloud Config which was closed as feedback was not provided. - environment...
The project has a task to call /actuator/refresh to refresh the db pwd. In the Project also has quartz task to run other biz querys. Sometimes when task to call...
org.springframework.cloud.context.scope.refresh.RefreshScope
Optimize ThreadLocalScopeCache from ConcurrentHashMap to HashMap, because there are not exists multi-thread to operate cache.
**Describe the bug** Spring Cloud version: 3.0.1 In our project I had to provide our own keystore/truststore for spring-cloud-openfeign with apache httpclient. I wanted to leave as much as I...
**PropertySourceBootstrapConfiguration.reinitializeLoggingSystem can't log the exception** `PropertySourceBootstrapConfiguration.logger.warn("Error opening logging config file " + logConfig, ex); `it won't work environment: spring-cloud-context 3.1.0 cause: `system.initialize(new LoggingInitializationContext(environment), logConfig, logFile);` this line will call org.springframework.boot.logging.logback.LogbackLoggingSystem#stopAndReset...
**Describe the bug** the `.probe` method is defined as default void probe() { getServices(); } and `getServices()` also returns a Flux, since Flux don't do anything without a subscribe this...
**Describe the bug** Using spring-cloud-config-client 3.1.1. I'm running an application in Azure Spring Cloud with a configured Config Server connecting to github. When I try to start the application with...
add override annotation for Specification child class
It's inconsistent with the` CachingServiceInstanceListSupplier` mechanism. NOTE: also amend docs.