Skip to content

Commit ccd23d5

Browse files
committed
Add JDK and Android compatibility sections on README
1 parent 8108879 commit ccd23d5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,26 @@ The maintainers of `jackson-core` and thousands of other packages are working wi
120120

121121
-----
122122

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+
123143
# Further reading
124144

125145
## Differences from Jackson 1.x

0 commit comments

Comments
 (0)