Resolve disabled options even at fast startup (#32245)
Closes #30380 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
parent
85a0fa389c
commit
aee9390812
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ public class KeycloakMain implements QuarkusApplication {
|
|||
return;
|
||||
}
|
||||
|
||||
Environment.setParsedCommand(new Start());
|
||||
|
||||
try {
|
||||
PropertyMappers.sanitizeDisabledMappers();
|
||||
Picocli.validateConfig(cliArgs, new Start());
|
||||
|
|
Loading…
Reference in a new issue