This is an automated email from the ASF dual-hosted git repository.
aleks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 78c541e99 refactor: add lombok to producttoaccountmapping module
add 7f11d815d FINERACT-1557 enable previous disabled refundByCash
accounting tests
add 6111e6932 FINERACT-1608: Add introduction to Asciidoc
add 555240c09 FINERACT-1607: Improve documentation on Cucumber usage
add b42423b94 Last minute release plugin fixes
add 251b125f8 FINERACT-1679: Merge changes from release 1.7.0
add edc734c94 FINERACT-1668: Adding Configuration for reversal transaction
(#2454)
add c3b462919 FINERACT-1646-backdated-transaction-available-balance-fix
add 7fe34c3d7 FINERACT-1668: Adding Configuration for reversal transaction
add 9cabd179d FINERACT-1696: Update README with instructions concerning
Mysql UTC behavior
add 998b3ff28 delete-duplicate-migration (#2531)
add 9000b6e82 FINERACT-1646-backdated-transaction-available-balance-fix
add 27489a685 Prepare release 1.8.0
add 97bd1ecbe Fineract 1.8.0 release
new 2c4f6e4c6 Merge pull request #2548 from apache/merge-1.8.0
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:
.../main/groovy/org.apache.fineract.release.gradle | 9 +-
.../apache/fineract/gradle/FineractPlugin.groovy | 12 ++-
.../fineract/gradle/FineractPluginExtension.groovy | 2 +-
.../fineract/gradle/service/GpgService.groovy | 26 ++++--
buildSrc/src/main/resources/vote/result.1.8.0.json | 96 ++++++++++++++++++++++
fineract-doc/.asciidoctorconfig | 2 +-
.../src/docs/en/chapters/release/index.adoc | 2 +
.../src/docs/en/chapters/release/maintenance.adoc | 13 +++
fineract-doc/src/docs/en/config.adoc | 2 +-
.../SavingsAccountReadPlatformServiceImpl.java | 1 -
fineract-war/build.gradle | 17 ++--
11 files changed, 150 insertions(+), 32 deletions(-)
create mode 100644 buildSrc/src/main/resources/vote/result.1.8.0.json
create mode 100644 fineract-doc/src/docs/en/chapters/release/maintenance.adoc