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

Build lib and execute a Directions API response round-tripping test #1170

Closed
LukasPaczos opened this issue Aug 31, 2020 · 2 comments
Closed

Comments

@LukasPaczos
Copy link
Member

This ticket tracks implementation of a script/program that

  1. takes a version of Mapbox Java and a Directions API JSON response as arguments
  2. compiles the services-directions-models JAR
  3. performers deserialization -> serialization
  4. asserts that the result of the serialization matches the original input

The script/program can be used by upstream providers (Directions API team) to verify that newly introduced changes do not break consumer contracts, or narrow down issues in the platform parsers.

/cc @zugaldia @danpaz @Guardiola31337 @1ec5

@LukasPaczos
Copy link
Member Author

Java equivalent of mapbox/mapbox-directions-swift#451.

@1ec5
Copy link
Contributor

1ec5 commented Feb 26, 2021

Fixed in #1198.

@1ec5 1ec5 closed this as completed Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants