HttpResponseBodyMapper bean configured by core common lib (GONRG-1844)
Description:
Remove redundant overriding of HttpResponseBodyMapper configuration, it have configuration in Core Common, bean config from core-common allow to act fail safe unlike current configuration.
How to test:
Functionality was tested with this changes in storage service (there are difference in UpdateRecords Response in Storage service added new field recordIdVersions
) and File service act properly instead of throwing internal server error when receiving changed response from Storage service.
Changes include:
-
Refactor (a non-breaking change that improves code maintainability). -
Bugfix (a non-breaking change that solves an issue). -
New feature (a non-breaking change that adds functionality). -
Breaking change (a change that is not backward-compatible and/or changes current functionality).
Changes in:
-
GCP -
Azure -
AWS -
IBM -
Common code
Dev Checklist:
-
Existing Tests pass -
Verified functionality locally -
Self Reviewed my code for formatting and complex business logic.
Edited by Rustam Lotsmanenko (EPAM)