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

Bean properties are read in incorrect order #38

Closed
asm0dey opened this issue Aug 5, 2020 · 0 comments
Closed

Bean properties are read in incorrect order #38

asm0dey opened this issue Aug 5, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@asm0dey
Copy link
Contributor

asm0dey commented Aug 5, 2020

For some classes, for example like in #37 properties can be reordered. We need to read them in correct order to be able to reconstruct entity back correctly
Currently LonLat(1.0, 2.0) is being reconstructed back as LonLat(2.0, 1.0)

@asm0dey asm0dey added the bug Something isn't working label Aug 5, 2020
@asm0dey asm0dey added this to the 0.3.1 milestone Aug 5, 2020
@asm0dey asm0dey closed this as completed in 56bc82f Aug 5, 2020
asm0dey added a commit that referenced this issue Aug 5, 2020
Integration tests partially copy the examples, adding assertions there.
Unit tests check correctness of #37 and #38 issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant