diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 46ea175b85..40b2d53e0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -878,22 +878,6 @@ bom { ] } } - library("Johnzon", "1.2.15") { - group("org.apache.johnzon") { - modules = [ - "johnzon-core", - "johnzon-jaxrs", - "johnzon-jsonb", - "johnzon-jsonb-extras", - "johnzon-jsonschema", - "johnzon-mapper", - "johnzon-websocket" - ] - plugins = [ - "johnzon-maven-plugin" - ] - } - } library("Jolokia", "1.7.1") { group("org.jolokia") { modules = [ diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/json.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/json.adoc index e3f82ba9c8..e3eaaee0a1 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/json.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/json.adoc @@ -31,4 +31,4 @@ To take more control, one or more `GsonBuilderCustomizer` beans can be used. === JSON-B Auto-configuration for JSON-B is provided. When the JSON-B API and an implementation are on the classpath a `Jsonb` bean will be automatically configured. -The preferred JSON-B implementation is Apache Johnzon for which dependency management is provided. +The preferred JSON-B implementation is Eclipse Yasson for which dependency management is provided.