File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ Fouad Almalki (@Eng-Fouad)
112112 * Contributed fix for #5416: Annotations on an interface that's part of a JDK proxy are not honored
113113 with Jackson 3
114114 [3.0.3]
115+ * Contributed fix for 5442: Make `JsonMapper/ObjectMapper` fully proxyable by CGLIB
116+ [3.1.0]
115117
116118Oliver Drotbohm (@odrotbohm)
117119 * Requested #1196: Add opt-in error collection for deserialization
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Versions: 3.x (for earlier see VERSION-2.x)
2424 fractional negative timestamps incorrectly
2525#5413: Add/support forward reference resolution for array values
2626 (contributed by Hélios G)
27+ 5442: Make `JsonMapper/ObjectMapper` fully proxyable by CGLIB
28+ (fix contributed by Fouad A)
2729
28303.0.3 (not yet released)
2931
You can’t perform that action at this time.
0 commit comments