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:
Václav Muzikář
2025-01-27 18:20:05 +01:00
committed by GitHub
parent b97c8f1df6
commit aff423c7e9
21 changed files with 129 additions and 92 deletions
@@ -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);
}