You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by av...@apache.org on 2020/11/03 08:46:15 UTC

[fineract] branch develop updated (26cd903 -> 7b34e83)

This is an automated email from the ASF dual-hosted git repository.

avikg pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 26cd903  Test downloaded file name (FINERACT-1218)
     add 7b34e83  Bump ancient OkHTTP & Retrofit in Hooks (FINERACT-1252) (#1486)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |  5 +-
 .../fineract/client/util/FineractClient.java       |  2 +-
 fineract-provider/dependencies.gradle              |  7 +-
 .../hooks/listener/FineractHookListener.java       | 13 +++-
 .../hooks/processor/HookProcessor.java             |  2 +-
 .../hooks/processor/ProcessorHelper.java           | 84 +++++++++++-----------
 .../hooks/processor/TwilioHookProcessor.java       | 56 +++++++--------
 .../hooks/processor/WebHookProcessor.java          |  6 +-
 .../hooks/processor/WebHookService.java            | 33 ++++-----
 .../HookWritePlatformServiceJpaRepositoryImpl.java | 15 ++--
 .../integrationtests/HookIntegrationTest.java      | 17 ++---
 11 files changed, 111 insertions(+), 129 deletions(-)