Skip to content

Commit bcce6f9

Browse files
committed
Document that Jackson is a required dependency of the Actuator
Closes gh-19564
1 parent f5761bd commit bcce6f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you proceed, you should read the following topics:
2020
* <<overview-endpoint-urls>>
2121
* <<overview-timestamps>>
2222

23-
23+
NOTE: In order to get the correct JSON responses documented below, Jackson must be available.
2424

2525
[[overview-endpoint-urls]]
2626
=== URLs

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,8 @@ For example, `health` is exposed as `/actuator/health`.
976976
TIP: Actuator is supported natively with Spring MVC, Spring WebFlux, and Jersey.
977977
If both Jersey and Spring MVC are available, Spring MVC will be used.
978978

979+
NOTE: Jackson is a required dependency in order to get the correct JSON responses as documented in the API documentation ({spring-boot-actuator-restapi}/html[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
980+
979981

980982

981983
[[production-ready-customizing-management-server-context-path]]

0 commit comments

Comments
 (0)