Skip to content

Jackson 2.13 uses Class.getTypeName() that is only available on Android SDK 26 #3661

@cowtowncoder

Description

@cowtowncoder

(findings from #3658)

Looks like Jackson 2.13 is otherwise compatible with Android SDK 24 except for one use of Class.getTypeName() (added in JDK 8) which is only available on ASDK 26. This should be fixed since usage seems accidental and can just be replaced with Class.getName().

Metadata

Metadata

Assignees

No one assigned

    Labels

    androidIssues related to use on Android platform

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions