If you deal with legacy applications, especially those handling XML JMS messages, then at one point you will encounter the xml DataTypes (date/datetime).As java.util.Date and java.util.Calender are considered legacy; we should aim to use java.time package instead. For that we need to override the specified default bindings of XML Schema built-in datatypes by customizing JAXBContinueContinue reading “Jaxb Bindings for java.time (LocalDate, LocalDateTime)”