This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 305712c603 Merge pull request #5999
add b44b91cb59 FINERACT-2421: Uniform swagger datatype for fetching
datatable via API
new 2d9199a973 Merge pull request #6035
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../client/feign/support/ApiResponseDecoder.java | 35 +++++++-
.../feign/support/ApiResponseDecoderTest.java | 99 ++++++++++++++++++++++
.../test/stepdef/datatable/DatatablesStepDef.java | 14 +++
.../dataqueries/api/DatatablesApiResource.java | 4 +-
4 files changed, 148 insertions(+), 4 deletions(-)
create mode 100644
fineract-client-feign/src/test/java/org/apache/fineract/client/feign/support/ApiResponseDecoderTest.java