You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why it's not merged and so the issue is not resolved ?
I face the same error and was thinking just can upgrade Spring batch but I see it's not resolved even though the bug is opened since 2021.
fmbenhassine
changed the title
java.time package serialize fail on JobRepository
Add support for Java Date and Time API types serialization in Jackson2ExecutionContextStringSerializer
Sep 13, 2023
Expected Behavior
Jackson2ExecutionContextStringSerializer should be serialized the java time packages(e.g
LocalDate
)Current Behavior
Currently an exception is thrown
Context
cause: FasterXML/jackson-databind#2683
can resolve by create custom object, but I think it's better to be provided by default.
The text was updated successfully, but these errors were encountered: