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
Beginning from 2.9.0 of com.fasterxml.jackson.databind ISO8601DateFormat is deprecated.
This class is used by RFC3339DateFormat which gets generated by swagger-codegen maven plugin.
Swagger-codegen version
2.3.1
Suggest a fix/enhancement
It is recommended to use com.fasterxml.jackson.databind.util.StdDateFormat instead.
The text was updated successfully, but these errors were encountered:
shexbeer
changed the title
[JACKSON] ISO8601DateFormat is deprecation warnings
[JACKSON] ISO8601DateFormat deprecation warnings
Aug 13, 2018
Description
Beginning from 2.9.0 of com.fasterxml.jackson.databind ISO8601DateFormat is deprecated.
This class is used by RFC3339DateFormat which gets generated by swagger-codegen maven plugin.
Swagger-codegen version
2.3.1
Suggest a fix/enhancement
It is recommended to use com.fasterxml.jackson.databind.util.StdDateFormat instead.
The text was updated successfully, but these errors were encountered: