Spencer Gibb

Results 114 issues of Spencer Gibb

See https://github.com/spring-cloud/spring-cloud-netflix/issues/3798

enhancement

https://github.com/mwiede/jsch https://github.com/spring-cloud/spring-cloud-config/issues/1881#issuecomment-886224650

enhancement
documentation

See https://github.com/spring-cloud/spring-cloud-config/issues/1903

task

see https://github.com/spring-cloud/spring-cloud-config/issues/1796

documentation

remove https://github.com/spring-cloud/spring-cloud-config/blob/main/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/ConfigServerApplication.java and https://github.com/spring-cloud/spring-cloud-config/blob/main/spring-cloud-config-server/src/main/resources/configserver.yml

task

Currently, the response from config server contains the profiles used to make the call. ``` { "name": "foo", "profiles": [ "development" ] ... ``` As part of ongoing ConfigData changes,...

enhancement

Now that #3785 is done, we should have an integration test that makes certain, jersey still works. Likely needs to be in a separate integration tests module

task

Replace with WebClient as default depends on #3736

enhancement