enhance: add a note about checking the migration guide
closes: #27597 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
parent
767a7ecafb
commit
ba7e27a105
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue