-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Description
Description
I use swagger to define my API and generate clients form the swagger spec. When I generated the Java client using swagger-codegen a class called RFC3339DateFormat.java was generated and it extends ISO8601DateFormat which is deprecated.
Do you suggest that I replace it manually with the preferred class StdDateFormat? Or is there configuration that I should set to use StdDateFormat rather.
Swagger-codegen version
2.3.1
Configuration
config.json:
{
"library":"resttemplate",
"modelPackage":"packageName",
"useBeanValidation":"true",
"hideGenerationTimestamp":"true",
"dateLibrary":"java8"
}
sayeedchoudhury, joelhegg, psoares, plathub, sato-s and 3 more