JodaTimeConverterManager
Joda-Time's ConverterManager makes the semantics of DateTime/Instant/etc construction subject to global static state. If you need to define your own converters, use a helper.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("JodaTimeConverterManager")
to the enclosing element.