enhance: add a note about checking the migration guide

closes: #27597

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steve Hawkins 2024-03-06 10:18:03 -05:00 committed by Alexander Schwartz
parent 767a7ecafb
commit ba7e27a105

View file

@ -323,7 +323,7 @@ public final class Picocli {
}
if (!deprecatedInUse.isEmpty()) {
logger.warn("The following used options or option values are DEPRECATED and will be removed in a future release:\n" + String.join("\n", deprecatedInUse));
logger.warn("The following used options or option values are DEPRECATED and will be removed in a future release:\n" + String.join("\n", deprecatedInUse) + "\nConsult the Release Notes for details.");
}
} finally {
PropertyMappingInterceptor.enable();