Closed
Description
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