Conversation
…tions-app into v1.17.1-gazelle-1.1.0
….13.3 version of app
… incorrect batch stats, totals etc
[GAZ-253] bug fixes for closedloop batch handling, was reporting duplicates and…
[GAZ-253] fix: correct batch status and totals for closedloop transfers
[GAZ-258] fix: build.gradle had wrong description field, now corrected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This release brings ph-ee-operations-app to version 2.0.0.mifos-SNAPSHOT with critical closedloop batch reporting fixes, Java 17 migration, and PHEE v1.13.3 integration.
Key Changes
evaluateBatchSummary()now falls back to parentbatchIdwhen no transfers found by sub-batch ID — fixesstatus=NULL/completed_at=NULLfor closedloop batches where transfers are stored under parent batchIdBatchRepository.findByBatchIdreplaced withfindParentsByBatchId(returnsList,ORDER BY id DESC) to handle duplicate parent rows without JPA exceptionBatchApi.evaluateBatchSummary()for correct status aggregation in GovStack modeeclipse-temurin:17-jdk; updated Dockerfile and CircleCI configbuild.gradlefor Mifos JFrog Artifactory dependencies2.0.0.mifos-SNAPSHOTTest Plan
status=COMPLETED,completed_atset, correct totals, no duplicates in ops-webNonUniqueResultExceptionin logs when duplicate rows transiently exist🤖 Generated with Claude Code