Add-on module for Jackson to support Joda data types.
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.22.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register JodaModule with ObjectMapper.
Migrate to java.time and use jackson-datatype-jsr310.
No dependency data recorded yet.