enhance: add a note about checking the migration guide (#27998)

closes: #27597

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
(cherry picked from commit ba7e27a105)
This commit is contained in:
Steven Hawkins
2024-03-19 07:48:18 -04:00
committed by GitHub
parent 1ee0d28114
commit e9421235d7

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();