We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8108879 commit ccd23d5Copy full SHA for ccd23d5
README.md
@@ -120,6 +120,26 @@ The maintainers of `jackson-core` and thousands of other packages are working wi
120
121
-----
122
123
+## Compatibility
124
+
125
+### JDK
126
127
+Jackson-core package baseline JDK requirement:
128
129
+* Versions 2.0 - 2.13 require JDK 6
130
+* Versions 2.14 and above require JDK 8
131
132
+### Android
133
134
+List is incomplete due to recent addition of compatibility checker.
135
136
+* 2.13: Android SDK 19+
137
+* 2.14: Android SDK 26+
138
139
+for information on Android SDK versions to Android Release names see [https://en.wikipedia.org/wiki/Android_version_history]
140
141
+-----
142
143
# Further reading
144
145
## Differences from Jackson 1.x
0 commit comments