Smartling / api-sdk-java

This SDK is no longer maintained and is superceeded by Smartling's java-api-sdk.
https://github.com/Smartling/java-api-sdk
13 stars 15 forks source link

SDK v2 fails if JSON response contains more fields than expected #25

Closed dimitrystd closed 8 years ago

dimitrystd commented 8 years ago

Recently FAPI extended responses of 2 api calls (new properties were added):

Unfortunately SDK fails on json mapping because it cannot find appropriate properties in DTO object. This bug makes SDK is not backward compatible (json response was extended properly). It means SDK consumers will stop to work when FAPI will be extended.

DoD: SDK doesn't fail if FAPI returns json response with more fields than expected

Hustred commented 8 years ago

Not reprodusable