I am working with liquibase to update database with temp changlog files and delete them after liquibase operation like executeUpdate.
But file delete operation is failing after liquibase operation, stating “File is opened with other process”.
Please let me know does liquibase open lock on file and does not release them till process is executed.
Thanks in advance.