-
Notifications
You must be signed in to change notification settings - Fork 4
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
Java8 time java.time.* / JSR310 #16
Comments
Hi @petrochenko-pavel-a. Any chances/plan to have this implemented? |
Hi @dmiorandi, I am really sorry for huge delay with this feature. Guys owning https://github.com/mulesoft/raml-for-jax-rs decided to implement RAML 1.0 support from scratch so it changed my priorities slighly and I concentrated on other aspects of my project for a while. I still need it in my own projects, so I promise to do a push on this this week. Regards, |
From scratch? This is bad news to me, so we are going to wait for next
century... Anyway I think this is a useful feature on this project to make
it complete. Tks
Il 29 nov 2016 8:02 PM, "petrochenko-pavel-a" <[email protected]> ha
scritto:
… Hi @dmiorandi <https://github.com/dmiorandi>, I am really sorry for huge
delay with this feature.
Guys owning https://github.com/mulesoft/raml-for-jax-rs decided to
implement RAML 1.0 support from scratch so it changed my priorities slighly
and I concentrated on other aspects of my project for a while. I still need
it in my own projects, so I promise to do a push on this this week.
Regards,
Pavel
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AELJqpyexfbMIkWd4mqxghLp7YcQzsCtks5rDHawgaJpZM4Kcdno>
.
|
Possibility to map date, date-time, time types to java8 types.
I don't know if it's better to provide a free mapping for raml <--> java types to achieve this
or provide a direct option to map to java8 types. First is more flexible, allow also joda
and doesn't require java8 to compile. Second one is easier to configure for user.
I've made something similar in jsonschema2pojo, if can help.
joelittlejohn/jsonschema2pojo#433
Probably this is related to #4 also.
The text was updated successfully, but these errors were encountered: