-
Notifications
You must be signed in to change notification settings - Fork 9
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
Decrement BankingProduct #266
Comments
Thanks @perlboy this issue is being reviewed as part of Maintenance Iteration 4. |
I note in the minutes for Maintenance Iteration 4 this change was not supported and "intentional". As a consequence, are we to assume therefore that the payloads for |
Related to #311 ? |
@nils-work Similar but not the same. #311 is about a payload changing without being incremented, this one is about a payload incrementing without being changed. |
Description
BankingProduct
is specified as payload V3 within the results for GetProducts however from what we can tell there is zero changes toBankingProduct
itself. As far as we can tell the last known change onBankingProduct
is the addition ofcardArt
between V1 and V2.While
BankingProductDetail
has changed between V2 and V3, theBankingProduct
class has not. As a consequence the generic forBankingProduct
is unaltered between V2 and V3 (resulting in class casting failures).Biza.io intends to implement this non-change in Babelfish as a multi-versioned response with the same underlying class of
BankingProductV2
.Area Affected
BankingProductV2
andBankingProductV3
Change Proposed
Remove payload version 3 for
GetProducts
as the payload has not changedThe text was updated successfully, but these errors were encountered: