druid/indexing-service
Gian Merlino 35aaaa9573
Fix serialization in TaskReportFileWriters. (#12938)
* Fix serialization in TaskReportFileWriters.

For some reason, serializing a Map<String, TaskReport> would omit the
"type" field. Explicitly sending each value through the ObjectMapper
fixes this, because the type information does not get lost.

* Fixes for static analysis.
2022-08-24 08:11:01 -07:00
..
src Fix serialization in TaskReportFileWriters. (#12938) 2022-08-24 08:11:01 -07:00
pom.xml Tidy up construction of the Guice Injectors (#12816) 2022-08-04 00:05:07 -07:00