Skip to content

Support Java 8 Dates in Job and Step Execution [BATCH-2590] #1014

@spring-projects-issues

Description

@spring-projects-issues

Philippe Marschall opened BATCH-2590 and commented

Currently all timestamps on JobExecution and StepExecution are of type java.util.Date. It would be cool if instead they could be directly a Java 8 Date Time API type, OffsetDateTime and ZonedDateTime are obvious candidates.
Ideally the data type of the corresponding database would be changed from TIMESTAMP to TIMESTAMP WITH TIME ZONE as well.


No further details from BATCH-2590

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions