Ninja-Squad / DbSetup

An API for populating a database in unit tests
http://dbsetup.ninja-squad.com/
212 stars 34 forks source link

Support Java8 Date / Time #51

Closed vaesbart closed 7 years ago

vaesbart commented 8 years ago

Hi,

any info on supporting Java 8 new java.time classes ?

Thanks - and thanks for this project !

Greetings, Bart.

jnizet commented 8 years ago

Hi. Thanks for your interest.

I haven't taken the time to work on this yet. I won't be able to do it for the next few weeks (I'll be on holiday, scuba-diving \o/), but I'll try doing it when I come back.

jnizet commented 8 years ago

Hi @vaesbart.

I have implemented support for java.time classes in #52. It would be nice if you could tell me if the changes would suit your needs, and provide feedback on the changes. It would be even nicer if you could build the topic/java8 branch and test it on your project. If you can't, I'll release a 2.0.0-beta version later, that will be available in Maven central so that you can test, and send issues or RFEs before the final 2.0.0 release.