Skip to content
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

Lombok enhancement: Issue #12 #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vphilipnyc
Copy link
Contributor

This PR contains just the modifications for the Order class. You'll see that the code is far more concise and it's easier to spot bugs.

Would you please run your integration tests and see whether you have any issues? I also added @JsonIgnoreProperties(ignoreUnknown=true), but feel free to remove that if you don't find that necessary.

Additionally, I am removing @JsonProperty in most cases, but undo it if there were specific reasons for this. We typically use it to rename or distinguish a property (like using @JsonProperty("accountId") on a property that you locally call brokerAccountId to distinguish it from an account ID on your own application).

Thanks,
Victor

@vphilipnyc
Copy link
Contributor Author

Synched my fork and resolved merge conflict with Order class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant