We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Micronaut does serialize ExampleDto correctly with values from request
An instance of ExampleDto is created but the values of the field is null
logs:
Received Tour: null, Duration: null
gradle run
curl -X POST http://localhost:8080/example \ -H "Content-Type: application/json" \ -d '{ "name": "City Tour", "duration": "PT2H30M" }'
https://github.com/SZanko/MicronautJavaTimeSerializationTest
4.6.0
The text was updated successfully, but these errors were encountered:
Please include a test in your project that reproduces the problem
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Micronaut does serialize ExampleDto correctly with values from request
Actual Behaviour
An instance of ExampleDto is created but the values of the field is null
logs:
Steps To Reproduce
gradle run
Environment Information
OpenJDK Runtime Environment (build 17.0.12+7)
OpenJDK 64-Bit Server VM (build 17.0.12+7, mixed mode, sharing)
Example Application
https://github.com/SZanko/MicronautJavaTimeSerializationTest
Version
4.6.0
The text was updated successfully, but these errors were encountered: