The JobExecutions page fails when a job has a parameter of type Date
or LocalDateTime
.
#5529
Labels
status/need-triage
Team needs to triage and take a first look
Description:
Job Executions - No converter found capable of converting from type [java.lang.String] to type [java.time.LocalDateTime]
Release versions:
scdf: 2.11.1
Task app: spring-boot 3.1.5
Steps to reproduce:
Run a Spring Batch Task which has a JobParameter of type
Date
orLocalDateTime
.Additional context:
The text was updated successfully, but these errors were encountered: