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
The Java client breaks on getHistory calls with the following error:
Exception in thread "main" edu.utexas.tacc.tapis.client.shared.exceptions.TapisClientException: java.lang.NumberFormatException: For input string: "2022-02-21T19:01:42.199054Z"
at edu.utexas.tacc.tapis.client.shared.Utils.throwTapisClientException(Utils.java:81)
at edu.utexas.tacc.tapis.jobs.client.JobsClient.getJobHistory(JobsClient.java:332)
at edu.utexas.tacc.tapis.cmd.driver.JobGetHistory.main(JobGetHistory.java:46)
The Jobs openapi specification getHistory endpoint defines the JobHistoryDisplayDTO type as part of its result. The created field is defined as a long integer, but the code passes back a string.
The Java client breaks on getHistory calls with the following error:
The Jobs openapi specification getHistory endpoint defines the JobHistoryDisplayDTO type as part of its result. The created field is defined as a long integer, but the code passes back a string.
The text was updated successfully, but these errors were encountered: