mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-03 13:40:46 -05:00
Upgrade to Quarkus 3.17.8 (#36758)
Closes #36757 Closes #33475 Closes #34454 Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
This commit is contained in:
@@ -61,7 +61,7 @@ public class Config {
|
||||
} else {
|
||||
testConfig = Thread.currentThread().getContextClassLoader().getResource("keycloak-test.properties");
|
||||
}
|
||||
return testConfig != null ? new PropertiesConfigSource(testConfig, "KeycloakTestConfig", 280) : null;
|
||||
return testConfig != null ? new PropertiesConfigSource(testConfig, 280) : null;
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user