-
Notifications
You must be signed in to change notification settings - Fork 7
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
"No serializable introspection present for type. Consider adding Serdeable" after upgrade to Micronaut 4.0.0-M2/M5 #257
Comments
@phlppnhllngr thanks for reporting. We will fix this as soon as possible. |
@phlppnhllngr Have you tried this with the GA release of Micronaut 4.0.0? If it is still a problem can you please provide an example app with a test that exposes the error? This seems related to #291. I have my own working example for that issue at https://github.com/wetted/problemjson291 assuming I understand the issue. Otherwise I need a breaking example. |
Hello @wetted, @StefanSrf just provided an example in #291, please check if you can reproduce the bug with that. If not, i will create a demo project myself and upload it. |
Expected Behavior
The framework should deserialize an object annotated with @io.micronaut.core.annotation.Introspected.
Actual Behaviour
Deserialization fails with an error:
Steps To Reproduce
micronaut-problem 3.0.0-M1 (3.0.0-M2 too) pulls in micronaut-serde-api and micronaut-serde-jackson. After excluding these dependencies the error does not occur:
Likely related:
micronaut-projects/micronaut-liquibase#342
Environment Information
Example Application
No response
Version
4.0.0-M5
The text was updated successfully, but these errors were encountered: