This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit b57de4ec40af9b441c90f877e04c782a2811b570 Merge: 230deef1b8 4836c5558e Author: Adam Saghy <[email protected]> AuthorDate: Thu Mar 26 13:38:48 2026 +0000 Merge pull request #5559 FINERACT-2512: Clamp invalid fee month/day on read to avoid 500 (e.g. Feb 30 → Feb 29) .../infrastructure/core/service/DateUtils.java | 27 +++++++++ ...StandingInstructionReadPlatformServiceImpl.java | 5 +- .../service/ChargeReadPlatformServiceImpl.java | 2 +- ...avingsAccountChargeReadPlatformServiceImpl.java | 2 +- .../infrastructure/core/service/DateUtilsTest.java | 66 ++++++++++++++++++++++ 5 files changed, 97 insertions(+), 5 deletions(-)
