Skip to content

Support Java 8 Dates for Job Parameters #1035

Closed
@spring-projects-issues

Description

@spring-projects-issues

Philippe Marschall opened BATCH-2569 and commented

It would be cool if JobParameter would support the Java 8 Date and Time API. Since the value on the table is of SQL type TIMESTAMP the corresponding type would be LocalDateTime.
Unfortunately due the design of the JobParameter class with a single #getValue() method doing this would break backward compatibility.
One way to avoid this would be a. new getLocalDate() method.


No further details from BATCH-2569

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions