Spring Cloud Config AwsS3EnvironmentProperties.java "endpoint" attribute unable to be set from bootstrap.yml because the setter is package private

The following method :void setEndpoint(String endpoint) { this.endpoint = endpoint; }in : https://github.com/s...

Spring Cloud Config Support placeholders for searchPaths on remote repos

To support a more flexible Git repo structure it would be good if the {placeholder} support was supported in the searchP...

Spring Cloud Config 2.1.0.RC3 can not use local ssh settings

you may see the issue here too, i post it there first.actually i have test 2.0.1.RELEASE 2.1.0.RC3. for more details, sp...

Spring Cloud Config Upgrading to Spring Cloud version 2021.0.5 breaks Config Server with JDBC backend (Oracle)

When upgrading to Spring Cloud version 2021.0.5 from 2021.0.4 Cloud Config Server with JDBC backend (Oracle) stops worki...

Spring Cloud Config Multiple profiles not completely supported except by default url

When calling to the default url with {application}/{profile(s)}/{label}, and you have multiple profiles, you receive a p...

Spring Cloud Config Documentation for implementing your own EnvironmentRepository

I'm in the middle of implementing a new EnvironmentRepository and so far it's been easy enough extending from the base c...

Spring Cloud Config Spring Cloud Config Server making recursive calls to Config Server itself when called by a config client

Describe the bugI recently upgraded Spring dependencies in Spring Config Server as below : spring-boot-starter-parent : ...

Spring Cloud Config Support Additional spring.config.import Statements In EnvironmentRepositories

Describe the bugWe are using the spring cloud config server to load configuration into our spring boot app using git and...

Spring Cloud Config Accessing git repos with SSH key based access fails when springCloudVersion is 2021.0.4

Hi, I have a config server that reads the config from git and secret manager.The git repo only allows ssh key based auth...

Spring Cloud Config Skip default property on Multi-document property files and Activation profile

Describe the bugI have Config Server with File System Backend for several microservices. It contains hierarchy yaml reso...

Spring Cloud Config Profile groups are not honored by client

I reported this in spring-boot but the issue is with the spring-cloud-config client.https://github.com/spring-projects/s...

Spring Cloud Config SearchPathCompositeEnvironmentRepository getLocations not respecting failOnCompositeError flag

Describe the bugSpring Cloud Version: 2021.0.1I'm using the composite in my spring cloud config server configuration as ...

Spring Cloud Config Hi! I have problem with @ConstructorBinding in bootstrap context. I use Kotlin

Cannot bind @ConfigurationProperties for bean 'ktor.client.core.configuration.KtorClientsPropertiesBootstrap'. Ensure th...

Spring Cloud Config ContextRefresher.refresh() is Making Multiple Calls At Once to Config Server

Hey all. I am using Spring Cloud 3.1.3. I have an application that is scheduled to refresh its context every 30 seconds ...

Spring Cloud Config How does the Spring Cloud Config Client & Spring Cloud Bus work with Project Reactor?

I'd like to understand how Spring Cloud Config Client & Spring Cloud Bus work with Project Reactor?Are they reactive...

Spring Cloud Config Consider Testcontainers (Localstack) to replace Mockito for AWS integrations

Is your feature request related to a problem? Please describe.Not a problem but rather making tests run against real int...

Spring Cloud Config Spring Cloud Config Server checks PropertySources when called /actuator/health

I am usingspring-boot-starter-parent:2.6.6spring-cloud-server-starter-config:3.1.0spring-cloud-server-config-server:3.1....

Spring Cloud Config Can't Discovery-Locate Config Upon Transition to Spring 2.4

VersionsSpring Parent: 2.7.4Spring Cloud Version: 2021.0.4Java Version: 11IssueMy Spring service has been using Eureka t...

Spring Cloud Config Could not locate configserver via discovery springCloudVersion 2021.0.4

Application uses:Spring Parent: 2.7.5, Spring Cloud Version: 2021.0.4, Java Version: 11application.yml spring: confi...

Spring Cloud Config Cloud config returns 404 not found if the label is empty

Spring Cloud Config support empty label when using 2.1.6.RELEASE , in case it empty the cloud config server use the def...
上一页 下一页
.