Skip to content

Commit

Permalink
Fix jsonb url (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez authored and github-actions[bot] committed Mar 3, 2022
1 parent f1325d9 commit f72914d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Requirements:
* Java 8 or later.
* A JSON object mapping library to allow seamless integration of
your application classes with the Elasticsearch API. The Java client has
support for https://github.com/FasterXML/jackson[Jackson] or a
http://json-b.net/[JSON-B] library like
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].


Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ initial feedback and this led to a few breaking changes in this version:
* all API data types are now supported, and there are no more raw `JsonValue` properties.
* the supporting JSON framework and transport classes have been refactored and improved.
However the high level APIs used by applications haven't changed so there should be
no of very little impact on existing application code.
no or very little impact on existing application code.

This version of the {java-client} supports all {es} APIs are implemented except the
Vector tile search API and the Find structure API.
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ dependencies {
api("org.eclipse.parsson:parsson:1.0.0")

// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// http://json-b.net/
// https://github.com/eclipse-ee4j/jsonb-api
compileOnly("jakarta.json.bind", "jakarta.json.bind-api", "2.0.0")
testImplementation("jakarta.json.bind", "jakarta.json.bind-api", "2.0.0")

Expand Down

0 comments on commit f72914d

Please sign in to comment.