Skip to content

JSR310 module is deprecated and i cant register JavaTimeModule #12

Open
@saurabhpro

Description

@saurabhpro

this is not working modelMapper.registerModule(new JavaTimeModule());

Activity

internetstaff

internetstaff commented on Aug 7, 2020

@internetstaff

Are you confusing this with Jackson's Jsr310Module and JavaTimeModule?

saurabhpro

saurabhpro commented on Aug 7, 2020

@saurabhpro
Author

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 ?

internetstaff

internetstaff commented on Aug 7, 2020

@internetstaff

Are you sure you're importing the modelmapper Jsr310Module or are you accidentally importing Jackson's Jsr310Module, which is deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @internetstaff@saurabhpro

        Issue actions

          JSR310 module is deprecated and i cant register JavaTimeModule · Issue #12 · modelmapper/modelmapper-module-java8