Skip to content

Commit 17c14e7

Browse files
Fix jsonb url (#177) (#181)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent e6d2abe commit 17c14e7

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
@@ -136,7 +136,7 @@ dependencies {
136136
api("org.eclipse.parsson:parsson:1.0.0")
137137

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

0 commit comments

Comments
 (0)