Skip to content

Commit d144666

Browse files
Fix jsonb url (#177) (#179)
Co-authored-by: Sylvain Wallez <sylvain@elastic.co>
1 parent f1325d9 commit d144666

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
@@ -192,7 +192,7 @@ dependencies {
192192
api("org.eclipse.parsson:parsson:1.0.0")
193193

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

0 commit comments

Comments
 (0)