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 2021/08/03 13:22:46 UTC

[fineract] branch develop updated (99f640b -> 2250ee1)

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 99f640b  Merge pull request #1800 from renovate-bot/renovate/org.mnode.ical4j-ical4j-3.x
     add 2250ee1  FINERACT-1277-Message-Gateway-webhook (#1801)

No new revisions were added by this update.

Summary of changes:
 .../infrastructure/hooks/api/HookApiConstants.java |   4 +
 .../hooks/processor/HookProcessorProvider.java     |   3 +
 .../processor/MessageGatewayHookProcessor.java     | 121 +++++++++++++++++++++
 .../template/domain/TemplateRepository.java        |   5 +
 ...sql => V367__message_gateway_hook_template.sql} |  18 ++-
 5 files changed, 140 insertions(+), 11 deletions(-)
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/infrastructure/hooks/processor/MessageGatewayHookProcessor.java
 copy fineract-provider/src/main/resources/sql/migrations/core_db/{V134__added_column_value_on_c_configuration.sql => V367__message_gateway_hook_template.sql} (74%)
 mode change 100755 => 100644