Skip to content
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

Add support for Java Date and Time API types serialization in Jackson2ExecutionContextStringSerializer #3952

Closed
LichKing-lee opened this issue Jun 29, 2021 · 2 comments

Comments

@LichKing-lee
Copy link
Contributor

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.

@LichKing-lee LichKing-lee added status: waiting-for-triage Issues that we did not analyse yet type: feature labels Jun 29, 2021
@fmbenhassine fmbenhassine added in: core and removed status: waiting-for-triage Issues that we did not analyse yet labels Jun 29, 2021
@azatsh
Copy link

azatsh commented Jan 12, 2023

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.

@jcolladosp
Copy link

Hi,
is there any update on this?

@fmbenhassine fmbenhassine added this to the 5.1.0-M3 milestone Sep 13, 2023
@fmbenhassine 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants