diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml index 2fcb7e5508..0e77e53c96 100644 --- a/docs/src/main/docbook/migration.xml +++ b/docs/src/main/docbook/migration.xml @@ -33,7 +33,7 @@
Changes in Jackson - Jersey 2.41 starts to support Jackson 15 which comes with default limitations for the length of parsed text, + Jersey 2.41 starts to support Jackson 2.15 which comes with default limitations for the length of parsed text, numbers, and nesting depth. Jersey keeps the Jackson default value, but it allows to override the maximum length of parsed text using the &jersey.message.MessageProperties.JSON_MAX_STRING_LENGTH; property if needed. diff --git a/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties b/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties index 7a5632ccf3..f8b59da71c 100644 --- a/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties +++ b/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties @@ -14,4 +14,4 @@ # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 # -error.jackson.streamreadconstraints=Error setting StreamReadConstraints: {0}. Possibly not Jackson 15? \ No newline at end of file +error.jackson.streamreadconstraints=Error setting StreamReadConstraints: {0}. Possibly not Jackson 2.15? \ No newline at end of file diff --git a/tests/integration/jackson-14/pom.xml b/tests/integration/jackson-14/pom.xml index 04a31ce8de..270004efb2 100644 --- a/tests/integration/jackson-14/pom.xml +++ b/tests/integration/jackson-14/pom.xml @@ -30,7 +30,7 @@ jackson-14 jersey-compatibility-jackson14 - Controls the backward compatibility with Jackson 14 environment + Controls the backward compatibility with Jackson 2.14 environment