modelmapper / modelmapper-module-java8

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

Use instance of DateTimeFormatter instead of format string in Jsr310ModuleConfig #2

Closed gadton closed 4 years ago

gadton commented 5 years ago

I would like to have a way to pass an instance of DateTimeFormatter to Jsr310ModuleConfig instead of a format string. This would enable to use additional features of the formatter (caseInsensitive, ...) and to use the defined formatters like DateTimeFormatter.ISO_OFFSET_DATE_TIME.

chhsiao90 commented 4 years ago

The feature was released at v1.2.1

jdmcmahan commented 4 years ago

Was this ever released to Maven Central? I'm not finding 1.2.1 anywhere.

chhsiao90 commented 3 years ago

I guessed I forgot to close and release the archive from the sonatype staging repository. It should be available now!