Skip to content

Commit a404c86

Browse files
committedOct 26, 2023
Jersey User Guide: Jackson 2.14 -> 2.15 migration
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent 98e7782 commit a404c86

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎docs/src/main/docbook/migration.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -28,6 +28,18 @@
2828
xml:id="migration">
2929
<title>Migration Guide</title>
3030

31+
<section xml:id="mig-3.0.11">
32+
<title>Migrating from Jersey 3.0.11 to 3.0.12</title>
33+
<section xml:id="mig-3.0.11-jackson-changes">
34+
<title>Changes in Jackson</title>
35+
<para>
36+
Jersey 3.0.11 starts to support Jackson 2.15 which comes with default limitations for the length of parsed text,
37+
numbers, and nesting depth. Jersey keeps the Jackson default value, but it allows to override the maximum
38+
length of parsed text using the &jersey.message.MessageProperties.JSON_MAX_STRING_LENGTH; property if needed.
39+
</para>
40+
</section>
41+
</section>
42+
3143
<section xml:id="mig-3.0.0">
3244
<title>Migrating from Jersey 2.32+ to 3.0.x.</title>
3345
<section xml:id="mig-3.0.0-breaking-changes">

0 commit comments

Comments
 (0)