Ryan Baxter

Results 40 issues of Ryan Baxter

Must be due to the information in the VCAP_SERVICES on Bluemix

The Spring Cloud Config server can now support multiple labels (https://github.com/spring-cloud/spring-cloud-config/issues/2449). The config client no longer needs to worry about handling that on the client side. https://github.com/spring-cloud/spring-cloud-config/blob/974b7c34965ce238a7553f30d9e66629cebd531f/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLoader.java#L116-L125

enhancement

See https://cloud.google.com/secret-manager/parameter-manager/docs/overview This seems like a more generalized version of Secret Manager, which we already support.

enhancement

When using Spring Cloud Gateway MVC and the ready body predicate with Spring Security on the classpath results in ``` 2025-05-29T11:12:38.272-04:00 WARN 93314 --- [o-auto-1-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON...

bug

I am curious if there are any plans to introduce compatibility with Spring Boot 4 / Spring Framework 7? We (the Spring Cloud team) are starting to run into some...

question

I am getting an error when trying to start the busybox container in tests for k8s on my M4 Mac. When the test (in this case `Fabric8CatalogWatchEndpointSlicesIT`) runs I see...

waiting-for-triage

Add `releaser.[maven | gradle | bash].ga-release-build-command`. This command will only be used for non-snapshot, non-milestone, and non-rc releases (aka GA releases). In the case were it is not a GA...