Skip to content

Commit

Permalink
Fix Jackson 15 -> Jackson 2.15 documentation
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Oct 19, 2023
1 parent 734e59d commit 0cca13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/docbook/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<section xml:id="mig-2.40-breaking-changes">
<title>Changes in Jackson</title>
<para>
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.
</para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?
error.jackson.streamreadconstraints=Error setting StreamReadConstraints: {0}. Possibly not Jackson 2.15?
2 changes: 1 addition & 1 deletion tests/integration/jackson-14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<artifactId>jackson-14</artifactId>
<name>jersey-compatibility-jackson14</name>
<description>
Controls the backward compatibility with Jackson 14 environment
Controls the backward compatibility with Jackson 2.14 environment
</description>

<properties>
Expand Down

0 comments on commit 0cca13b

Please sign in to comment.