spring-boot/spring-boot-tests
Andy Wilkinson 73f71d5560 Rework Cloud Foundry actuator support behind a pluggable abstraction
Deprecate `EndpointExposure.CLOUD_FOUNDRY` and introduce an alternative
implementation based on a pluggable abstraction.

The new `EndpointExposureOutcomeContributor` interface may now be used
to influence `@OnAvailableEndpointCondition` exposure results. Several
infrastructure beans that previously used the condition have been
refactored to always be registered, but tolerate missing endpoints.

A new smoke test application has been added that demonstrates how the
abstraction can be used by a third-party.

Closes gh-41135

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-08-20 16:22:56 -07:00
..
spring-boot-integration-tests Merge branch '3.2.x' into 3.3.x 2024-08-13 10:19:39 +02:00
spring-boot-smoke-tests Rework Cloud Foundry actuator support behind a pluggable abstraction 2024-08-20 16:22:56 -07:00