diff --git a/docs/getting-started.asciidoc b/docs/getting-started.asciidoc index 337e2e3b14..ad7f69c9fe 100644 --- a/docs/getting-started.asciidoc +++ b/docs/getting-started.asciidoc @@ -12,6 +12,7 @@ operations with it. * A JSON object mapping library to allow seamless integration of your application classes with the Elasticsearch API. The examples below show usage with Jackson. +Jackson 3 is also supported, but to use it, Java 17 or later is needed. [discrete] === Installation diff --git a/docs/setup/installation.asciidoc b/docs/setup/installation.asciidoc index 5fbd4460f4..353f605fdf 100644 --- a/docs/setup/installation.asciidoc +++ b/docs/setup/installation.asciidoc @@ -9,6 +9,7 @@ Requirements: support for https://github.com/FasterXML/jackson[Jackson] or a https://github.com/eclipse-ee4j/jsonb-api[JSON-B] library like https://github.com/eclipse-ee4j/yasson[Eclipse Yasson]. + Jackson 3 is also supported, but to use it, Java 17 or later is needed. Releases are hosted on