modelmapper / modelmapper-module-java8

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

Incrementing the version of lombok, as this resolves the constructor issue. #4

Closed rootExplorr closed 5 years ago

rootExplorr commented 5 years ago

As per this comment #1347 this issue is resolved in 1.18.2 release of lombok.

There still exist issues with lombok's @Builder.Default annotation but since in our case Jsr310ModuleConfig class does not have a manually defined constructor hence , just a version upgrade should fix the issue.

I have verified this on my end. Please review and let me know your comments. Thanks.

gadton commented 5 years ago

Verified it, too. Done. Thanks.

chhsiao90 commented 5 years ago

Thanks!