Open saurabhpro opened 4 years ago
Are you confusing this with Jackson's Jsr310Module and JavaTimeModule?
What do you mean?
what i observed is that if i try to register Jsr310Module - i get deprecated error and when i try registering JavaTimeModule - its not allowed
so how do i register my DateTimeModule ?
Are you sure you're importing the modelmapper Jsr310Module or are you accidentally importing Jackson's Jsr310Module, which is deprecated.
this is not working modelMapper.registerModule(new JavaTimeModule());