Skip to content

Commit

Permalink
Update README wrt JDK, Android compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 17, 2022
1 parent 3cc8a4d commit a6c7e55
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,26 @@ Jackson 2.10 and above include `module-info.class` definitions so the jar is als

Jackson 2.12 and above include additional Gradle 6 Module Metadata for version alignment with Gradle.

-----
## Compatibility

### JDK

Jackson-databind package baseline JDK requirements are as follows:

* Versions 2.0 - 2.7 require JDK 6
* Versions 2.8 - 2.12 require JDK 7 to run (but 2.11 - 2.12 require JDK 8 to build)
* Versions 2.13 and above require JDK 8

### Android

List is incomplete due to recent addition of compatibility checker.

* 2.13: Android SDK 24+
* 2.14: Android SDK 26+

for information on Android SDK versions to Android Release names see [https://en.wikipedia.org/wiki/Android_version_history]

-----

# Use It!
Expand Down

0 comments on commit a6c7e55

Please sign in to comment.