From e86f6dd2616c3c37329c4ed5bfdeae15da1e05b4 Mon Sep 17 00:00:00 2001 From: orberkov Date: Sat, 30 Apr 2022 08:17:52 +0300 Subject: [PATCH] Update installation.asciidoc --- docs/getting-started/installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.asciidoc b/docs/getting-started/installation.asciidoc index 89611157d..0f8d4a4de 100644 --- a/docs/getting-started/installation.asciidoc +++ b/docs/getting-started/installation.asciidoc @@ -77,7 +77,7 @@ dependencies: Spring Boot comes with Gradle and Maven plugins to ease development and dependency management. These plugins define built-in versions for a number of well-known libraries. -One these libraries is `jakarta.json:json-api` that defines the standard Java JSON API. In version `1.x` this library used the `javax.json` package, while in version `2.x` it uses the `jakarta.json` package after https://blogs.oracle.com/javamagazine/post/transition-from-java-ee-to-jakarta-ee[the transition from JavaEE to JakartaEE]. +One of these libraries is `jakarta.json:json-api` that defines the standard Java JSON API. In version `1.x` this library used the `javax.json` package, while in version `2.x` it uses the `jakarta.json` package after https://blogs.oracle.com/javamagazine/post/transition-from-java-ee-to-jakarta-ee[the transition from JavaEE to JakartaEE]. The {java-client} depends on version `2.0.1` of this library, in order to use the newer and future-proof `jakarta.json` package. But Spring Boot's Gradle plugin (at least in version `2.6` and below) overrides the {java-client}'s dependency to use version `1.1.6` in the older `javax.json` namespace.