[jOOQ/jOOQ#11180] Clarify unused logger warning message about what is

obsolete
This commit is contained in:
Lukas Eder 2021-01-04 13:21:57 +01:00
parent 5a933882e8
commit 98048c8b69

View File

@ -927,7 +927,7 @@ public class GenerationTool {
+ "- case sensitive regular expressions\n"
+ "- regular expressions depending on whitespace (Pattern.COMMENTS is turned on!)\n"
+ "- missing or inadequate object qualification\n"
+ "- the " + objectType + " are obsolete\n"
+ "- the object to which the configuration was applied in the past has been dropped\n"
+ "Try turning on DEBUG logging (-X in Maven, and <logging/> in jOOQ) to get additional info about the schema"
);