[jOOQ/jOOQ#9506] Replace the term outstanding by pending

This commit is contained in:
Lukas Eder 2024-11-26 09:26:18 +01:00
parent 0a5eaf8788
commit d0cdd0c820
4 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,7 @@ public class AddSnapshotMojo extends AbstractMigrateMojo {
if (queries.queries().length > 0) {
Queries queries2 = migration.queries();
getLog().warn("There are outstanding changes that have not been migrated yet, which are not in the snapshot:\n"
getLog().warn("There are pending changes that have not been migrated yet, which are not in the snapshot:\n"
+ queries2);
}

View File

@ -45,7 +45,7 @@ import org.jooq.Migration;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Log the outstanding migration queries.
* Log the pending migration queries.
*
* @author Lukas Eder
*/

View File

@ -45,7 +45,7 @@ import org.jooq.Configuration;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Mark an outstanding migration as resolved.
* Mark a failed migration attempt as resolved.
*
* @author Lukas Eder
*/

View File

@ -45,7 +45,7 @@ import org.jooq.Migration;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Verify an outstanding migration.
* Verify a pending migration.
*
* @author Lukas Eder
*/