-
Notifications
You must be signed in to change notification settings - Fork 212
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
Java 8 date/time type java.time.ZonedDateTime
not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling
#995
Comments
how to enable jackson-datatype-jsr310 in dapr |
The fix might be to simply add the dependency directly on your app's pom.xml. We need someone to repro this and verify it is enough. |
This issue still exists after adding dependencies to pom.xml |
OK. I accept a PR fixing this. |
Do we have a sample project to replicate this? @Qoooooooooooo @artursouza |
Hey @artursouza is it still considered as |
I opened a draft pull request but must test it correctly |
Any progress on this? |
@mcruzdev the PR looks good to me.. Can others verify this work? I am curious to see if @Manuel-Moya had the same issue and the PR fixes this for his projects. |
version 1.10.0
When use daprClient.invokeMethod and the dto includes ZonedDateTime、LocalDateTime.
error:
Java 8 date/time type
java.time.ZonedDateTime
not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handlingThe text was updated successfully, but these errors were encountered: