Skip to content

Commit b4d5af8

Browse files
authored
add jackson 3 info (#1207)
1 parent b8deb23 commit b4d5af8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/getting-started.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ operations with it.
1212
* A JSON object mapping library to allow seamless integration of
1313
your application classes with the Elasticsearch API. The examples below
1414
show usage with Jackson.
15+
Jackson 3 is also supported, but to use it, Java 17 or later is needed.
1516

1617
[discrete]
1718
=== Installation

docs/setup/installation.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Requirements:
99
support for https://github.com/FasterXML/jackson[Jackson] or a
1010
https://github.com/eclipse-ee4j/jsonb-api[JSON-B] library like
1111
https://github.com/eclipse-ee4j/yasson[Eclipse Yasson].
12+
Jackson 3 is also supported, but to use it, Java 17 or later is needed.
1213

1314

1415
Releases are hosted on

0 commit comments

Comments
 (0)