Skip to content
Snippets Groups Projects
Commit 4ab399e6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 - spring native config

parent b90ce3b5
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ public class SpringNativeConfiguration { ...@@ -50,6 +50,8 @@ public class SpringNativeConfiguration {
combined.add(KeycloakUserSpec.KeycloakUserSpecUserGroup.class); combined.add(KeycloakUserSpec.KeycloakUserSpecUserGroup.class);
combined.add(KeycloakUserStatus.class); combined.add(KeycloakUserStatus.class);
combined.add(org.keycloak.admin.client.Keycloak.class);
try { try {
combined.add(Class.forName("io.fabric8.kubernetes.client.okhttp.OkHttpClientBuilderImpl")); combined.add(Class.forName("io.fabric8.kubernetes.client.okhttp.OkHttpClientBuilderImpl"));
} catch (ClassNotFoundException e) { } catch (ClassNotFoundException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment