Skip to content

Convert Java implementation to using jackson.databind

This MR switches the java implementation of earthquake processing formats to using jackson.databind and lombok instead of json.simple. This reduces (by 2/3) the amount of code required and significantly decreases the time and effort required to maintain the java implementation.

Merge request reports