File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
Baseline compatibility:
47
47
48
- * Jackson 2.16: compatible with Android SDK 26 and up
49
- * Jackson 3.0: compatible with Android SDK 28 and up
48
+ * Jackson 2.13: compatible with Android SDK 24 and up
49
+ * Jackson 2.14 - 2.18: compatible with Android SDK 26 and up
50
+ * Jackson 3.0: compatible with Android SDK 34 and up (need Record access)
50
51
-->
51
52
52
- <version .android.sdk>28 </version .android.sdk>
53
- <version .android.sdk.signature>0.5.1 </version .android.sdk.signature>
53
+ <version .android.sdk>34 </version .android.sdk>
54
+ <version .android.sdk.signature>0.10.0 </version .android.sdk.signature>
54
55
55
56
<version .bytebuddy>1.14.13</version .bytebuddy>
56
57
<version .mockito>4.11.0</version .mockito>
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Versions: 3.x (for earlier see VERSION-2.x)
80
80
(contributed by Joo-Hyuk K)
81
81
#4818: Rename `AnnotationIntrospector.findDefaultCreator()` as `findPreferredCreator()`
82
82
#4820: Change JDK baseline for Jackson 3.0 from Java 8 to Java 17
83
+ #4840: Increase minimum Android SDK required to 34 for Jackson 3.0
83
84
- Remove `MappingJsonFactory`
84
85
- Add context parameter for `TypeSerializer` contextualization (`forProperty()`)
85
86
- Default for `JsonNodeFeature.STRIP_TRAILING_BIGDECIMAL_ZEROES` changed to `false` for 3.0
You can’t perform that action at this time.
0 commit comments