lhotari opened a new issue, #19243:
URL: https://github.com/apache/pulsar/issues/19243

   ### Motivation
   
   Jackson has a separate Java 8 support modules for adding support for proper 
serialization and deserialization of new classes that were added in Java 8 
(Java 8 was released in 2014).
   
   These Jackson Java 8 support modules haven't been used in the Pulsar code 
base. This is a pity. This causes a lot of pain when using Java Time classes in 
Pulsar applications or Pulsar Functions. There are ways to get the classes 
working for applications, but the documentation is missing. It would make 
things easier if the Java 8 support modules for Jackson would be included and 
registered by default.
   
   ### Goal
   
   Register Jackson Java 8 support modules by default
   
   ### API Changes
   
   _No response_
   
   ### Implementation
   
   Register Jackson Java 8 support modules by default
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to