You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Phillip Webb deb9d67cef Add Actuator ApiVersion support and bump version
Add `ApiVersion` enum that can be injected into actuator endpoints if
they need to support more than one API revision.

Spring MVC, WebFlux and Jersey integrations now detect the API version
based on the HTTP accept header. If the request explicitly accepts a
`application/vnd.spring-boot.actuator.v` media type then the version
is set from the header. If no explicit Spring Boot media type is
accepted then the latest `ApiVersion` is assumed.

A new v3 API revision has also been introduced to allow upcoming health
endpoint format changes. By default all endpoints now consume and
can produce v3, v2 and `application/json` media types.

See gh-17929
5 years ago
..
spring-boot Fix deprecation warnings caused by BodyInserters.fromObject 5 years ago
spring-boot-actuator Add Actuator ApiVersion support and bump version 5 years ago
spring-boot-actuator-autoconfigure Add Actuator ApiVersion support and bump version 5 years ago
spring-boot-autoconfigure Merge branch '2.1.x' 5 years ago
spring-boot-cli Polish "Support multiple drives when running CLI using Cygwin" 5 years ago
spring-boot-dependencies Upgrade to Reactor Dysprosium-RELEASE 5 years ago
spring-boot-devtools Fix intermittent failure of inMemoryDerbyIsShutdown 5 years ago
spring-boot-docs Fix broken and redirected links in the reference documentation 5 years ago
spring-boot-parent Upgrade to Spring Doc Resources 0.1.3 5 years ago
spring-boot-properties-migrator Merge branch '2.1.x' 5 years ago
spring-boot-starters Revert "Workaround Spring Data Rest enforcer issue" 5 years ago
spring-boot-test Restore compatibility with MockRestServiceServer 5 years ago
spring-boot-test-autoconfigure Remove redundant spring-plugin-core dependencies 5 years ago
spring-boot-tools Fix ref docs code snippet theme 5 years ago
pom.xml