modelmapper / modelmapper-module-java8

ModelMapper Module for Java8
Apache License 2.0
14 stars 15 forks source link

FromTemporalConverter throws NPE if source is NULL #5

Closed gadton closed 4 years ago

gadton commented 5 years ago

If a source field handled by FromTemporalConverter is NULL a NPE is thrown (even if Configuration.isSkipNullEnabled() returns true). Like the converters of ModelMapper do, FromTemporalConverter should do a null check on source and return null.

chhsiao90 commented 4 years ago

The issue was fixed in v1.2.0.