Hi everyone,
I am wondering if hot-reload feature of quarkus works in keycloak 17?
The situation is our project is migrating from keycloak 15 to 17. We are running in docker environment including keycloak, database and so on. We are successfully migrated keycloak to new version with our themes, configurations and custom SPIs.
Our problem is when we change some logic in a SPI, we have to package the SPI to a jar, re-build docker image and then restart keycloak. That makes our developer experience’s terrible.
Could you give me some ideas to overcome that issue?
Thank you
Is there any help guys?