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 f27eef473352bc86e61d5b426c61ecb5cbb8d94e Merge: 9807c55f5b 160b444053 Author: Adam Saghy <[email protected]> AuthorDate: Sat Jun 6 21:46:03 2026 +0100 Merge pull request #5907 FINERACT-2620: Add type-safe Feign-based helpers and integration tests for the Savings domain .../client/feign/FeignSavingsTestBase.java | 123 ++++++++++++++ .../client/feign/helpers/FeignSavingsHelper.java | 92 +++++++++++ .../helpers/FeignSavingsLifecycleExtension.java | 104 ++++++++++++ .../feign/helpers/FeignSavingsProductHelper.java | 48 ++++++ .../helpers/FeignSavingsTransactionHelper.java | 51 ++++++ .../client/feign/modules/FeignTestConstants.java | 27 ++++ .../client/feign/modules/LoanTestData.java | 4 +- .../feign/modules/SavingsRequestBuilders.java | 104 ++++++++++++ .../client/feign/modules/SavingsTestData.java | 84 ++++++++++ .../feign/tests/FeignSavingsLifecycleTest.java | 178 +++++++++++++++++++++ 10 files changed, 813 insertions(+), 2 deletions(-)
