-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.time.Instant Not Supported #731
Labels
Comments
Just had a quick check of the PR that provided java8 datetime. cant see Instant -> Instant @stevenpaligo ; If you want to add support, that would be helpful as i dont have much spare time currently. Just have a look at the above PR and raise a PR adding Instant support |
xaviermichel
added a commit
to xaviermichel/dozer
that referenced
this issue
Jan 30, 2019
xaviermichel
added a commit
to xaviermichel/dozer
that referenced
this issue
Jan 31, 2019
4 tasks
garethahealy
pushed a commit
that referenced
this issue
Feb 1, 2019
Hello @garethahealy , Do you plan on releasing soon in order to provide the Java.time.Instant support ? Cheers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Despite the date/time changes in 6.4.0, conversions of java.time.Instant are still not supported. Would you please add that?
Whats your runtime?
Whats the problem?
POM:
dozerBeanMapping.xml:
Test classes:
Observed Results:
The following exception is thrown because Instant doesn't have a constructor:
Expected Results:
The given code should write the converted time to system out.
The text was updated successfully, but these errors were encountered: