Resolve disabled options even at fast startup (#32245) (#32977)

Closes #30380

Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
(cherry picked from commit aee9390812b884072c5cac03c96eaf6794e2e682)
This commit is contained in:
Václav Muzikář 2024-09-24 11:37:03 +02:00 committed by GitHub
parent 6750641808
commit 9b2bf7dd58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,8 @@ public class KeycloakMain implements QuarkusApplication {
return;
}
Environment.setParsedCommand(new Start());
try {
PropertyMappers.sanitizeDisabledMappers();
Picocli.validateConfig(cliArgs, new Start());