Skip to content

Incorrect type of date/time fields in documentation #4324

Closed
swapy/spring-batch
#1
@swapy

Description

@swapy

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.

Places to change:

  1. https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#jobexecution
  • startTime
  • endTime
  • createTime
  • lastUpdated
  1. https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#stepexecution
  • startTime
  • endTime

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions