Skip to content

Commit

Permalink
Resolve disabled options even at fast startup
Browse files Browse the repository at this point in the history
Closes keycloak#30380

Signed-off-by: Václav Muzikář <[email protected]>
  • Loading branch information
vmuzikar committed Aug 19, 2024
1 parent 95e649f commit a97210e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ private void remove(String key, PropertyMapper<?> mapper) {
}

public void sanitizeDisabledMappers() {
if (Environment.getParsedCommand().isEmpty()) return; // do not sanitize when no command is present

DisabledMappersInterceptor.runWithDisabled(() -> { // We need to have the whole configuration available

// Initialize profile in order to check state of features. Disable Persisted CS for re-augmentation
Expand Down

0 comments on commit a97210e

Please sign in to comment.