Skip to content

Commit

Permalink
Add JDK and Android compatibility sections on README
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 17, 2022
1 parent 8108879 commit ccd23d5
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 @@ -120,6 +120,26 @@ The maintainers of `jackson-core` and thousands of other packages are working wi

-----

## Compatibility

### JDK

Jackson-core package baseline JDK requirement:

* Versions 2.0 - 2.13 require JDK 6
* Versions 2.14 and above require JDK 8

### Android

List is incomplete due to recent addition of compatibility checker.

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

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

-----

# Further reading

## Differences from Jackson 1.x
Expand Down

0 comments on commit ccd23d5

Please sign in to comment.