Keycloak quarkus : KeycloakProcessor NoSuchmethoderror

Hey,

hope someone can help with the below error… We getting this when building the lastest keycloak quarkus (21.1.1) with the quarkus maven plugin.

The same error also happens when starting the KeycloakMain within intellij (which does give a help menu but the keycloak /auth url gives same error.

Do not understand the issue since the method is there, we do not have different class versions, etc.

Build step org.keycloak.quarkus.deployment.KeycloakProcessor#initializeFilter threw an exception: java.lang.NoSuchMethodError: ‘java.util.concurrent.ExecutorService io.quarkus.deployment.builditem.ExecutorBuildItem.getExecutorProxy()’

it seams when writing a small QarkusTest, with the quarkus-junit 5 dependencies, the same error is thrown… Think somehow keycloak is adding wrong version dependency somewhere…