-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Can't compute ClassId for primitive type: int #778
Comments
Kotlin-specific as per stack trace, will move to proper repo. |
This seems to be a problem with
|
To avoid errors when referencing Record types defined in Java. Fixed FasterXML#778.
I jumped to conclusions a little too quickly. |
hello @k163377 , thanks for this fix! |
@ohadgur |
Search before asking
Describe the bug
When combining certain libraries into a spring boot application and using the Spring provided ObjectMapper it fails to deserialize json to a class that has primitive integer fields.
Version Information
2.17.0
Reproduction
https://github.com/pstreef/jackson-primitive-int-issue
Expected behavior
The test
readerForListOnRecordWithIntField
inJacksonTest.java
does not fail.Additional context
It seems that there is a conflict caused by some kotlin module.
Full stacktrace:
The text was updated successfully, but these errors were encountered: