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

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

waiting-for-triage

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

waiting-for-triage

org.springframework.cloud.context.scope.refresh.RefreshScope

waiting-for-triage

Optimize ThreadLocalScopeCache from ConcurrentHashMap to HashMap, because there are not exists multi-thread to operate cache.

waiting-for-triage

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

enhancement
help wanted

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

waiting-for-triage

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

waiting-for-triage

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

waiting-for-triage

add override annotation for Specification child class

waiting-for-triage

It's inconsistent with the` CachingServiceInstanceListSupplier` mechanism. NOTE: also amend docs.

task