Skip to content

Commit

Permalink
Replace TODO with GH Issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
neiser committed Nov 30, 2020
1 parent 67dc8d6 commit e195a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
import com.fasterxml.jackson.module.paramnames.ParameterNamesModule;

public class DefaultOpenApiObjectMapperSupplier implements OpenApiObjectMapperSupplier {
// TODO consider this choice again:
// Maybe the "auto-configured" object mapper from spring would works better?
// Allow customizations?
// See GH Issue #7
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper()
.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false)
.configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
Expand Down

0 comments on commit e195a42

Please sign in to comment.