Raul Gabriel Verdi
Raul Gabriel Verdi
perhaps this issue can be closed @oofnikj ?
Similar situation here. When running infer on gh actions I will get errors like `(use -source 16 or higher to enable records)`, even tho the java version is 17. ```...
Ok, infer doesn't know how to get the proper java version on it's own. You need to give it the `--java-version` param to help him out
I'm experiencing the same issue. Tried to debug a bit more. I will share the details, maybe it helps someone from the team to find the cause. To start I...
> With Keycloak Quarkus version, the jar has to be put in the path: /opt/keycloak/providers/ and not in /opt/keycloak/standalone/deployments/ Thanks for the update @laurent-dol. I tried it out, and I...
> But from my tests, looks like many metrics are not returning any value, for example keycloak_logins and other like that. I see the same on my side. All the...
Allright, that was it. Thanks @laurent-dol Unless there is something else, I'm good with closing the issue.
@fredericoschardong I had a similar issue, it was telling me that the file was `keycloak-metrics-spi-2.5.3.jar` was not found, so I added the file in both stages. However, if that is...
@ignBiometrical do you have any logs from keycloak to share so we can see what's going on?