Skip to content

Commit 2c9c055

Browse files
Fix jsonb url (#177) (#180)
Co-authored-by: Sylvain Wallez <sylvain@elastic.co>
1 parent 3da6f12 commit 2c9c055

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/installation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Requirements:
66
* Java 8 or later.
77
* A JSON object mapping library to allow seamless integration of
88
your application classes with the Elasticsearch API. The Java client has
9-
support for https://github.com/FasterXML/jackson[Jackson] or a
10-
http://json-b.net/[JSON-B] library like
9+
support for https://github.com/FasterXML/jackson[Jackson] or a
10+
https://github.com/eclipse-ee4j/jsonb-api[JSON-B] library like
1111
https://github.com/eclipse-ee4j/yasson[Eclipse Yasson].
1212

1313

docs/introduction.asciidoc

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

3333
This version of the {java-client} supports all {es} APIs are implemented except the
3434
Vector tile search API and the Find structure API.

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dependencies {
190190
api("org.eclipse.parsson:parsson:1.0.0")
191191

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

0 commit comments

Comments
 (0)