Denis Miorandi
Denis Miorandi
First of all you have to use 1.3.5-SNAPSHOT
You can download sources and build yourself (mvn install from root of project to put in you cache), otherwise https://jitpack.io/ is to use git project (version you want) as a...
I'm just a contributor and I'm waiting too. I had same issue and I built from sources too (and put it on my nexus, one-shot) If you don't want build...
Tks, I see it now. I think some other parameters about JSR310 and Joda should be added to that Configuration class. On tomorrow I'll see about it.
something new about it. I've achieved this. I've made two fork to make some test locally and it work. https://github.com/dmiorandi/jsonschema2pojo https://github.com/dmiorandi/raml-for-jax-rs This is maven plugin configuration..... ``` xml true java.time.LocalDateTime...
Added pull request with jsr310 and others type support on jsonschema2pojo https://github.com/joelittlejohn/jsonschema2pojo/pull/433 and another pull request to add support to new parameters on https://github.com/mulesoft/raml-for-jax-rs/pull/142