FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
371 stars 135 forks source link

Make Object schema properties retain order (wrt @JsonPropertyOrder etc) (see #27) #76

Closed idelvall closed 9 years ago

idelvall commented 9 years ago

Make Object schema properties retain order (wrt @JsonPropertyOrder etc) (see #27)

cowtowncoder commented 9 years ago

Thank you for the contribution -- it looks good, and I'd be happy to merge it.

Before merging, there is just one formality; we need a Contributor License Agreement. You can find document at https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf and the simplest way is to print it, fill and sign, scan and email to info at fasterxml dot com. (apologies if I have already asked for and received one -- I tried to verify this is not the case)

If you could do that, I will merge the patch and it will be part of 2.6.2 release (no hurry -- it will take a week to go through all recent bug reports and try to apply a few more fixes).

idelvall commented 9 years ago

Hello Tatu. I have just sent the signed CLA

cowtowncoder commented 9 years ago

Thanks, merged!