Saifulhuq01 commented on PR #5465: URL: https://github.com/apache/fineract/pull/5465#issuecomment-3936116420
@adamsaghy I dug into the CI pipeline regression on the test-core matrices. The root cause was a BeanCreationException during the Spring ApplicationContext initialization. The new SavingsAccountForceWithdrawalBusinessEvent was not registered in the database, which aborted the Liquibase startup sequence and caused the cascading integration test failures (e.g., relation 'm_loan_transaction' does not exist). Fixes applied in the latest force-push: Event Registration: Added SavingsAccountForceWithdrawalBusinessEvent to the m_external_event_configuration table via the Liquibase changelog to satisfy the validation service. Test Context: Appended the new event to the mocked configuration in ExternalEventConfigurationValidationServiceTest.java. Compliance: Executed Spotless to fix trailing spaces and import orders in SavingsAccountDomainServiceJpa.java. The commit is cleanly squashed and rebased against the latest develop. Monitoring the CI now—once the pipeline goes green, this should be unblocked for your final review and merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
