File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
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.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
28
28
xml : id =" migration" >
29
29
<title >Migration Guide</title >
30
30
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
+
31
43
<section xml : id =" mig-3.0.0" >
32
44
<title >Migrating from Jersey 2.32+ to 3.0.x.</title >
33
45
<section xml : id =" mig-3.0.0-breaking-changes" >
You can’t perform that action at this time.
0 commit comments