Commits


Laurent Goujon authored and David Li committed 80ef64186ea
ARROW-15192: [Java] Allow use of Jackson 2.12 and higher Jackson 2.12 does not enable by default (de)serializers for Java Date/Time java.time.* classes and require the jsr310 module to be added to the object mapper. The absence of this module causes vector module to stop working with newer versions of Jackson. Address this by adding a ObjectMapper factory class which register the jsr310 module with the objectmapper used by vector classes. Closes #12028 from laurentgo/laurentgo/jackson Authored-by: Laurent Goujon <laurent@apache.org> Signed-off-by: David Li <li.davidm96@gmail.com>