I've just got a new box and trying to import Keycloak into freshly installed IntelliJ, but it ain't working.
When doing a build/rebuild I get the following error:
/home/st/dev/keycloak/operator/src/main/java/org/keycloak/operator/crds/v2alpha1/realmimport/KeycloakRealmImportSpec.java:20:40
java: package org.keycloak.representations.idm does not exist
No clue why as operator has a dependency on keycloak-core and that module has built just fine.
Tried disabling operator module, and now I'm getting issues with map-hot-rod:
keycloak/model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/common/CommonPrimitivesProtoSchemaInitializer.java:40:63
java: cannot find symbol
symbol: class CommonPrimitivesProtoSchemaInitializerImpl
location: interface org.keycloak.models.map.storage.hotRod.common.CommonPrimitivesProtoSchemaInitializer
Anyone seen these issues and got a clue how to fix it?