mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user