Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/setup/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading