Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Nov 13, 2022 · 0 comments
Labels
android Issues related to use on Android platform
Milestone

Comments

@cowtowncoder
Copy link
Member

(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().

@cowtowncoder cowtowncoder added android Issues related to use on Android platform to-evaluate Issue that has been received but not yet evaluated and removed to-evaluate Issue that has been received but not yet evaluated labels Nov 13, 2022
@cowtowncoder cowtowncoder added this to the 2.13.5 milestone Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issues related to use on Android platform
Projects
None yet
Development

No branches or pull requests

1 participant