fix: Allow for injectable ObjectMapper to resolve serialization issues for Java 8 date type

This commit is contained in:
Adrián Garcia
2021-10-24 18:25:55 +02:00
committed by GitHub
parent c8d56e62a2
commit d9d0f129b5
5 changed files with 42 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.9.2] - October 24th, 2021
### Changed
- Jackson ObjectMapper passed by parameter to openapi module
- Added serializable annotation to ExceptionResponse
## [1.9.1] - October 17th, 2021
### Changed