-
Notifications
You must be signed in to change notification settings - Fork 136
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
Make Object schema properties retain order (wrt @JsonPropertyOrder etc) (see #27) #76
Conversation
@@ -25,7 +25,6 @@ | |||
@JsonPropertyOrder(alphabetic=true) | |||
static class SchemableBasic | |||
{ | |||
public SchemaEnum testEnum; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this removal intentional?
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 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). |
Hello Tatu. I have just sent the signed CLA |
Make Object schema properties retain order (wrt @JsonPropertyOrder etc) (see #27)
Thanks, merged! |
Make Object schema properties retain order (wrt @JsonPropertyOrder etc) (see #27)