This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 812a2825e FINERACT-1926: Remove unnecessary cancel event - [x] Remove
events
new a023a4e91 Update all non-major dependencies
new eb6c5f90a Downgrade a few swagger deps and guava
new 7e61256a7 Excluded FastDoubleParser-NOTICE file from classpath check
new 232a95409 Fixes for dep upgrades
The 4 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:
.github/workflows/build-docker-mariadb.yml | 2 +-
.github/workflows/build-docker-postgresql.yml | 2 +-
.github/workflows/build-mariadb.yml | 2 +-
.github/workflows/build-mysql.yml | 2 +-
.github/workflows/build-postgresql.yml | 2 +-
build.gradle | 4 +-
.../groovy/org.apache.fineract.dependencies.gradle | 44 ++++++++--------
.../service/tenant/JdbcTenantDetailsService.java | 5 ++
.../jobs/service/SchedulerTriggerListener.java | 32 ++----------
...erTriggerListener.java => SchedulerVetoer.java} | 45 +++-------------
.../PostInterestForSavingConfig.java | 4 +-
.../PostInterestForSavingTasklet.java | 14 ++---
...countWritePlatformServiceJpaRepositoryImpl.java | 6 +--
.../service/SavingsSchedularInterestPoster.java | 19 ++-----
.../SavingsSchedularInterestPosterTask.java | 60 ++++++++++++++++++++++
.../ClasspathDuplicatesStepDefinitions.java | 5 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
renovate.json | 25 +++++++++
settings.gradle | 2 +-
19 files changed, 149 insertions(+), 128 deletions(-)
copy
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/{SchedulerTriggerListener.java
=> SchedulerVetoer.java} (58%)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsSchedularInterestPosterTask.java