Skip to content

Commit 7f30c9b

Browse files
authored
Fix #4840: increase minimum Android SDK req to 34 (#4841)
1 parent e4b8376 commit 7f30c9b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@
4545
4646
Baseline compatibility:
4747
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)
5051
-->
5152

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>
5455

5556
<version.bytebuddy>1.14.13</version.bytebuddy>
5657
<version.mockito>4.11.0</version.mockito>

release-notes/VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Versions: 3.x (for earlier see VERSION-2.x)
8080
(contributed by Joo-Hyuk K)
8181
#4818: Rename `AnnotationIntrospector.findDefaultCreator()` as `findPreferredCreator()`
8282
#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
8384
- Remove `MappingJsonFactory`
8485
- Add context parameter for `TypeSerializer` contextualization (`forProperty()`)
8586
- Default for `JsonNodeFeature.STRIP_TRAILING_BIGDECIMAL_ZEROES` changed to `false` for 3.0

0 commit comments

Comments
 (0)