swagger-api/swagger-codegen-generators

Spring3 LocalDateTime Converter is not RFC3339 Compatible, which is needed to follow OAS Spec

Closed this issue · 2 comments

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

For now I just Disabled its gen, an added my Own in My Project which follows the RFC

Actually its the Jarkate Objectmapper I think