Phillip Webb
Phillip Webb
The `xref:#deployment.efficient.cds` doesn't exist, but it should have failed the build.
We would like to change the `/cloudfoundryapplication` actuator support to a pluggable abstraction to allow more extensions in the future.
We have a number of related issues that we can't easily fix until we redesign the way that HTTP Clients are configured. See `theme: http-client-config`.
Currently it can can be quite awkward to add an `application.properties` for tests that overrides only specific values of the one in `src/main/java`. Some folks resort to adding a profile...
We would like to extend our `ConnectionDetails` abstraction to allow SSL based connections. The following two issues are blocked on this design work: - [ ] #35926 - [ ]...
https://github.com/buildpacks/spec/blob/master/extensions/bindings.md https://application-stacks.github.io/service-binding-specification/
OpenTelemetryMetricsContainerConnectionDetailsFactoryIntegrationTests is flaky when running locally
I seem to often have this test fail locally. See https://ge.spring.io/scans/tests?search.tags=Mac%20OS%20X&search.timeZoneId=America%2FLos_Angeles&tests.container=org.springframework.boot.testcontainers.service.connection.otlp.OpenTelemetryMetricsContainerConnectionDetailsFactoryIntegrationTests&tests.test=connectionCanBeMadeToOpenTelemetryCollectorContainer()#
They could live in `org.springframework.boot.autoconfigure.web`
See https://jira.spring.io/browse/SPR-16760 and https://github.com/rabbitmq/hop/issues/122 for some of the issues we currently have detecting when to start a server for Spring WebFlux. We need to consider the `spring-webflux` jar to be...
Originally raised in https://github.com/spring-projects/spring-boot/issues/41220 (with a reproducer project). It looks to me like the reason for lack of Trance and Span IDs is the fix for #32730. If you run...