Monica-CodingWorld opened a new pull request, #5264: URL: https://github.com/apache/fineract/pull/5264
##Description This PR fixes an invalid Liquibase changelog filename that contained a space in its name. Liquibase does not support filenames with spaces reliably, which caused build and verification failures. The change renames the affected changelog file to a space-free name and updates the corresponding reference to ensure consistency and successful execution. Changes Made Renamed 0072_add_result_and status_to_command_source.xml ➜ 0072_add_result_and_status_to_command_source.xml Updated changelog-tenant.xml to reference the corrected filename ##Testing Ran ./gradlew spotlessApply Ran ./gradlew build Verified Liquibase changelog integrity locally ##JIRA Ticket https://issues.apache.org/jira/browse/FINERACT-2423 ##Checklist -[ ] Commit message follows Fineract guidelines -[ ] Code builds successfully locally -[ ] No functional behavior changes introduced ##Notes This is a non-functional change intended to improve build stability and compatibility with Liquibase standards. -- 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]
