-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Added support for custom date-time, date, time classes. #469
Conversation
Allow to specify jsr310 classes i.e. java.time.* (jdk 8) but mantain compatibility at compile level 1.6.
@dmiorandi I've recreated this by exporting a patch from your fork. Could you take a look through the changes and let me know if you're happy for me to merge this: https://github.com/joelittlejohn/jsonschema2pojo/pull/469/files ? Thanks |
Your commit seems ok. Please go on. A question, more or less when you have in plan to release x.18? |
Oh, very soon if you need it. I'm happy to do a release with just one
|
Added support for custom date-time, date, time classes.
Ok I would like integrate .18 into raml-for-jax-rs that in under releasing in these days, |
Ok merged snapshot is ok for me. I've made a manual test rebuilding my project with .18-SNAPSHOT |
@dmiorandi 0.4.18 has been released, it will appear in Maven Central in a few hours. |
Great news. Tks |
Tidying up and replacing #433.