Moises Lejter
Moises Lejter
Hmm - did I misread the error message I quoted? It seems to be complaining that I don't have missingdependencies in the object that I have?
To follow up on an earlier response, I had to modify the JacksonNamespaceIntrospector as shown below, to get it to work in my case. However - this solution seems to...
It occurred to me that maybe mixing up use of the JaxbAnnotationModule and the JacksonAnnotationIntrospector might be bad idea - so I tried, again, this time just customizing the JaxbAnnotationModule...
It looks like this PR might fix this issue for swagger/OAS2? https://github.com/joelittlejohn/jsonschema2pojo/pull/1523
This would be useful for us, as it would allow us to generate Java classes from the definitions in a swagger/OAS2 specification (which I don't believe is possible otherwise, without...
It looks like OAS3 would expect to include the schemas for the spec in `components/schemas`, rather than `definitions` - could we modify this change so that the path to look...