This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git
commit 4a7e67d0c113c74f639786946dfca021c80f2881 Merge: ca73ffe 7446605 Author: Aman-Mittal <[email protected]> AuthorDate: Wed Jun 17 22:13:48 2026 +0530 Merge pull request #22 from KRYSTALM7/feature/FINERACT-2442-state-machine FINERACT-2442: Add loan origination state machine with unit tests .../fineract/los/exception/LosErrorConstants.java | 81 ++++ .../statemachine/LoanOriginationStateMachine.java | 205 ++++++++++ .../statemachine/LoanStateTransitionException.java | 75 ++++ .../statemachine/LoanStateTransitionValidator.java | 125 ++++++ .../LoanOriginationStateMachineTest.java | 421 +++++++++++++++++++++ .../LoanStateTransitionValidatorTest.java | 101 +++++ 6 files changed, 1008 insertions(+)
