From 95abf61c88da8389df660c0276f5d28c77ae23f0 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:11:22 -0500 Subject: [PATCH] Refine Jackson 3 format description --- docs/modules/ROOT/pages/migration/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/migration/index.adoc b/docs/modules/ROOT/pages/migration/index.adoc index fee59f5f43..cbc537a071 100644 --- a/docs/modules/ROOT/pages/migration/index.adoc +++ b/docs/modules/ROOT/pages/migration/index.adoc @@ -27,7 +27,7 @@ individual modules like `CoreJacksonModule` by the module detection from `Securi automatic inclusion of type information and configure a `PolymorphicTypeValidator` that handles the validation of class names. -The Jackson 3 support uses the same format than the now deprecated Jackson 2 one, so class instances serialized with +The Jackson 3 support uses a format compatible with the now deprecated Jackson 2 one, so class instances serialized with Jackson 2 should be deserializable with the Jackson 3 support. `spring-security-oauth2-authorization-server` now uses Jackson 3 by default. If you want to continue