Spring3 LocalDateTime Converter is not RFC3339 Compatible, which is needed to follow OAS Spec
Closed this issue · 2 comments
snoweuph commented
The
src/main/resources/handlebars/JavaSpring/LocalDateTimeConverter.mustache
Is Not Compatible, because it does not Handle the Case of Timezones, and the Z
which is needed to denote UTC Time Zone
snoweuph commented
For now I just Disabled its gen, an added my Own in My Project which follows the RFC
snoweuph commented
Actually its the Jarkate Objectmapper I think