[jOOQ/jOOQ#9506] Add another warning to the logs

This commit is contained in:
Lukas Eder 2025-05-13 09:54:07 +02:00
parent 35b7961c75
commit bdc0d36e31

View File

@ -192,6 +192,10 @@ abstract class AbstractMigrationsMojo extends AbstractMojo {
return;
}
getLog().warn("----------------------------------------------------------------------------------------------------------");
getLog().warn("WARNING: jOOQ-migrations is an experimental set of features, and not yet documented. USE AT YOUR OWN RISK.");
getLog().warn("----------------------------------------------------------------------------------------------------------");
ClassLoader oldCL = Thread.currentThread().getContextClassLoader();
URLClassLoader pluginClassLoader = getClassLoader();