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
I found small issue in documentation where we mention datetime with java.util.Date but in reality spring batch has moved to new java classes java.time.LocalDateTime. So this needs to be fixed in docs.
fmbenhassine
changed the title
Documentation should have correct classes for dates for all cases.
Incorrect type of date/time fields in documentation
Mar 21, 2023
This commit fixes a bug in the documentation of JobExecution
and StepExecution to point to `java.time.LocalDateTime` instead
of `java.util.Date`.
Resolves#4324
I found small issue in documentation where we mention datetime with
java.util.Date
but in reality spring batch has moved to new java classesjava.time.LocalDateTime
. So this needs to be fixed in docs.Places to change:
The text was updated successfully, but these errors were encountered: