From e3d997b7ee0c77c15fce9df6db5ae60ca2042b1c Mon Sep 17 00:00:00 2001 From: Laura Trotta Date: Tue, 14 Apr 2026 17:24:31 +0200 Subject: [PATCH] add jackson 3 info --- docs/getting-started.asciidoc | 1 + docs/setup/installation.asciidoc | 1 + 2 files changed, 2 insertions(+) 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